We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690c0e1 commit 36013c1Copy full SHA for 36013c1
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.7.2 Django 2.0 support, added support for relative fixture paths
2
+
3
0.7.1 Allow passing models by string names
4
5
0.7.0 Added DbdiffTestMixin
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
13
setup(
14
name='django-dbdiff',
15
- version='0.7.1',
+ version='0.7.2',
16
description='Database data diffing against fixtures for testing',
17
author='James Pic',
18
author_email='[email protected]',
0 commit comments