mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #23276 -- Deprecated passing views as strings to url().
This commit is contained in:
parent
2003cb23d4
commit
a9fd740d22
28 changed files with 207 additions and 182 deletions
|
@ -44,6 +44,8 @@ about each item can often be found in the release notes of two versions prior.
|
|||
|
||||
* The ``unordered_list`` filter will no longer support old style lists.
|
||||
|
||||
* Support for string ``view`` arguments to ``url()`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue