diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-08 11:23:37 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-08 11:23:37 +0200 |
| commit | fa7bc2467114e0a5e3551eece515795255ef308b (patch) | |
| tree | 6425e3e25a1870d30766c92c7daaec1f15202fce /docs | |
| parent | ded11aa620e5b38c78ff92e691a459d1977a2539 (diff) | |
Repositioned two paragraphs in the release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 4177b464d6..120ec4c18a 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -239,10 +239,16 @@ Management Commands Models ^^^^^^ +* The :meth:`QuerySet.update_or_create() + <django.db.models.query.QuerySet.update_or_create>` method was added. + * The new :attr:`~django.db.models.Options.default_permissions` model ``Meta`` option allows you to customize (or disable) creation of the default add, change, and delete permissions. +* :attr:`~django.db.models.Options.app_label` is no longer required for models + that are defined in a ``models`` package within an app. + * Explicit :class:`~django.db.models.OneToOneField` for :ref:`multi-table-inheritance` are now discovered in abstract classes. @@ -252,12 +258,6 @@ Signals * The ``enter`` argument was added to the :data:`~django.test.signals.setting_changed` signal. -* The :meth:`QuerySet.update_or_create() - <django.db.models.query.QuerySet.update_or_create>` method was added. - -* :attr:`~django.db.models.Options.app_label` is no longer required for models - that are defined in a ``models`` package within an app. - Templates ^^^^^^^^^ |
