Files
deb-python-semantic-version/semantic_version
Raphaël Barrois be455e8998 Add support for Django 1.10
Stop coercing fields magically:

>>> a = SomeModel()
>>> a.version = '0.1.0'
>>> a.version
'0.1.0'
>>> a.full_clean()
>>> a.version
Version('0.1.0')

Closes #43, #45
2016-09-01 13:23:12 +02:00
..
2016-02-12 01:22:56 +01:00
2016-02-12 00:44:30 +01:00
2016-09-01 13:23:12 +02:00