aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
2013-05-05Merge masterTom Christie
2013-05-04Codebase improvements on FileUploadParserMichael Elovskikh
2013-05-03Tests for FileUploadParserMichael Elovskikh
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-04-30Merge masterTom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-27Changed DepthTest to have depth=2JC
2013-04-26DecimalFieldTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-23Ensure implementation of reverse relations in 'fields' is backwards compatibleTom Christie
2013-04-17Merge branch 'include_reverse_relations' of https://github.com/tomchristie/dj...Tom Christie
2013-04-17Remove unneccessary tests from #789, and bit of cleanup.Tom Christie
2013-04-15Return Decimal instance instead of stringStephan Groß
2013-04-15Fix unicodesStephan Groß
2013-04-15Add DecimalField supportStephan Groß
2013-04-14adding test case for generic view with overriden get_object()Johannes Spielmann
2013-04-10First pass on automatically including reverse relationshipTom Christie
2013-04-09Add lookup_kwargTom Christie
2013-04-04Fix up view name/description testsTom Christie
2013-03-29Merge pull request #767 from tomchristie/fix-oauth2-token-onlyTom Christie
2013-03-28Removed pagination regression special case for Django<1.4. Having DjangoFil...Kevin Stone
2013-03-27Added unit test for failing DjangoFilterBackend on SingleObjectMixin that was...Kevin Stone
2013-03-28Remove client credentials from all OAuth 2 testsPierre Dulac
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
2013-03-27client credentials should be optional (fix #759)Fernando Rocha
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-22Defer the writable nested modelserializers workTom Christie
2013-03-22Merge masterTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-22Test moved out of serializer.py into serializer_bulk_updateTom Christie
2013-03-22Add extra tests for errors from incorrect data with multiple create/updateTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-19Basic bulk create and bulk updateTom Christie
2013-03-18Added bulk create testsTom Christie
2013-03-18Merge branch 'master' into basic-nested-serializationTom Christie
2013-03-18Remove dumbass unneeded testTom Christie
2013-03-15one 2 one nested relationshipsTom Christie
2013-03-14One-to-one writable, nested serializer supportMark Aaron Shirley
2013-03-13force_insert, force_update arguments. Closes #484.Tom Christie
2013-03-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-13Use django-filter 0.6a1 and add database query count tests for paginated, fil...Tom Christie
2013-03-13Fix duplicated database queries for paginated lists.Tom Christie
2013-03-13Merge branch 'num-query-checking' of https://github.com/mjtamlyn/django-rest-...Tom Christie
2013-03-12Merge pull request #723 from mjumbewu/multitable-inheritanceTom Christie
2013-03-12Merge pull request #695 from kuhnza/masterTom Christie