summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-18 21:23:06 -0500
committerTim Graham <timograham@gmail.com>2015-01-18 21:24:09 -0500
commitdd0707c3ca74fd4a019e0dd143cb8fec799f5186 (patch)
treeb9721337c9cd59e7ff04746b35cf760fbb9c8db0 /docs/internals
parent0c910823c166b827b090df5c5c8be9e502a14d8c (diff)
[1.8.x] Added missing items to deprecation timeline/1.7 release notes.
Backport of ecf109f2159f4581adb354263406116c2bda11d7 from master
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 8ec6f16666..d5856a2c68 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -228,9 +228,9 @@ details on these changes.
* ``ModelAdmin.get_formsets`` will be removed.
-* Remove the backward compatible shims introduced to rename the
+* The backward compatibility shim introduced to rename the
``BaseMemcachedCache._get_memcache_timeout()`` method to
- ``get_backend_timeout()``.
+ ``get_backend_timeout()`` will be removed.
* The ``--natural`` and ``-n`` options for :djadmin:`dumpdata` will be removed.
Use :djadminopt:`--natural-foreign` instead.
@@ -263,8 +263,10 @@ details on these changes.
``requires_system_checks``. Admin validators will be replaced by admin
checks.
-* ``ModelAdmin.validator`` will be removed in favor of the new ``checks``
- attribute.
+* The ``ModelAdmin.validator_class`` and ``default_validator_class`` attributes
+ will be removed.
+
+* ``ModelAdmin.validate()`` will be removed.
* ``django.db.backends.DatabaseValidation.validate_field`` will be removed in
favor of the ``check_field`` method.
@@ -294,6 +296,8 @@ details on these changes.
* Private API ``django.test.utils.TestTemplateLoader`` will be removed.
+* The ``django.contrib.contenttypes.generic`` module will be removed.
+
.. _deprecation-removed-in-1.8:
1.8