From 97ac22ebfca0a5b0759f495cc5d7bed3f9da6615 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 18 Nov 2013 14:05:59 +0100 Subject: Fixed #21457 -- Allowed fixture file name to contain dots Thanks Keryn Knight for the report. --- docs/releases/1.6.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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). -- cgit v1.3