summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add Django 4.2a1 Support (#90)HEADdevelopHunter Chambers2023-01-181-0/+1
* Updated supported versions and CI matrix.Carlton Gibson2023-01-061-4/+4
* Added Trove classifier for Django 4.0.Carlton Gibson2021-09-231-0/+1
* Updated Trove classifiers. (#81)Carlton Gibson2021-08-221-5/+3
* Added python_requires. Carlton Gibson2021-08-221-0/+1
* Specify package is Python 3 only (#67)Chris Lasher2020-04-071-1/+1
* Test python 3.8 and Django 3.0 (#57)Hameed Gifford2020-01-211-7/+4
* Add package classifiers for Python 3.7 support (#46)Aleksi Häkli2019-02-251-0/+1
* Migrate from django.utils.six to six (#44)Aleksi Häkli2019-02-251-1/+1
* Follow django Python support map, add tox/travis targets for stable django 2....joehybird2018-12-171-1/+5
* add `django` as a requirement to `setup.py` (#40)Naman Bharadwaj2018-02-011-1/+1
* Follow django Python support map, add test for stable django 1.10 and 1.11Hugo Smett2017-09-111-2/+6
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-311-1/+1
* remove dependency to sixwtayyeb2015-10-221-1/+1
* Use production trove classifier.Jannis Leidel2015-02-151-1/+1
* Fixed classifiers.Jannis Leidel2015-02-151-1/+3
* Modernize test setup.Jannis Leidel2015-02-151-7/+2
* Added python 3 classifiersRafal Stozek2012-12-031-0/+2
* Added python 3 supportRafal Stozek2012-12-031-1/+4
* Moved away from tox and Jenkins and use Travis instead.Jannis Leidel2012-05-251-1/+1
* Stopped using versiontools.Jannis Leidel2012-02-201-9/+20
* Moved tests into a new appconf package. Shouldn't have any different behavior.Jannis Leidel2012-01-261-1/+4
* Updated trove classifier and project URL.Jannis Leidel2011-08-251-3/+3
* Added Sphinx docs and extended change log. Also added AUTHORS and LICENSE files.Jannis Leidel2011-08-251-2/+3
* Added initial version of appconf.v0.1Jannis Leidel2011-08-221-0/+33