From 6302893112a67343b3f5eff3f09f91b245346877 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 17 Oct 2014 22:50:24 +0200 Subject: Updated formtools docs to point at new package outside the Django repo. Refs #23677. --- docs/internals/deprecation.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/internals') 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 ` 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. -- cgit v1.3