From 7462a78c1bdef2f37ea9aae5ad05170dbd14b34a Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Thu, 20 Jun 2013 03:09:40 +0700 Subject: 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. --- docs/releases/1.6.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 ========================== -- cgit v1.3