aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-08-29Add `override_method` context manager and cleanup.Tom Christie
2013-08-28Simplifying raw data renderering supportTom Christie
2013-08-27First hacky pass at displaying raw dataTom Christie
2013-08-25Merge pull request #1058 from ericbuehl/masterTom Christie
2013-08-23parameterize identity field class to allow for easier subclassingEric Buehl
2013-08-23Extra docsTom Christie
2013-08-23Merge branch 'master' into html-form-rendererTom Christie
2013-08-23JSON responses should not include a charsetTom Christie
2013-08-23Adding standard renderer attributes and documentingTom Christie
2013-08-23Cleanup and dealing with empty form data.Tom Christie
2013-08-23Fix failing test for router with no trailing slashTom Christie
2013-08-23Don't consume .json style suffixes with routers.Tom Christie
2013-08-23Merge branch 'display-nested-data' into html-form-rendererTom Christie
2013-08-23First pass at HTMLFormRendererTom Christie
2013-08-23Tweaks to display nested data in empty serializersTom Christie
2013-08-23Extra docs on PATCH with no object.Tom Christie
2013-08-23Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removalTom Christie
2013-08-23Add validation error test when passing non-file to FileFieldTom Christie
2013-08-23Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...Tom Christie
2013-08-23force_authenticate(None) also clears session info.Tom Christie
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
2013-08-19Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...Tom Christie
2013-08-19Only HTML forms should have implicit default False for boolean fieldsTom Christie
2013-08-19Document customizable view names/descriptionsTom Christie
2013-08-19Move view name/description functions into public spaceTom Christie
2013-08-19Merge branch 'master' of git://github.com/chrispaolini/django-rest-framework ...Tom Christie
2013-08-18Updated tests for view name and descriptionChristopher Paolini
2013-08-17Updated default view name/description functionsChristopher Paolini
2013-08-17Improved view/description function settingChristopher Paolini
2013-08-16Settings now have default functionsChristopher Paolini
2013-08-16Add test for BooleanField and requiredWill Kahn-Greene
2013-08-16Version 2.3.72.3.7Tom Christie
2013-08-15Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-08-15AnonRateThrottle should always allow authenticated users. Closes #994Tom Christie
2013-08-15Ability to override name/description of viewChristopher Paolini
2013-08-14Update filters.pyChad Barrington
2013-08-14Update filters.pyChad Barrington
2013-08-14Merge pull request #1038 from jsatt/nontime_throttlingTom Christie
2013-08-13Fix for "No module named compat"JT
2013-08-13don't set X-Throttle-Wait-Second header if throttle wait is NoneJeremy Satterfield
2013-08-13PATCH requests should not be able to create objects.Krzysztof Jurewicz
2013-08-12If null or blank - don't save the nested objectYuri Prezument
2013-08-12Failing test case for nullifying nested objectYuri Prezument
2013-08-12Make OneToOneSource.target nullableYuri Prezument
2013-08-12Fix PATCH button title in templateYuri Prezument
2013-08-12Merge pull request #1030 from etos/patch-2Tom Christie
2013-08-10Spelling correction on read_only_fields err msgDan Stephenson
2013-08-10Spelling correction on read_only_fields err msgDan Stephenson
2013-07-26Fixed reversed arguments in assertionKevin Brown
2013-07-24Add support for removing field files by sending an empty stringAlex Burgel