summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)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
| | | Closes #70.
* Specify package is Python 3 only (#67)Chris Lasher2020-04-071-1/+1
| | | | | The presence of the generic `Programming Language :: Python` classifier appears to cause pip in Python 2.7 to still install new releases of this package, even though support for Python 2 was removed from this package in the current release. Removing the generic "Python" classifier should prevent this issue, by reading between the lines of [the Python Packaging tutorial](https://packaging.python.org/tutorials/packaging-projects/#creating-setup-py) ("In this case, the package is only compatible with Python 3"). Just to be certain, this also adds the `Programming Language :: Python :: 3 :: Only` classifier.
* Test python 3.8 and Django 3.0 (#57)Hameed Gifford2020-01-211-7/+4
| | | Aligns the doc specs to match tested versions
* Add package classifiers for Python 3.7 support (#46)Aleksi Häkli2019-02-251-0/+1
| | | Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
* Migrate from django.utils.six to six (#44)Aleksi Häkli2019-02-251-1/+1
| | | | | Django #27753 has dropped six support Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
* Follow django Python support map, add tox/travis targets for stable django ↵joehybird2018-12-171-1/+5
| | | | | | | | 2.0 and 2.1 (#43) * Follow django Python support map, add tox/travis targets for stable django 2.0 and 2.1 * Drop django 1.8 to 1.10. Add python 3.7
* 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
| | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* 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