1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[1.7.x] Small doc changes missed in 66076268.

Partial backport of 253e8ac2 from master.
This commit is contained in:
Aymeric Augustin
2014-03-21 22:09:57 +01:00
parent 79989263a2
commit 60d2213d43
2 changed files with 4 additions and 1 deletions

View File

@@ -154,6 +154,9 @@ details on these changes.
:class:`django.middleware.common.BrokenLinkEmailsMiddleware` middleware to
your :setting:`MIDDLEWARE_CLASSES` setting instead.
* ``django.middleware.doc.XViewMiddleware`` will be removed. Use
``django.contrib.admindocs.middleware.XViewMiddleware`` instead.
* ``Model._meta.module_name`` was renamed to ``model_name``.
* Remove the backward compatible shims introduced to rename ``get_query_set``