summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-12-07 03:37:31 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-12-07 03:40:58 +0100
commit7d75a33331c971194bd07143aa8ff4b491f5c693 (patch)
tree0a33152f5c704b3f2d886eb6f6181b4e04e5f777
parent5a4884a978d48a21e765141cd9a4c37448875a85 (diff)
[1.6.x] Added fix for #21530 to 1.6.1 release notes.
Backport of 19b22d4f0e0eafec1aafb9489f0830ae572b5db5 from master.
-rw-r--r--docs/releases/1.6.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 4b23737d94..5eeb446b88 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -41,3 +41,5 @@ Bug fixes
backend (#21448).
* Fixed a crash when a ``GeometryField`` uses a non-geometric widget (#21496).
* Fixed password hash upgrade when changing the iteration count (#21535).
+* Fixed a bug in the debug view when the urlconf only contains one element
+ (#21530).