summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorRenaud Parent <renaud.parent@gmail.com>2014-06-06 16:16:17 +0000
committerTim Graham <timograham@gmail.com>2014-06-18 13:53:07 -0400
commit87d0a3384cc263fe0df749a28e2fbc1e1240f043 (patch)
tree6cb2c535b6977abd626cf96fede8fcca5595300a /docs/releases
parentde9012907063e210e97c0d65cde312ff6174d420 (diff)
Fixed #22778 -- Added a model Meta option to define default_related_name.
Thanks jorgecarleitao and mmardini for reviews.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 7f3b4aa6c7..32de9ba631 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -178,6 +178,10 @@ Models
* Django now logs at most 9000 queries in ``connections.queries``, in order
to prevent excessive memory usage in long-running processes in debug mode.
+* There is now a model ``Meta`` option to define a
+ :attr:`default related name <django.db.models.Options.default_related_name>`
+ for all relational fields of a model.
+
* Pickling models and querysets across different versions of Django isn't
officially supported (it may work, but there's no guarantee). An extra
variable that specifies the current Django version is now added to the