Repositioned two paragraphs in the release notes.

This commit is contained in:
Aymeric Augustin 2013-09-08 11:23:37 +02:00
parent ded11aa620
commit fa7bc24671
1 changed files with 6 additions and 6 deletions

View File

@ -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
^^^^^^^^^