mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Thanks to Keryn Knight for the initial report and reviews, and to tomask for the original patch.
This commit is contained in:
parent
ffcf24c9ce
commit
7462a78c1b
7 changed files with 47 additions and 16 deletions
|
@ -725,6 +725,12 @@ Miscellaneous
|
|||
returned ``False`` for blank passwords. This has been corrected in this
|
||||
release: blank passwords are now valid.
|
||||
|
||||
* The admin :attr:`~django.contrib.admin.ModelAdmin.changelist_view` previously
|
||||
accepted a ``pop`` GET parameter to signify it was to be displayed in a popup.
|
||||
This parameter has been renamed to ``_popup`` to be consistent with the rest
|
||||
of the admin views. You should update your custom templates if they use the
|
||||
previous parameter name.
|
||||
|
||||
Features deprecated in 1.6
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue