diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-01-12 12:00:27 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-01-12 22:51:22 +0100 |
| commit | f48e2258a96a08dcec843921206bcf7656e3ae45 (patch) | |
| tree | ee6c9a0afae7ceeb053d7cf2d76a4b50c9f3545b /docs/internals | |
| parent | 5f7230e12f0d237cdc19d8930006b0fc7d9dbaa6 (diff) | |
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham
for the reviews.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 4e03378f06..0a460b7739 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
