aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2013-12-06PEP8 Compliancekahnjw
2013-12-06Add tests to pass for get_ident method in BaseThrottle class.kahnjw
2013-09-25Drop 1.3 supportTom Christie
2013-09-25Merge masterTom Christie
2013-09-13Typo in strings referring to Python package, django-filter.Rajiv Bose
2013-09-10Tweaks and docs to object-level model permissions.Tom Christie
2013-09-10Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into...Tom Christie
2013-09-09removed unnecessary guardian req and view.action parsingbwreilly
2013-09-07first pass at object level permissions and testsbwreilly
2013-09-06Support customizable view EXCEPTION_HANDLERAndy Freeland
2013-09-06some properly failing tests, set up for standard permissionsbwreilly
2013-09-06added guardian as optional requirement, stubbed out object-level permission c...bwreilly
2013-09-05Merge pull request #1076 from edmondwong/masterTom Christie
2013-09-03Added test for OPTIONS before object creation from a PUTEdmond Wong
2013-08-31Regression test for #1072Yuri Prezument
2013-08-30Merge masterTom Christie
2013-08-30Fix failing empty serializer testTom Christie
2013-08-30Drop broken placeholder serializations.Tom Christie
2013-08-29Make ChoiceField.from_native() follow IntegerField behaviour on empty valuesMathieu Pillard
2013-08-28Tweak MAX_PAGINATE_BY behavior in edge case.Tom Christie
2013-08-27Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-...Tom Christie
2013-08-26Added max_paginate_by parameterAlexander Akhmetov
2013-08-23Merge branch 'master' into html-form-rendererTom Christie
2013-08-23Fix failing test for router with no trailing slashTom Christie
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-21Merge masterTom Christie
2013-08-21Merge branch 'static-routes' into 0.4.0Tom Christie
2013-08-19Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...Tom Christie
2013-08-19Merge branch 'master' into 2.4.0Tom Christie
2013-08-19MergeTom 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-15Combined link_* and action_* decorators into detail_route and list_route, mar...Alex Burgel
2013-07-15Changed collection_* decorators to list_*Alex Burgel
2013-07-15Rename router collection test caseAlex Burgel
2013-07-15Add support for collection routes to SimpleRouterAlex Burgel
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