aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2015-02-09Merge masterTom Christie
2015-02-09Fixes for latest version of pep8Tom Christie
2015-02-09pep8 fixTom Christie
2015-02-09Py3 compat fixTom Christie
2015-02-06Minor cleanupTom Christie
2015-02-06Add trim_whitespace to CharField #2517José Padilla
2015-02-05Minor bits of test cleanupTom Christie
2015-02-05Fix NamespaceVersioning with hyperlinked serializer fieldsTom Christie
2015-02-04Prefetching the user object when getting the token in TokenAuthentication.Ofir Ovadia
2015-02-03Reorganize tests.Brandon Cazander
2015-02-02Remove unnecessary APIRequestFactory get from tests.Brandon Cazander
2015-02-02Provide rest_framework.resolve. Fixes #2489Brandon Cazander
2015-01-31Fix error text in test.Tom Christie
2015-01-30Merge masterTom Christie
2015-01-29Removed router check for deprecated '.model' attributeTymur Maryokhin
2015-01-28Merge pull request #2475 from sdreher/masterTom Christie
2015-01-27Clone the versioning_scheme when necessary. Fixes #2477Brandon Cazander
2015-01-27reorganize importsSusan Dreher
2015-01-27reorganize importsSusan Dreher
2015-01-27:bug: ManyRelatedField get_value clearing field on partial updateSusan Dreher
2015-01-27Reload api_settings when using Django's 'override_settings'Tom Christie
2015-01-24Streamline test for #2455Brandon Cazander
2015-01-24Add missed files for test.Brandon Cazander
2015-01-24Add failing test for request.version AttributeError in BrowsableAPI.Brandon Cazander
2015-01-23Added DictField and support for HStoreField.Tom Christie
2015-01-23Added UUIDField.Tom Christie
2015-01-23Merge masterTom Christie
2015-01-23More sensible response caching.Tom Christie
2015-01-23More graceful handling of malformed Content-DispositionTom Christie
2015-01-23Add missing skipUnless(django_filters)Tom Christie
2015-01-23Fix template loader monkey patching to also support 1.8Tom Christie
2015-01-22Add paging controlsTom Christie
2015-01-22Cursor pagination now works with OrderingFilterTom Christie
2015-01-22Support ordering attribute either on view or on pagination class for CursorPa...Tom Christie
2015-01-22Support for tuple ordering in cursor paginationTom Christie
2015-01-22Tidy up cursor tests and make more comprehensiveTom Christie
2015-01-22Tests for reverse paginationTom Christie
2015-01-22Add support for reverse cursorsTom Christie
2015-01-21Merge branch 'version-3.1' into cursor-paginationTom Christie
2015-01-21Make ReturnDict cachable. Closes #2360.Tom Christie
2015-01-21Merge masterTom Christie
2015-01-21Allow missing fields option for inherited serializers. Closes #2388.Tom Christie
2015-01-19Merge branch 'version-3.1' into cursor-paginationTom Christie
2015-01-19Merge masterTom Christie
2015-01-19Drop trailing whitespace on indented JSON output. Closes #2429.Tom Christie
2015-01-19Add offset support for cursor paginationTom Christie
2015-01-18Save objects before assigning them in InheritedModelSerializationTests; Djang...David Muller
2015-01-17First pass at cursor paginationTom Christie
2015-01-16Fix compat issuesTom Christie
2015-01-16More pagination tests & cleanupTom Christie