aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
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
2013-07-21Fixed testPavel Zinovkin
2013-07-21Updated EmailField error message. This one already available in django transl...Pavel Zinovkin
2013-07-15Combined link_* and action_* decorators into detail_route and list_route, mar...Alex Burgel
2013-07-15Introduce DynamicDetailRoute and DynamicListRoute to distinguish between diff...Alex Burgel
2013-07-15Changed collection_* decorators to list_*Alex Burgel
2013-07-15Rename router collection test caseAlex Burgel
2013-07-15Revert route name change and add key to Route object to identify different ro...Alex Burgel
2013-07-15Add support for collection routes to SimpleRouterAlex Burgel
2013-07-15Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwardsTom Christie
2013-07-15Added test case classesTom Christie
2013-07-09Use absolute import styleTom Christie
2013-07-09Add an ModelAdmin for easy management of TokensGertjan Oude Lohuis
2013-07-05Use 'force_text', not 'unicode', for compat across python versionTom Christie
2013-07-05Merge branch 'remove-hold-down-control-messages' of git://github.com/rouge8/d...Tom Christie
2013-07-04Merge branch 'master' into 2.4.0Tom Christie
2013-07-04Merge pull request #962 from tomchristie/test-clientTom Christie
2013-07-04Update parser docstrings. Closes #968.Tom Christie
2013-07-04Remove 'Hold down "Control" ...' message from help_textAndy Freeland
2013-07-01Complete testing docsTom Christie
2013-06-29Rename to force_authenticateTom Christie
2013-06-29Simplify APIClient implementationTom Christie
2013-06-29Added APIClient.authenticate()Tom Christie
2013-06-29Refactor SessionAuthentication slightlyTom Christie
2013-06-29Remove unneeded tests.utils, superseeded by APIRequestFactory, APIClientTom Christie
2013-06-29Addeded 'APITestClient.credentials()'Tom Christie
2013-06-28Added APIClientTom Christie
2013-06-28Added APIRequestFactoryTom Christie