Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Django 4.2a1 Support (#90)HEADdevelop | Hunter Chambers | 2023-01-18 | 2 | -1/+4 |
| | |||||
* | Updated codecov GHA. | Carlton Gibson | 2023-01-06 | 1 | -1/+1 |
| | |||||
* | Updated supported versions and CI matrix. | Carlton Gibson | 2023-01-06 | 4 | -31/+34 |
| | |||||
* | Update version number and release notes for 1.0.5 release.v1.0.5 | Carlton Gibson | 2021-09-24 | 2 | -1/+7 |
| | |||||
* | Added Trove classifier for Django 4.0. | Carlton Gibson | 2021-09-23 | 1 | -0/+1 |
| | |||||
* | Added Django 4.0 to test matrix. | Carlton Gibson | 2021-09-23 | 1 | -2/+3 |
| | |||||
* | Added PY39 testing to tox. (#82) | Carlton Gibson | 2021-08-23 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Removed unneed setup.cfg | Carlton Gibson | 2021-08-22 | 1 | -3/+0 |
| | | | | wheel is PY3 only. Closes #71. | ||||
* | Recursively excluding __pycache__ (#73) | David Runge | 2021-08-22 | 1 | -0/+1 |
| | | | | | | | | MANIFEST.in: Recursively exclude __pycache__ directories. They break reproducibility and are test/build artifacts of the build/test/release machine, which should never end up in a sdist. Closes #72 | ||||
* | Moved CI to GitHub Actions (#78) | Carlton Gibson | 2021-08-22 | 3 | -101/+38 |
| | | | | | | | | | | | * Added draft for workflow file. * Updated tox to current supported Django versions. * Updated workflow to run tests with tox. * Adjusted tox config. * Added coverage install. * Use official codecov action. * Drop deprecated .py from test command. * Drop testing PY39 for the moment. * Stopped testing with Travis. | ||||
* | Document compatibility with Django "diffsettings" command. (#69) | Pascal Chambon | 2020-04-11 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | travis: test on Ubuntu 18 (#61) | nikolas | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Set release date and bump version for 1.0.4.v1.0.4v | Carlton Gibson | 2020-03-31 | 2 | -3/+3 |
| | |||||
* | MANIFEST.in: Adding tests. (#55) | David Runge | 2020-01-21 | 1 | -1/+2 |
| | |||||
* | Test python 3.8 and Django 3.0 (#57) | Hameed Gifford | 2020-01-21 | 8 | -49/+41 |
| | | | Aligns the doc specs to match tested versions | ||||
* | Updated Django support: for Django 2.2 (#47) | Niouby | 2019-07-11 | 4 | -10/+41 |
| | | | | | | | | * Add template and middleware settings in test_settings * update python/django support: add django 2.2 * fix tests, add SessionMiddleware | ||||
* | Bump version and update changelog for v1.0.3 release.1.0.3 | Carlton Gibson | 2019-03-03 | 2 | -3/+5 |
| | |||||
* | 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 | 2 | -2/+3 |
| | | | | | Django #27753 has dropped six support Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi> | ||||
* | Drop Python 3.5 support for Django master (#45) | Aleksi Häkli | 2019-02-24 | 2 | -4/+1 |
| | | | | | | The new Django master and version 2.2 are dropping support for Python 3.5 and thus having the old versions in the test matrix is redundant. 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 | 4 | -42/+50 |
| | | | | | | | | 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 |
| | |||||
* | Add syntax highlighting (#39) | lcd1232 | 2018-01-26 | 2 | -7/+20 |
| | | | | | | | | | | * Add syntax highlighting * Fix E722 * Fix coverage * Skip checking ImportError | ||||
* | Updates README.rst with svg badge (#38) | Nikita Sobolev | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #37 from hsmett/develop | Carlton Gibson | 2017-09-11 | 4 | -32/+90 |
|\ | | | | | Follow django Python support map, add test for stable django 1.10 and… | ||||
| * | Follow django Python support map, add test for stable django 1.10 and 1.11 | Hugo Smett | 2017-09-11 | 4 | -32/+90 |
|/ | |||||
* | Merge pull request #36 from twz915/patch-1 | Carlton Gibson | 2017-04-05 | 1 | -1/+1 |
|\ | | | | | sorted works well on set | ||||
| * | sorted works well on set | WeizhongTu | 2017-04-05 | 1 | -1/+1 |
|/ | | | sorted works well on set, so convert a set to list is not necessary and not efficient. | ||||
* | Merge pull request #35 from adamchainz/readthedocs.io | Carlton Gibson | 2016-05-31 | 2 | -4/+4 |
|\ | | | | | Convert readthedocs link for their .org -> .io migration for hosted projects | ||||
| * | Convert readthedocs link for their .org -> .io migration for hosted projects | Adam Chainz | 2016-05-31 | 2 | -4/+4 |
|/ | | | | | | | | 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. | ||||
* | Merge pull request #34 from carltongibson/fixes | Carlton Gibson | 2016-04-19 | 6 | -29/+30 |
|\ | | | | | Pre-release changes | ||||
| * | Bump Version | Carlton Gibson | 2016-04-19 | 1 | -1/+1 |
| | | |||||
| * | Update Changelog | Carlton Gibson | 2016-04-19 | 1 | -0/+9 |
| | | |||||
| * | Remove py35-dj19 from allow_failures | Carlton Gibson | 2016-03-20 | 1 | -1/+0 |
| | | |||||
| * | Add tests checking `override_settings` compat. | Carlton Gibson | 2016-03-19 | 1 | -0/+13 |
| | | | | | | | | Ref #29 and #30 | ||||
| * | Remove Python < 2.6 `__members__` support | Carlton Gibson | 2016-03-19 | 2 | -9/+0 |
| | | |||||
| * | Get Python 3.5 tests working on Travis | Carlton Gibson | 2016-03-19 | 1 | -0/+2 |
| | | |||||
| * | Drop EOL Django versions from Travis | Carlton Gibson | 2016-03-19 | 2 | -18/+5 |
|/ | |||||
* | Merge pull request #32 from carltongibson/fix-pip8-py32-build-issue | Carlton Gibson | 2016-02-03 | 1 | -1/+3 |
|\ | | | | | Fix Travis build for Py32 | ||||
| * | Fix Travis build for Py32 | Carlton Gibson | 2016-02-03 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #31 from scop/travis | Carlton Gibson | 2016-02-03 | 2 | -4/+10 |
|\ | | | | | Update Django 1.9 and master test configs | ||||
| * | Update Django 1.9 and master test configs | Ville Skyttä | 2015-12-04 | 2 | -4/+10 |
|/ | |||||
* | Merge pull request #28 from wtayyeb/patch-1 | Carlton Gibson | 2015-11-01 | 3 | -4/+4 |
|\ | | | | | use django.utils.six instead of standalone six | ||||
| * | force using coverage 3.7.1 with python3.2 | Tayyeb | 2015-11-01 | 1 | -1/+2 |
| | | |||||
| * | remove dependency to six | wtayyeb | 2015-10-22 | 1 | -1/+1 |
| | | |||||
| * | use django.utils.six | wtayyeb | 2015-10-22 | 1 | -2/+1 |
|/ | | | this app is working in django, so no need to add additional dependency when it exist. using django.utils.six is better. | ||||
* | Merge pull request #26 from treyhunner/add-codecov | Carlton Gibson | 2015-09-16 | 2 | -0/+7 |
|\ | | | | | Measure code coverage with Codecov |