aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Collapse)Author
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵Tom Christie
hyperlinked relations
2012-10-04Tests for default arguments on fieldsTom Christie
2012-10-04Abstract out the app_label on test modelsTom Christie
2012-10-04Abstract out the app_label on test modelsTom Christie
2012-10-03Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as ↵Tom Christie
appropriate (fixes test)
2012-10-03Added failing test for m2m dataTom Christie
2012-10-03Add m2m update testTom Christie
2012-10-03Add Serializer.save() to clean up differences between serializer.object ↵Tom Christie
being either a DeserializedObject or a model instance
2012-10-03Many2Many testTom Christie
2012-10-03Rename generic viewsTom Christie
2012-10-02Added model form field -> serializer form field mappingTom Christie
2012-10-02Add test to ensure that pk is readonly in PUT requestsTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Pagination supportTom Christie
2012-09-28Drop oauth tests for now - may pull same test module back in if end up using ↵Tom Christie
django-oauth-plus, but since we've not pulled it in right now...
2012-09-28Add more tests for generic viewsTom Christie
2012-09-28Add more tests for generic viewsTom Christie
2012-09-28Clean up reverse testsTom Christie
2012-09-28Fix broken bits of generic viewsTom Christie
2012-09-28Remove unused test fileTom Christie
2012-09-28Get test-only models properly workingTom Christie
2012-09-28Remove support for doctestsTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-27Add test for request.POSTTom Christie
2012-09-27Remove braindead testTom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-26Update to new rest_framework package name, simplify implementationJamie Matthews
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie