aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2013-05-18Remove unused varStephan Groß
2013-05-18Temp commit for branch change ;-)Stephan Groß
2013-05-18Clean up test case.Ryan Kaskel
2013-05-18when source='*' on a nested serializer, expand fields into outer serializer w...Craig de Stigter
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Fix for #710Stephan Groß
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Display an empty label into related fields if it isn't requiredPablo Recio
2013-05-18ToMany fields default to read-only if targeting ManyToManyField.Ryan Kaskel
2013-05-18Merge pull request #831 from brianz/masterTom Christie
2013-05-18Moved test model into closer to the testcasePablo Recio
2013-05-18Merge branch 'master' into 725-blank-choice-dashPablo Recio
2013-05-18Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't requiredPablo Recio
2013-05-18Merge pull request #694 from craigds/masterTom Christie
2013-05-18add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and Hype...Craig de Stigter
2013-05-18ManyHyperlinkedRelatedField comes form rest_framework.relations nowMarkus Törnqvist
2013-05-18serializers.Field respects ordering on dicts if it exists. Closes #832Tom Christie
2013-05-18Merge branch 'mikee2185-master' into mjtorn-masterMarkus Törnqvist
2013-05-18add tests for related field source for HyperlinkedRelatedField. #694Craig de Stigter
2013-05-18add tests for related field source for RelatedField and PrimaryKeyRelatedFiel...Craig de Stigter
2013-05-18Forms in Broseable API support dynamic serializers based on request methodTom Christie
2013-05-17Fix PendingDeprecation warnings in testsTom Christie
2013-05-16HyperlinkedIdentityField uses `lookup_field` kwarg.Andy Freeland
2013-05-15Test and fix which closes #652.Tom Christie
2013-05-14Base automatic filterset model on the queryset model. Fixes #834.Tom Christie
2013-05-14Fix filter test renamingTom Christie
2013-05-14Merge branch 'master' of https://github.com/avinash240/django-rest-frameworkTom Christie
2013-05-14Added OrderingFilterTom Christie
2013-05-14Added OrderingFilterTom Christie
2013-05-14Rename filter testsTom Christie
2013-05-13Allow for missing non-required nested objects.Brian Zambrano
2013-05-12fix test case to work with Python 3 and make it more explicitMarlon Bailey
2013-05-11added support for multiple @action and @link decorators on a viewset, along w...Marlon Bailey
2013-05-10Unicode string fixTom Christie
2013-05-10SearchFilter and testsTom Christie
2013-05-10Move models into test modules, out of models moduleTom Christie
2013-05-08Fix deprecation warnings in relations_nested testsMark Aaron Shirley
2013-05-08Merge remote-tracking branch 'upstream/master' into writable-nested-modelseri...Mark Aaron Shirley
2013-05-08Test and fix for #814.Tom Christie
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
2013-05-05Merge masterTom Christie
2013-05-04Codebase improvements on FileUploadParserMichael Elovskikh
2013-05-03Tests for FileUploadParserMichael Elovskikh
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-04-30Merge masterTom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-27Changed DepthTest to have depth=2JC