aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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
2014-12-16Added NamespaceVersioningTom Christie
2014-12-16Merge lateset version-3.1Tom Christie
2014-12-16Merge branch 'master' into version-3.1Tom Christie
2014-12-16Versioning first passTom Christie
2014-12-16Add test integrated with middlewareMartin Maillard
2014-12-15Minor test cleanupTom Christie
2014-12-15Merge masterTom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-15Merge branch 'jpadilla-exception-handler-context' into version-3.1Tom Christie
2014-12-15Merge branch 'master' into version-3.1Tom Christie
2014-12-15First pass at serializer repr bugTom Christie
2014-12-13Fix test for python2/3 compatTom Christie
2014-12-13Better errors when serializer has incorrectly named field.Tom Christie
2014-12-12Merge masterTom Christie
2014-12-12Clean up import orderingTom Christie
2014-12-12Python 3 test fixTom Christie
2014-12-12Client.logout() also clears any force_authenticateTom Christie
2014-12-11Add testMartin Maillard
2014-12-10Optimizations play nicely with select_related, prefetch_relatedTom Christie
2014-12-09Hyperlinked PK optimization. Closes #1872.Tom Christie
2014-12-09Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-f...Tom Christie
2014-12-09Add allow_blank for ChoiceField #2184José Padilla