mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #22486 -- Restored the ability to reverse views created using functools.partial.
Regression in 8b93b31487.
Thanks rcoup for the report.
This commit is contained in:
committed by
Tim Graham
parent
c3152e5bcd
commit
3c06b2f2a3
@@ -47,6 +47,7 @@ Final releases
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.5.7
|
||||
1.5.6
|
||||
1.5.5
|
||||
1.5.4
|
||||
@@ -60,6 +61,7 @@ Final releases
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.4.12
|
||||
1.4.11
|
||||
1.4.10
|
||||
1.4.9
|
||||
|
||||
Reference in New Issue
Block a user