aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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
2015-01-16Minor test cleanupTom Christie
2015-01-15Tests for LimitOffsetPaginationTom Christie
2015-01-09First pass at 3.1 pagination APITom Christie
2015-01-09Merge pull request #2373 from jakul/document-translations-3.1Tom Christie
2015-01-08update tests to expect new error messagesCraig Blaszczyk
2015-01-07prefer single quotes in source and double quotes in user visible strings; add...Craig Blaszczyk
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-02update expected error messages in testsCraig Blaszczyk
2014-12-28Support namespaced router URLs with DefaultRouter.Tom Christie
2014-12-28Drop unused importTom Christie
2014-12-28Remove broken test. Closes #2359.Tom Christie
2014-12-24modified the tests accordinglyRemi Paulmier
2014-12-20Merge pull request #2330 from tomchristie/better-blank-html-behaviorTom Christie
2014-12-20Better behaviour with null and '' for blank HTML fields.Tom Christie
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
2014-12-19Updated tests to use url_path attribute in list and detail decoratorstanwanirahul
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-18Drop print statements in testsTom Christie
2014-12-18Fixes for behavior with empty HTML fields.Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-17Merge pull request #2155 from martinmaillard/set-user-on-wrapped-requestTom Christie
2014-12-17More docs, plus 'ALLOWED_VERSIONS' setting.Tom Christie