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 a309c5d commit 5de88aeCopy full SHA for 5de88ae
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.7.1 Allow passing models by string names
2
+
3
0.7.0 Added DbdiffTestMixin
4
5
0.6.0 Added exclude
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
13
setup(
14
name='django-dbdiff',
15
- version='0.7.0',
+ version='0.7.1',
16
description='Database data diffing against fixtures for testing',
17
author='James Pic',
18
author_email='jamespic@gmail.com',
0 commit comments