diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index bd6255eae6..16e0b94a9d 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -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 ========================== |
