summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-22 15:13:47 -0500
committerTim Graham <timograham@gmail.com>2014-12-22 15:19:18 -0500
commit01ab84c61330ffa5ac87c637249611c5e5343e57 (patch)
tree397254043328a3e42e9589e25db5d07a74d06e3c /docs
parentcf2390be164bcb3c5670f73b0a7062d6141f8664 (diff)
Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.
Thanks welbornprod for report and initial patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index ef65a37963..179bd5f7db 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -160,3 +160,5 @@ Bugfixes
a crash when the index name requires it (:ticket:`#24015`).
* Added ``datetime.time`` support to migrations questioner (:ticket:`23998`).
+
+* Fixed admindocs crash on apps installed as eggs (:ticket:`23525`).