summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2014-10-12 04:37:56 +0000
committerThomas Goirand <thomas@goirand.fr>2014-10-12 04:37:56 +0000
commitd34d35ee07712306d86fff68db5fe28dbe263ed6 (patch)
tree0c0225b8aa5442f9a8fbf53a0c7941acc8cf26ec /debian/changelog
parent6af6ed34537fa102ef5940b3cb095b5f23f13a9a (diff)
downloadfactory-boy-d34d35ee07712306d86fff68db5fe28dbe263ed6.tar
factory-boy-d34d35ee07712306d86fff68db5fe28dbe263ed6.tar.gz
* Add a patch to call django.setup() if using Django 1.7 in the unit tests.
This fixes FTBFS (Closes: #764837).
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a1acdb5..6b0ea1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+factory-boy (2.4.1-3) unstable; urgency=medium
+
+ * Add a patch to call django.setup() if using Django 1.7 in the unit tests.
+ This fixes FTBFS (Closes: #764837).
+
+ -- Thomas Goirand <zigo@debian.org> Sun, 12 Oct 2014 04:36:54 +0000
+
factory-boy (2.4.1-2) unstable; urgency=medium
* Disabled broken a test (Closes: #759914).