aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2013-08-23Merge branch 'display-nested-data' into html-form-rendererTom 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-19Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...Tom Christie
2013-08-18Updated tests for view name and descriptionChristopher Paolini
2013-08-16Add test for BooleanField and requiredWill Kahn-Greene
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-12Failing test case for nullifying nested objectYuri Prezument
2013-08-12Make OneToOneSource.target nullableYuri Prezument
2013-07-24Add support for removing field files by sending an empty stringAlex Burgel
2013-07-21Fixed testPavel Zinovkin
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-04Remove 'Hold down "Control" ...' message from help_textAndy Freeland
2013-07-01Complete testing docsTom Christie
2013-06-29Rename to force_authenticateTom Christie
2013-06-29Added APIClient.authenticate()Tom 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
2013-06-28Merge branch 'master' into writable-nested-modelserializerTom Christie
2013-06-27Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-27Use imported views to expose python 2.6 bug. Refs #943Tom Christie
2013-06-26Merge pull request #953 from j4mie/prevent-duplicate-routingTom Christie
2013-06-26Raise exception when attempting to dynamically route to a method that is alre...Jamie Matthews
2013-06-26Minor test cleanupTom Christie
2013-06-26Merge pull request #943 from trwired/utf8safedocsTom Christie
2013-06-26Refactored get_view_description, moved appropriate tests to test_description.pyIgor Kalat
2013-06-22Make browsable API views play nice with utf-8Igor Kalat
2013-06-21Ensure action kwargs properly handdled. Refs #940.Tom Christie
2013-06-17HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936Tom Christie
2013-06-14Fix and tests for ScopedRateThrottle. Closes #935Tom Christie
2013-06-12Added test for custom fields with min_value and max_value validatorsMark Hughes
2013-06-07Allow the default router to have a custom name.Ethan Fremen
2013-06-05Fix serialization exception when using non-existent consumerAlex Burgel
2013-06-05Merge masterTom Christie
2013-06-05Fix up tests and toxTom Christie
2013-06-04Added trailing_slash argument to routers. Closes #905Tom Christie
2013-06-04Test cases and fix for plain-list relationships (ie not queryset) Closes #878.Tom Christie
2013-06-03Regression test for #840. Closes #840.Tom Christie
2013-06-03request.user should be still be accessible in renderer context if authenticat...Tom Christie
2013-06-03Merge pull request #900 from copitux/fix-validation-layerTom Christie
2013-06-02Only use test import munging prior to Django 1.6's new test runnerTom Christie
2013-06-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-06-02Serializer field 'default' argument may be a callableTom Christie
2013-06-02Test cleanupTom Christie