aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-09-02Add relations and get tests runningTom Christie
2014-08-29First passTom Christie
2014-08-29Remove unused imports.Tom Christie
2014-08-29`get_paginate_by` no longer takes optional `.queryset`Tom Christie
2014-08-29Remove `.link()` and `.action()` decorators.Tom Christie
2014-08-29Remove deprecated generic views.Tom Christie
`MultipleObjectAPIView` and `SingleObjectAPIView` are no longer required.
2014-08-29Minor tidy up.Tom Christie
2014-08-29Remove `.model` usage in tests.Tom Christie
Remove the shortcut `.model` view attribute usage from test cases.
2014-08-29Remove `page_size` argument.Tom Christie
`paginate_queryset` no longer takes an optional `page_size` argument.
2014-08-29Remove `pk_url_field`, `slug_url_field`, `slug_field`.Tom Christie
Closes #1773.
2014-08-29Remove `allow_empty`Tom Christie
2014-08-29Remove `allow_empty`.Tom Christie
Closes #1774.
2014-08-29Remove `filter_backend`.Tom Christie
Closes #1775.
2014-08-29Docs whitespace fix.Tom Christie
2014-08-29Typo in 2.4 announcement nameTom Christie
2014-08-292.4 Release notes2.4.0Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
Deprecate `.model` attribute on views
2014-08-29Minor docs updateTom Christie
2014-08-29Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-29Merge pull request #1788 from cezar77/fix-1719Carlton Gibson
Browsable API cleanups. Fixes #1719
2014-08-28Sponsor fixTom Christie
2014-08-28Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-28Latest sponsor updateTom Christie
2014-08-28Merge pull request #1795 from lnhubbell/patch-2Carlton Gibson
Update generic-views.md
2014-08-28Validation errors in the rendered HTML fixedCezar Pendarovski
2014-08-27Update generic-views.mdNathan Hubbell
Small grammar changes.
2014-08-27Put all TextNodes (method names) back to same line with parent elementCezar Pendarovski
2014-08-27Merge pull request #1792 from lnhubbell/patch-1Carlton Gibson
Update generic-views.md
2014-08-27Merge remote-tracking branch 'upstream/master' into fix-1719Cezar Pendarovski
2014-08-26Update generic-views.mdNathan Hubbell
2014-08-26Merge pull request #1789 from nemesisdesign/patch-5Carlton Gibson
docs: added drf-hstore to third party fields
2014-08-26Merge pull request #1790 from nemesisdesign/patch-6Carlton Gibson
docs: added HStoreSerializer to third party serializers
2014-08-25Merge remote-tracking branch 'upstream/master' into fix-1719Cezar Pendarovski
Conflicts: rest_framework/templates/rest_framework/base.html
2014-08-25docs: added HStoreSerializer to third party serializersFederico Capoano
added a reference to django-rest-framework-hstore in docs/api-guide/serializers.md
2014-08-25docs: added drf-hstore to third party fieldsFederico Capoano
added a reference to django-rest-framework-hstore in docs/api-guide/fields.md
2014-08-22Made all color declarations in bootstrap-tweaks.css consistentCezar Pendarovski
2014-08-22Fixed the issue with the non-draggable horizontal scrollbarCezar Pendarovski
2014-08-21Add .model deprecation to release notesTom Christie
2014-08-20Add Retry-After to release notes. Refs #1508.Tom Christie
2014-08-20Merge pull request #1508 from uploadcare/set-retry-afterTom Christie
set Retry-After header when throttled
2014-08-20TypoTom Christie
2014-08-20Deprecate .model in related routers/permissionsTom Christie
2014-08-20Merge branch 'master' into set-retry-afterDmitry Mukhin
Conflicts: tests/test_throttling.py
2014-08-20Deprecate .model attribute on viewsTom Christie
2014-08-20Fix cache_throttle typoTom Christie
2014-08-20Merge pull request #1770 from tomchristie/2.4.0Tom Christie
2.4.0 Release.
2014-08-20Latest sponsor updateTom Christie
2014-08-20Release notesTom Christie
2014-08-19Release notesTom Christie
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie