| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-14 | Bumped version numbers for release.1.5.8 | Jacob Kaplan-Moss | |
| 2014-04-28 | [1.5.x] Update version numbers for 1.5.7 bugfix release.1.5.7 | James Bennett | |
| 2014-04-21 | [1.5.x] Update for 1.5.6 security release.1.5.6 | James Bennett | |
| 2013-10-24 | [1.5.x] Bump everything for 1.5.5 bugfix release.1.5.5 | James Bennett | |
| 2013-09-15 | [1.5.x] Add release notes and bump version numbers for 1.5.4 security release.1.5.4 | James Bennett | |
| 2013-09-10 | [1.5.x] Bump version numbers for 1.5.3 security release.1.5.3 | James Bennett | |
| 2013-08-13 | Bumped version numbers for 1.5.2. | Jacob Kaplan-Moss | |
| 2013-06-18 | [1.5.x] Fixed #20615 -- Added trove classifiers for major Python versions. | Aymeric Augustin | |
| Backport of efe6e160. | |||
| 2013-05-01 | [1.5.x] Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Backport from master (a5becad9094e5c5403b692b9a7b3a6ffaabf64a3). Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2013-03-28 | Bump version numbers for 1.5.1.1.5.1 | Jacob Kaplan-Moss | |
| 2013-02-26 | [1.5.x] Update trove classifier for 1.5 final release. | James Bennett | |
| 2013-02-26 | [1.5.x] Bump version numbers for Django 1.5 release. | James Bennett | |
| 2013-02-19 | [1.5.x] Bump version numbers for security release.1.5c2 | James Bennett | |
| 2013-02-14 | [1.5.x] Fix filtering during collection of paths in setup.py | Ramiro Morales | |
| Thanks Marek Brzóska for the report. f179a5198e05e1be8ba8be87c1f0e1a8924cf005 from master. | |||
| 2013-01-04 | [1.5.x] Bump version numbers for 1.5 RC 1.1.5c1 | James Bennett | |
| 2012-12-18 | [1.5.x] Fixed #19430 -- Added 'license' value to setup.py | Pablo Recio | |
| Backport of 50fd96497 from master. | |||
| 2012-12-10 | [1.5.x] Bump version numbers for security release.1.5b2 | James Bennett | |
| 2012-11-27 | [1.5.x] Bump version numbers for 1.5 beta 1.1.5b1 | James Bennett | |
| 2012-10-25 | [1.5.x] We actually only support 3.2+ on Py3k. | James Bennett | |
| 2012-10-25 | [1.5.x] Bump version information and classifiers for 1.5 alpha release. | James Bennett | |
| 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 | |||
| 2012-01-07 | Fixed #17491 -- Honored the version number format expected by distutils. ↵ | Aymeric Augustin | |
| Fixed #11236 too. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17351 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-23 | Also we use HTTPS now. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17257 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-23 | Missed one. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17256 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-23 | Bump to 1.4 alpha 1. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17255 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-03-28 | Changed setup.py classifiers to use a better indentation style | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15929 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-03-28 | Removed Python 2.4 classifier from setup.py | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15928 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-03-23 | Bump everything for 1.3.1.3 | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-03-05 | Added trove classifiers for specific python versions. Thanks to Brett Cannon ↵ | Russell Keith-Magee | |
| for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15760 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-03-04 | Bump trunk to 1.3 release candidate status. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15755 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-12-23 | Update download_url for beta. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15041 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-12-23 | Trunk is now 1.3 beta 1. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15040 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-11-11 | Change development-status classifier in setup.py since this is an alpha. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@14520 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-11-11 | Bump version number and download URL for 1.3 alpha 1. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@14519 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-05-24 | Bump to 1.2.1.1.2.1 | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@13302 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-05-17 | Flip PyPI classifier from beta to stable. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-05-17 | Bump version and download info to 1.2.1.2 | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-05-06 | Bump to 1.2 RC 1 | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@13117 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-02-06 | Bump version info to 1.2 beta. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@12394 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
