summaryrefslogtreecommitdiff
path: root/django/utils/version.py
AgeCommit message (Expand)Author
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-01-13Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.Tim Graham
2015-11-19Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.Tim Graham
2015-04-06Fixed #24562 -- Renamed get_major_version() to get_main_version()Tim Graham
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-08-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Tim Graham
2014-08-04Fixed a typo in comment in django/utils/version.pySitesh Shrivastava
2014-06-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Loic Bistuer
2014-06-19Revert "Fixed #22867 -- Memoized django.utils.version.get_git_changeset()."Aymeric Augustin
2014-06-19Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Alexander Schepanovski
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-10-25Ensured get_version returns a native string.Aymeric Augustin
2012-06-08Used git log instead of git show for last commit's timestampAnssi Kääriäinen
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-29Moved version code out of __init__.py.Adrian Holovaty
2012-04-29Fixed #18224 -- Changed the dev version number.Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-04-03Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma.Jacob Kaplan-Moss
2007-08-24Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thank...Adrian Holovaty
2007-08-21Fixed #5215 -- Added Subversion revision number to Django version string. Tha...Adrian Holovaty