aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-05-18Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...Nikolaus Schlemm
2013-05-18added unittests for permission check of exposing actions via OPTIONSNikolaus Schlemm
2013-05-18added tests for formOscar Vilaplana
2013-05-18Added humanized field names and typesOscar Vilaplana
2013-05-18HEAD and OPTIONS should not be exposed as actions as discussed in https://git...Nikolaus Schlemm
2013-05-18Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Nikolaus Schlemm
2013-05-18draft for fields' metadata via OPTIONS - needs review and decisionNikolaus Schlemm
2013-05-18only catch relevant exceptions ;)Nikolaus Schlemm
2013-05-18Merge pull request #861 from minddust/fix_missing_field_valuesTom Christie
2013-05-18Fix missing para..Stephan Groß
2013-05-18Add newlineStephan Groß
2013-05-18Rename has_user_through_model -> has_through_modelTom Christie
2013-05-18Add TestCases for default field valuesStephan Groß
2013-05-18Merge pull request #854 from ryankask/issue-775Tom Christie
2013-05-18expose the fields metadata via OPTIONS as described in https://github.com/tom...Nikolaus Schlemm
2013-05-18Merge pull request #858 from minddust/fix_710Tom Christie
2013-05-18Merge pull request #860 from andymckay/masterTom Christie
2013-05-18Removed unicode literalsPablo Recio
2013-05-18Merge branch 'master' into 675-empty-label-related-fieldPablo Recio
2013-05-18startswith can take a tupleAndy McKay
2013-05-18Update getattrStephan Groß
2013-05-18Merge pull request #859 from craigds/masterTom Christie
2013-05-18Styling tweaksTom Christie
2013-05-18Remove unused varStephan Groß
2013-05-18Temp commit for branch change ;-)Stephan Groß
2013-05-18when source='*' on a nested serializer, expand fields into outer serializer w...Craig de Stigter
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-18Merge branch 'master' of git://github.com/tomchristie/django-rest-frameworkMark McArdle
2013-05-18ToMany fields default to read-only if targeting ManyToManyField.Ryan Kaskel
2013-05-18Initial commit of fix for https://github.com/tomchristie/django-rest-framewor...Mark McArdle
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 #851 from linovia/masterTom Christie
2013-05-18A model's field is required if is null or blankPablo 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-18serializers.Field respects ordering on dicts if it exists. Closes #832Tom Christie
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-18Updated the dependencies version and added the ALLOWED_HOSTS for tests.Xavier Ordoquy
2013-05-18Forms in Broseable API support dynamic serializers based on request methodTom Christie
2013-05-18Merge remote-tracking branch 'upstream/master'Craig de Stigter
2013-05-17Minor mixin refactoringTom Christie
2013-05-17Fix PendingDeprecation warnings in testsTom Christie
2013-05-17PendingDeprecation warning to allow_emptyTom Christie
2013-05-16HyperlinkedIdentityField uses `lookup_field` kwarg.Andy Freeland