aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/views.py
AgeCommit message (Collapse)Author
2014-02-26Demonstrate problem post/put'ing serialized data that contains 'None'Dustin Farris
2013-06-26Minor test cleanupTom Christie
2013-06-26Refactored get_view_description, moved appropriate tests to test_description.pyIgor Kalat
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-19fixed merge conflictOscar Vilaplana
2013-05-19* make test assertion more explicitNikolaus Schlemm
* cleanup
2013-05-19Removed unused importsOscar Vilaplana
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵Tom Christie
working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py
2012-12-16Adding PATCH support to Django REST FrameworkAndrew Hankinson
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-10-11Sanitise JSON error messagesTom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also ↵Tom Christie
make model fields with a default value be not required
2012-10-08Fix fiddly content-overloading bugTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie