summaryrefslogtreecommitdiff
path: root/docs/releases/1.6.1.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-12-05 22:55:33 +0100
committerClaude Paroz <claude@2xlibre.net>2013-12-07 10:47:34 +0100
commit41ebc4838d2b09e7f3ece8889e21492902b55dc8 (patch)
tree7526acc903e1f00353ae38e7d4d132ba871fb854 /docs/releases/1.6.1.txt
parent8a9c8bb90736451e6bdea82723cbb23a695146fb (diff)
downloaddjango-41ebc4838d2b09e7f3ece8889e21492902b55dc8.tar.gz
Fixed #21551 -- Reenabled loading fixtures from subdirectory
This was a regression in Django 1.6 that was only partially restored in 839940f27f. Thanks Jonas Haag for the report.
Diffstat (limited to 'docs/releases/1.6.1.txt')
-rw-r--r--docs/releases/1.6.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 2ac8822c9c..ec81848d19 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -28,7 +28,8 @@ Bug fixes
* Fixed ``django.contrib.humanize`` translations where the unicode sequence
for the non-breaking space was returned verbatim (#21415).
* Fixed :djadmin:`loaddata` error when fixture file name contained any dots
- non related to file extensions (#21457).
+ non related to file extensions (#21457) or when fixture path was relative
+ but located in a subdirectory (#21551).
* Fixed display of inline instances in formsets when parent has 0 for primary
key (#21472).
* Fixed a regression where custom querysets for foreign keys were overwritten