summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2014-10-17 22:50:24 +0200
committerTim Graham <timograham@gmail.com>2014-11-26 09:41:52 -0500
commit6302893112a67343b3f5eff3f09f91b245346877 (patch)
tree977ea8f1194270b5d4b5621cabd990f5b340548f /docs/internals
parent296860f791ecdebf1c9f81db778f4d5b855c420b (diff)
Updated formtools docs to point at new package outside the Django repo.
Refs #23677.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 3750d469dd..1db9e23d4e 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -419,9 +419,8 @@ details on these changes.
superseded by :setting:`IGNORABLE_404_URLS` in the 1.4 release. They will be
removed.
-* The :doc:`form wizard </ref/contrib/formtools/form-wizard>` has been
- refactored to use class-based views with pluggable backends in 1.4.
- The previous implementation will be removed.
+* The form wizard has been refactored to use class-based views with pluggable
+ backends in 1.4. The previous implementation will be removed.
* Legacy ways of calling
:func:`~django.views.decorators.cache.cache_page` will be removed.