| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-01 | [2.2.x] Bumped version number for 2.2 release.2.2 | Carlton Gibson | |
| Updated trove classifier to Production/Stable. | |||
| 2019-02-11 | [2.2.x] Bumped version for 2.2b1.2.2b1 | Carlton Gibson | |
| 2019-01-17 | [2.2.x] Bumped version for Django 2.2 alpha 1. | Carlton Gibson | |
| 2018-11-09 | Fixed #29934 -- Added sqlparse as a require dependency. | Tim Graham | |
| 2018-06-28 | Refs #28814 -- Documented Python 3.7 compatibility. | Asif Saifuddin Auvi | |
| 2018-05-16 | Fixed #29410 -- Added project_urls to setup.py. | Philip James | |
| 2018-05-03 | Fixed #29373 -- Added long_description in setup.py. | Carlton Gibson | |
| 2017-12-22 | Fixed #28878 -- Added python_requires in setup.py and a warning for older ↵ | Zac-HD | |
| pips that don't recognize it. | |||
| 2017-12-06 | Added "Python 3 Only" trove classifier. | Nick Pope | |
| 2017-09-25 | Fixed #27857 -- Dropped support for Python 3.4. | Tim Graham | |
| 2017-01-25 | Refs #23919 -- Removed misc Python 2/3 references. | Tim Graham | |
| 2016-12-27 | Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11. | Tim Graham | |
| 2016-10-27 | Fixed #27327 -- Simplified time zone handling by requiring pytz. | Tim Graham | |
| 2016-09-22 | Used HTTPS link to djangoproject.com in setup.py. | Adam Chainz | |
| 2016-04-25 | Refs #26033 -- Added password hasher support for Argon2 v1.3. | Bas Westerbaan | |
| The previous version of Argon2 uses encoded hashes of the form: $argon2d$m=8,t=1,p=1$<salt>$<data> The new version of Argon2 adds its version into the hash: $argon2d$v=19$m=8,t=1,p=1$<salt>$<data> This lets Django handle both version properly. | |||
| 2016-03-08 | Fixed #26033 -- Added Argon2 password hasher. | Bas Westerbaan | |
| 2015-08-17 | Corrected trove classifiers for Python version support. | Tim Graham | |
| 2015-02-25 | Updated trove classifier to Pre-Alpha. | Tim Graham | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-01-17 | Removed compatibility with Python 3.2. | Tim Graham | |
| 2014-04-17 | Include an 'extra_requires' for bcrypt | Alex Gaynor | |
| 2014-03-30 | Added Python 3.4 to classifiers in setup.py. | Berker Peksag | |
| 2014-01-21 | Fixed #21827 -- Install django-admin and django-admin.py | Florian Apolloner | |
| We need to figure out how to deprecate django-admin.py, but for now this should do the trick. | |||
| 2014-01-21 | Changed django-admin back to django-admin.py. Refs #21827 | Florian Apolloner | |
| 2013-12-31 | Changed setup.py to use find_packages. | Florian Apolloner | |
| 2013-12-27 | Switched setup.py to setuptools. | Florian Apolloner | |
| 2013-07-01 | Bumped minimum Python version requirement to 2.7 in Django 1.7. | Aymeric Augustin | |
| 2013-06-18 | Fixed #20615 -- Added trove classifiers for major Python versions. | Aymeric Augustin | |
| 2013-06-06 | Bumped verion numbers for 1.6a1. | Jacob Kaplan-Moss | |
| 2013-05-01 | Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2013-04-04 | Remove download_url from setup.py | Donald Stufft | |
| * Prevents issues with moving download locations in the future, see https://www.djangoproject.com/m/bad-installer.txt * Removes a location that release managers need to update with a new version * Very little use when files are hosted on PyPI (as Django's are) | |||
| 2013-04-03 | Adjusted download_url in setup.py | Florian Apolloner | |
| 2013-03-29 | Fixed setup.py overlaid-install warning. | Carl Meyer | |
| Before this change, if you had a global Django installation in /usr/local/, you might get a spurious warning when installing Django within a virtualenv. Thanks epicserve for the report and debugging help. | |||
| 2013-02-26 | Added Python 3.2/3.3 trove classifiers in setup.py | Claude Paroz | |
| 2013-02-24 | Sorry, accidental commit, Thanks claudep for catching it! | Honza Kral | |
| 2013-02-23 | Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes | Honza Kral | |
| 2013-02-14 | Fix filtering during collection of paths in setup.py | Ramiro Morales | |
| Thanks Marek Brzóska for the report. | |||
| 2012-12-14 | Added 'license' value to the setup.py fixes #19430 | Pablo Recio | |
| 2012-10-06 | Ensure we ignore __pycache__ PEP 3174 dirs in a few more places. | Ramiro Morales | |
| 2012-05-21 | Fixed #18115 - added warning about overlaid install. | Carl Meyer | |
| Setup.py now warns if it detects that Django is being installed over top of a previous installation that was never removed. This should only happen when installing with ``python setup.py install``, as pip automatically uninstalls before installing a new version and easy_install installs as an egg directory. Also generally updated the installation doc. | |||
| 2012-03-31 | Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵ | Claude Paroz | |
| the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-23 | Bump trunk to 1.4.1.4 | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17799 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-15 | Bump trunk to 1.4 RC 2. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17740 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-05 | Correct the download URL. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17672 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-05 | Bump for 1.4 RC 1. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17671 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-05 | Fixed #17832 -- Missing negation in a comment. Thanks mk for the report. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17667 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-16 | Fixed download URL in setup.py. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17534 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-16 | Accommodate new version numbering scheme. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17532 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-16 | Bump version numbers for 1.4 beta 1. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17531 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-01-08 | Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17357 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
