summaryrefslogtreecommitdiff
path: root/django/utils/version.py
AgeCommit message (Expand)Author
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