summaryrefslogtreecommitdiff
path: root/CREDITS
Commit message (Collapse)AuthorAgeFilesLines
* Add myself to the creditsKyle Baird2018-06-181-0/+1
| | | | | Do this so I am available as a reference for questions about the changes I have made
* Add Martin Ek to contributors listMartin Ek2016-02-251-0/+1
|
* Merge branch 'tilde-caret' of ↵Raphaël Barrois2016-02-121-0/+1
|\ | | | | | | https://github.com/skwashd/python-semanticversion into skwashd-tilde-caret
| * Add support for npm/composer caret and tilde condition extensionsDave Hall2015-10-151-0/+1
| |
* | Merge branch 'bump-version-2' of ↵Raphaël Barrois2016-02-121-1/+2
|\ \ | | | | | | | | | https://github.com/MinchinWeb/python-semanticversion into MinchinWeb-bump-version-2
| * | Adjust code to match tests for bumping prerelease versionsMinchinWeb2015-09-151-1/+2
| |/
* | Fix issue #33 - null VersionField breaks ORMHugo Rodger-Brown2015-11-241-0/+1
|/ | | | | | | | | | | | | | I've updated the `BaseSemVerField` method `get_prep_value` so that it will return None when the field value is None, rather than the string representation 'None'. Previously this would break the ORM, which would save the string 'None' into the database, and then attempt to parse that as a version number. This change means that the default empty value for both VersionField and SpecField is None. Both derive from CharField, which uses an empty string as its default empty value, however it seems more logical in the case of these objects that no object is null, and not an empty string. Includes tests.
* Adds a new bump version func to the API.Rick Eyre2015-04-011-0/+1
|
* moved django test app settings to the django test app moduleMichael Hrivnak2014-03-161-0/+1
| | | | | | | | | ... to guarantee the settings get executed before any code in that app. Since python's unittest.TestLoader does not guarantee in what order it will import modules while hunting for test cases, the unit tests could fail to even load if tests.django_test_app.models was loaded before tests.test_django. This failure was seen on ARM machines, which happened to traverse the module tree in an inconvenient order.
* Update copyrightRaphaël Barrois2014-03-081-3/+3
|
* Add CREDITS file.Raphaël Barrois2014-03-081-0/+50