summaryrefslogtreecommitdiff
path: root/django/__init__.py
AgeCommit message (Expand)Author
2015-11-16[1.9.x] Bumped version for 1.9 release candidate 1.1.9rc1Tim Graham
2015-10-19[1.9.x] Bumped version for 1.9 beta 1.1.9b1Tim Graham
2015-09-23[1.9.x] Bumped version to 1.9a1.1.9a1Tim Graham
2015-01-16Bumped version; master is now 1.9 pre-alpha.Tim Graham
2014-11-24Simplified get_version() in django/__init__.pyTim Graham
2014-09-09Fixed #23442 -- Added django.__version__ per PEP 396.Tim Graham
2014-03-21Bumped version to reflect master is now pre-1.8.Tim Graham
2014-02-06Bumped version number for 1.7a21.7a2Jacob Kaplan-Moss
2014-01-22[1.7.x] Bump version number for 1.7 alpha 1.1.7a1James Bennett
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-30Merged Apps.populate_apps() and populate_models().Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-06-28Master is now pre-1.7.Jacob Kaplan-Moss
2013-06-06Bumped verion numbers for 1.6a1.Jacob Kaplan-Moss
2012-10-26Advanced version identifiers for 1.6 cycle.Ramiro Morales
2012-04-29Moved version code out of __init__.py.Adrian Holovaty
2012-04-29Fixed #18224 -- Changed the dev version number.Aymeric Augustin
2012-03-31Advanced version identifiers for 1.5 development cycle.Ramiro Morales
2012-03-23Minor correction in the version tuple.James Bennett
2012-03-23Bump trunk to 1.4.1.4James Bennett
2012-03-15Bump trunk to 1.4 RC 2.James Bennett
2012-03-05Bump for 1.4 RC 1.James Bennett
2012-02-16Bump version numbers for 1.4 beta 1.James Bennett
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2012-01-07Fixed #17491 -- Honored the version number format expected by distutils. Fixe...Aymeric Augustin
2011-12-23Bump to 1.4 alpha 1.James Bennett
2011-04-30Django is now 1.4 pre-alpha.Ramiro Morales
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-04Bump trunk to 1.3 release candidate status.James Bennett
2010-12-23Trunk is now 1.3 beta 1.James Bennett
2010-11-11Bump version number and download URL for 1.3 alpha 1.James Bennett
2010-06-19Django is now 1.3 pre-alpha.Jacob Kaplan-Moss
2010-05-24Bump to 1.2.1.1.2.1James Bennett
2010-05-17Trunk is now 1.2.1 pre-alpha.James Bennett
2010-05-17Bump version and download info to 1.2.1.2James Bennett
2010-05-06Bump to 1.2 RC 1James Bennett
2010-02-06Bump version info to 1.2 beta.James Bennett
2010-01-06Bump version number and add download_url for 1.2 alpha.James Bennett
2009-07-30Trunk is now 1.2 pre-alpha.James Bennett
2009-07-29Update packaging info for 1.1 release.1.1James Bennett
2009-07-29We don't need to put the 'final' bit in the version number, and it messes up ...James Bennett
2009-07-22Bump django.VERSION for RC 1.James Bennett
2009-03-24Bumped version for 1.1 beta.Jacob Kaplan-Moss
2009-02-24Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 alpha 1...James Bennett
2008-09-30Update django.VERSION in trunk per previous discussionJames Bennett
2008-09-16Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which ...Adrian Holovaty
2008-09-03Bump version number for Django 1.0 release1.0James Bennett
2008-09-03Bumped version to rc1.Jacob Kaplan-Moss
2008-08-27Bumped version number for 1.0 Beta 2 release.Russell Keith-Magee