aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-18ToMany fields default to read-only if targeting ManyToManyField.Ryan Kaskel
2013-05-17Minor mixin refactoringTom Christie
2013-05-17Fix PendingDeprecation warnings in testsTom Christie
2013-05-17PendingDeprecation warning to allow_emptyTom Christie
2013-05-17Merge pull request #847 from johtso/patch-1Tom Christie
Fix typo + grammar in viewsets docs
2013-05-17Fix typo + grammar in viewsets docsJohannes
2013-05-16Updated README.mdMichael Elovskikh
2013-05-16Update release-notes.mdTom Christie
2013-05-16Added @rouge8 for bugfix #844. Thank you!Tom Christie
2013-05-16Merge pull request #844 from rouge8/hyperlinkedidentityfield-lookup_fieldTom Christie
HyperlinkedIdentityField uses `lookup_field` kwarg.
2013-05-16HyperlinkedIdentityField uses `lookup_field` kwarg.Andy Freeland
According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer
2013-05-16Merge branch 'master' of https://github.com/tomchristie/django-rest-framework2.3.3Tom Christie
2013-05-16Version 2.3.3Tom Christie
2013-05-16Merge pull request #843 from linovia/masterTom Christie
Small typo in the ViewSet example.
2013-05-16Small typo in the ViewSet example.Xavier Ordoquy
2013-05-15Test and fix which closes #652.Tom Christie
2013-05-15Fix searchfilter issuesTom Christie
2013-05-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-14Base automatic filterset model on the queryset model. Fixes #834.Tom Christie
2013-05-14Added @jsummerfield for cleanups in #824. Thanks!Tom Christie
2013-05-14Merge pull request #824 from jsummerfield/patch-1Tom Christie
Remove trailing unmatched </div> in login_base.html template. Reformat i...
2013-05-14Fix assert messaging on fields/exclude checking. Closes #833Tom Christie
2013-05-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-14Added @avinash240 for bugfix #822Tom Christie
2013-05-14Updated release notesTom 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-14More docs on SearchFilterTom Christie
2013-05-14SearchFilter may be comma and/or whitespace seperatedTom Christie
2013-05-14Fix Django 1.3 compat with routersTom Christie
2013-05-14Updated release notesTom Christie
2013-05-13Added django-viewsets to credits. Refs #738.Tom Christie
2013-05-13Remove trailing unmatched </div> in login_base.html template. Reformat ↵James Summerfield
indentation and label all closing tags for consistency.
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 ↵Marlon Bailey
with a router testcase illustrating the failure against the master code base
2013-05-10Fix py3k compat with functools.reduceTom Christie
2013-05-10Unicode string fixTom Christie
2013-05-10Improve custom filtering exampleTom Christie
2013-05-10Added SearchFilterTom Christie
2013-05-10SearchFilter and testsTom Christie
2013-05-10Move models into test modules, out of models moduleTom Christie
2013-05-10Docs tweaksTom Christie
2013-05-10Added @hamishcampbell for docs fix #818. Thanks!Tom Christie
2013-05-10Merge pull request #818 from hamishcampbell/masterTom Christie
Very minor documentation code fix.
2013-05-10Fix minor code error in Generic Views documentation - missing `if` statement.Hamish Campbell
2013-05-09Fix HyperlinkedModelSerializer not respecting lookup_fieldsTom Christie
2013-05-09Tweak inheritanceTom Christie