Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Django 4.2a1 Support (#90)HEADdevelop | Hunter Chambers | 2023-01-18 | 1 | -0/+1 |
| | |||||
* | Updated supported versions and CI matrix. | Carlton Gibson | 2023-01-06 | 1 | -4/+4 |
| | |||||
* | Added Trove classifier for Django 4.0. | Carlton Gibson | 2021-09-23 | 1 | -0/+1 |
| | |||||
* | Updated Trove classifiers. (#81) | Carlton Gibson | 2021-08-22 | 1 | -5/+3 |
| | |||||
* | Added python_requires. | Carlton Gibson | 2021-08-22 | 1 | -0/+1 |
| | | | Closes #70. | ||||
* | Specify package is Python 3 only (#67) | Chris Lasher | 2020-04-07 | 1 | -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 Gifford | 2020-01-21 | 1 | -7/+4 |
| | | | Aligns the doc specs to match tested versions | ||||
* | Add package classifiers for Python 3.7 support (#46) | Aleksi Häkli | 2019-02-25 | 1 | -0/+1 |
| | | | Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi> | ||||
* | Migrate from django.utils.six to six (#44) | Aleksi Häkli | 2019-02-25 | 1 | -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 ↵ | joehybird | 2018-12-17 | 1 | -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 Bharadwaj | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | Follow django Python support map, add test for stable django 1.10 and 1.11 | Hugo Smett | 2017-09-11 | 1 | -2/+6 |
| | |||||
* | Convert readthedocs link for their .org -> .io migration for hosted projects | Adam Chainz | 2016-05-31 | 1 | -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 six | wtayyeb | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Use production trove classifier. | Jannis Leidel | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fixed classifiers. | Jannis Leidel | 2015-02-15 | 1 | -1/+3 |
| | |||||
* | Modernize test setup. | Jannis Leidel | 2015-02-15 | 1 | -7/+2 |
| | |||||
* | Added python 3 classifiers | Rafal Stozek | 2012-12-03 | 1 | -0/+2 |
| | |||||
* | Added python 3 support | Rafal Stozek | 2012-12-03 | 1 | -1/+4 |
| | |||||
* | Moved away from tox and Jenkins and use Travis instead. | Jannis Leidel | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Stopped using versiontools. | Jannis Leidel | 2012-02-20 | 1 | -9/+20 |
| | |||||
* | Moved tests into a new appconf package. Shouldn't have any different behavior. | Jannis Leidel | 2012-01-26 | 1 | -1/+4 |
| | |||||
* | Updated trove classifier and project URL. | Jannis Leidel | 2011-08-25 | 1 | -3/+3 |
| | |||||
* | Added Sphinx docs and extended change log. Also added AUTHORS and LICENSE files. | Jannis Leidel | 2011-08-25 | 1 | -2/+3 |
| | |||||
* | Added initial version of appconf.v0.1 | Jannis Leidel | 2011-08-22 | 1 | -0/+33 |