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 978f402 commit ff3773eCopy full SHA for ff3773e
CONTRIBUTORS.rst
@@ -2,4 +2,4 @@ Domain Models Contributors
2
==========================
3
4
+ Roman Mogilatov
5
-
++ Sergii [boonya] Buinytskyi
domain_models/__init__.py
@@ -1,3 +1,3 @@
1
"""Domain models."""
-VERSION = '0.0.3'
+VERSION = '0.0.4'
tests/test_models.py
@@ -323,7 +323,6 @@ class ModelReprTests(unittest.TestCase):
323
324
def test_repr(self):
325
"""Test model __repr__()."""
326
327
class User(models.DomainModel):
328
"""Test user domain model."""
329
0 commit comments