diff options
| author | Tom Christie | 2013-03-13 11:42:12 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-13 11:42:12 +0000 |
| commit | a798a5350a6aa3100695d41d4d37ec7e2e073bdd (patch) | |
| tree | 894455f0f98283db650bd08f01d21d4260b0a44d /docs | |
| parent | 126cadf27e5956dffd44ed7330f101745fdb37d3 (diff) | |
| download | django-rest-framework-a798a5350a6aa3100695d41d4d37ec7e2e073bdd.tar.bz2 | |
Fix duplicated database queries for paginated lists.
Closes #713.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index d0b46c36..4eaa42ba 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -48,6 +48,7 @@ You can determine your currently installed version using `pip freeze`: * Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404) * Deal with error data nicely when deserializing lists of objects. * Extra override hook to configure `DjangoModelPermissions` for unauthenticated users. +* Bugfix: Fix regression which caused extra database query on paginated list views. * Bugfix: Fix pk relationship bug for some types of 1-to-1 relations. * Bugfix: Workaround for Django bug causing case where `Authtoken` could be registered for cascade delete from `User` even if not installed. |
