Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for NPM-style version ranges. | Raphaël Barrois | 2019-08-26 | 1 | -3/+16 |
* | Refactor spec/version matching. | Raphaël Barrois | 2019-08-26 | 1 | -20/+23 |
* | Lint test code. | Raphaël Barrois | 2019-08-24 | 1 | -4/+2 |
* | Drop support for Python<3.4. | Raphaël Barrois | 2019-08-24 | 1 | -2/+0 |
* | Remove hacks for old Django under Pypy. | Raphaël Barrois | 2018-06-18 | 1 | -8/+0 |
* | Adapt code to Django>=1.11. | Raphaël Barrois | 2018-06-18 | 1 | -8/+1 |
* | Fix deconstruct() tests under Pypy. | Raphaël Barrois | 2016-09-01 | 1 | -8/+18 |
* | django: Replace south with django.db.migrations | Raphaël Barrois | 2016-09-01 | 1 | -103/+82 |
* | Add support for Django 1.10 | Raphaël Barrois | 2016-09-01 | 1 | -31/+58 |
* | Remove Copyright years (Closes #28) | Raphaël Barrois | 2016-02-12 | 1 | -1/+1 |
* | Fix for failing test_django tests | Hugo Rodger-Brown | 2015-11-25 | 1 | -15/+9 |
* | Fix issue #33 - null VersionField breaks ORM | Hugo Rodger-Brown | 2015-11-24 | 1 | -0/+45 |
* | Minor fixes to tests. | Raphaël Barrois | 2015-07-02 | 1 | -4/+3 |
* | fixed tests to work with django 1.7 and 1.8 | Michael Hrivnak | 2015-07-02 | 1 | -17/+27 |
* | moved django test app settings to the django test app module | Michael Hrivnak | 2014-03-16 | 1 | -12/+0 |
* | Update copyright | Raphaël Barrois | 2014-03-08 | 1 | -1/+1 |
* | Add Python3 support. | Raphaël Barrois | 2013-03-21 | 1 | -1/+3 |
* | Fix license string. | Raphaël Barrois | 2013-03-21 | 1 | -1/+1 |
* | Add Version.coerce. | Raphaël Barrois | 2013-03-20 | 1 | -0/+25 |
* | Fix handling of partial versions (Closes #1). | Raphaël Barrois | 2013-03-20 | 1 | -2/+5 |
* | Happy New Year! | Raphaël Barrois | 2013-01-02 | 1 | -1/+1 |
* | Properly validate values. | Raphaël Barrois | 2012-05-22 | 1 | -0/+4 |
* | Add introspection rules for south | Raphaël Barrois | 2012-05-22 | 1 | -0/+51 |
* | Remove SpecItem. | Raphaël Barrois | 2012-05-21 | 1 | -19/+12 |
* | Rename Spec to SpecItem and SpecList to SpecItem. | Raphaël Barrois | 2012-05-21 | 1 | -4/+4 |
* | Update rules and code to follow readable specifications. | Raphaël Barrois | 2012-05-20 | 1 | -16/+22 |
* | Introduce the SpecListField. | Raphaël Barrois | 2012-05-17 | 1 | -9/+22 |
* | Fix tests | Raphaël Barrois | 2012-05-17 | 1 | -3/+3 |
* | s/SemanticVersion/Version/ | Raphaël Barrois | 2012-05-15 | 1 | -4/+4 |
* | Add django fields for SemanticVersion and Spec. | Raphaël Barrois | 2012-05-15 | 1 | -0/+117 |