summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@sixmedia.com>2013-06-20 03:09:40 +0700
committerBaptiste Mispelon <bmispelon@gmail.com>2013-06-19 22:16:16 +0200
commit7462a78c1bdef2f37ea9aae5ad05170dbd14b34a (patch)
tree228c42ea555e81800e1cba6cd2c436cca115dd2c /docs
parentffcf24c9ce781a7c194ed8722b850e7873922f6b (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt6
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
==========================