Skip to content

Commit 840f2bf

Browse files
committed
Copied additional items from deprecation timeline to 1.9 release notes.
1 parent ecf109f commit 840f2bf

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/releases/1.9.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,18 +217,16 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline
217217

218218
* ``AppCommand.handle_app()`` is no longer be supported.
219219

220-
* ``RequestSite`` is located in ``django.contrib.sites.requests`` and
221-
``get_current_site`` in ``django.contrib.sites.shortcuts``.
220+
* ``RequestSite`` and ``get_current_site()`` are no longer importable from
221+
``django.contrib.sites.models``.
222222

223223
* FastCGI support via the ``runfcgi`` management command is removed.
224224

225225
* ``django.utils.datastructures.SortedDict`` is removed.
226226

227227
* ``ModelAdmin.declared_fieldsets`` is removed.
228228

229-
* Instances of ``util.py`` in the Django codebase have been renamed to
230-
``utils.py`` in an effort to unify all util and utils references.
231-
The modules that provided backwards compatibility are removed:
229+
* The ``util`` modules that provided backwards compatibility are removed:
232230

233231
* ``django.contrib.admin.util``
234232
* ``django.contrib.gis.db.backends.util``
@@ -245,7 +243,7 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline
245243

246244
* The ``use_natural_keys`` argument for ``serializers.serialize()`` is removed.
247245

248-
* ``django.forms.get_declared_fields`` is removed.
246+
* Private API ``django.forms.forms.get_declared_fields()`` is removed.
249247

250248
* The ability to use a ``SplitDateTimeWidget`` with ``DateTimeField`` is
251249
removed.
@@ -267,8 +265,10 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline
267265
* ``BaseCommand.requires_model_validation`` is removed in favor of
268266
``requires_system_checks``. Admin validators is replaced by admin checks.
269267

270-
* ``ModelAdmin.validator`` is removed in favor of the new ``checks``
271-
attribute.
268+
* The ``ModelAdmin.validator_class`` and ``default_validator_class`` attributes
269+
are removed.
270+
271+
* ``ModelAdmin.validate()`` is removed.
272272

273273
* ``django.db.backends.DatabaseValidation.validate_field`` is removed in
274274
favor of the ``check_field`` method.
@@ -295,3 +295,7 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline
295295

296296
* ``django.contrib.sitemaps.FlatPageSitemap`` is removed in favor of
297297
``django.contrib.flatpages.sitemaps.FlatPageSitemap``.
298+
299+
* Private API ``django.test.utils.TestTemplateLoader`` is removed.
300+
301+
* The ``django.contrib.contenttypes.generic`` module is removed.

0 commit comments

Comments
 (0)