mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham for the reviews.
This commit is contained in:
parent
5f7230e12f
commit
f48e2258a9
6 changed files with 94 additions and 13 deletions
|
@ -158,6 +158,9 @@ details on these changes.
|
|||
and ``Storage.save()`` to be defined without a ``max_length`` argument will
|
||||
be removed.
|
||||
|
||||
* Support for the legacy ``%(<foo>)s`` syntax in ``ModelFormMixin.success_url``
|
||||
will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue