summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange test suite.Raphaël Barrois2016-09-011-21/+18
| | | | | * Use tox * Add a full linting step
* Add support for Django 1.10Raphaël Barrois2016-09-011-1/+1
| | | | | | | | | | | | | | 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
* Update test targets.Raphaël Barrois2016-02-121-3/+3
| | | | Drop support for Django 1.4; go up to 1.9
* Fix coverage building.Raphaël Barrois2015-07-021-1/+4
|
* Switch to django-version-dependant install scheme.Raphaël Barrois2015-07-021-11/+36
| | | | Also update travis to use it.
* Normalize docs to docs/ (Closes #5).Raphaël Barrois2013-12-231-1/+1
| | | | | | Also normalize the package layout. Thanks @jdowner-gb & tleach for the report.
* Merge README and index.rst.Raphaël Barrois2013-03-221-1/+1
|
* Add a Makefile for easier test running.Raphaël Barrois2013-03-211-0/+28