summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-18 14:05:59 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-18 20:34:39 +0100
commit833f7d11e8f1d0171bac23e2e78c1111a83fbeaa (patch)
treefa1f8f3a79444e78b7f779594f984ae2c0cd951f /docs
parent62bb4fc8063b755be00c4f2a936292fc0bf067ca (diff)
[1.6.x] Fixed #21457 -- Allowed fixture file name to contain dots
Thanks Keryn Knight for the report. Backport of 97ac22ebfc from master.
Diffstat (limited to 'docs')
-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 ad85908ca8..d88b404bc5 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -24,3 +24,5 @@ Bug fixes
from working in ``ModelForms``.
* 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).