summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2020-10-13[3.0.x] Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2019-12-02[3.0.x] Bumped version for 3.0 release.3.0Carlton Gibson
2019-11-20[3.0.x] Pinned asgiref to 3.2 series.Carlton Gibson
2019-11-06[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
2019-10-24[3.0.x] Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.Bastien Vallet
2019-10-14[3.0.x] Bumped version for 3.0 beta 1.3.0b1Mariusz Felisiak
2019-09-10[3.0.x] Bumped version for 3.0 alpha 1 release.3.0a1Carlton Gibson
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2018-11-09Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham
2018-06-28Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi
2018-05-16Fixed #29410 -- Added project_urls to setup.py.Philip James
2018-05-03Fixed #29373 -- Added long_description in setup.py.Carlton Gibson
2017-12-22Fixed #28878 -- Added python_requires in setup.py and a warning for older pip...Zac-HD
2017-12-06Added "Python 3 Only" trove classifier.Nick Pope
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2016-12-27Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.Tim Graham
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-09-22Used HTTPS link to djangoproject.com in setup.py.Adam Chainz
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2015-08-17Corrected trove classifiers for Python version support.Tim Graham
2015-02-25Updated trove classifier to Pre-Alpha.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-04-17Include an 'extra_requires' for bcryptAlex Gaynor
2014-03-30Added Python 3.4 to classifiers in setup.py.Berker Peksag
2014-01-21Fixed #21827 -- Install django-admin and django-admin.pyFlorian Apolloner
2014-01-21Changed django-admin back to django-admin.py. Refs #21827Florian Apolloner
2013-12-31Changed setup.py to use find_packages.Florian Apolloner
2013-12-27Switched setup.py to setuptools.Florian Apolloner
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-06-18Fixed #20615 -- Added trove classifiers for major Python versions.Aymeric Augustin
2013-06-06Bumped verion numbers for 1.6a1.Jacob Kaplan-Moss
2013-05-01Fixed #19252 -- Added support for wheel packages.Florian Apolloner
2013-04-04Remove download_url from setup.pyDonald Stufft
2013-04-03Adjusted download_url in setup.pyFlorian Apolloner
2013-03-29Fixed setup.py overlaid-install warning.Carl Meyer
2013-02-26Added Python 3.2/3.3 trove classifiers in setup.pyClaude Paroz
2013-02-24Sorry, accidental commit, Thanks claudep for catching it!Honza Kral
2013-02-23Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletesHonza Kral
2013-02-14Fix filtering during collection of paths in setup.pyRamiro Morales
2012-12-14Added 'license' value to the setup.py fixes #19430Pablo Recio
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-05-21Fixed #18115 - added warning about overlaid install.Carl Meyer
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-23Bump trunk to 1.4.1.4James Bennett
2012-03-15Bump trunk to 1.4 RC 2.James Bennett
2012-03-05Correct the download URL.James Bennett