Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/version.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24562 -- Renamed get_major_version() to get_main_v...Tim Graham2015-04-061-7/+6
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-0/+8
* Fixed #22867 -- Memoized django.utils.version.get_git_cha...Tim Graham2014-08-231-10/+5
* Fixed a typo in comment in django/utils/version.pySitesh Shrivastava2014-08-041-1/+1
* Fixed #22867 -- Memoized django.utils.version.get_git_cha...Loic Bistuer2014-06-221-2/+10
* Revert "Fixed #22867 -- Memoized django.utils.version.get...Aymeric Augustin2014-06-191-3/+0
* Fixed #22867 -- Memoized django.utils.version.get_git_cha...Alexander Schepanovski2014-06-191-0/+3
* Fixed #21430 -- Added a RuntimeWarning when unpickling Mo...Anubhav Joshi2014-06-111-9/+25
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Ensured get_version returns a native string.Aymeric Augustin2012-10-251-1/+1
* Used git log instead of git show for last commit's timestampAnssi Kääriäinen2012-06-081-2/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-0/+2
* Moved version code out of __init__.py.Adrian Holovaty2012-04-291-0/+49
* Fixed #18224 -- Changed the dev version number.Aymeric Augustin2012-04-291-41/+0
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #10372: made `get_svn_revision()` more robust. Than...Jacob Kaplan-Moss2009-04-031-1/+4
* Fixed #5237 -- Added an optional 'path' argument to get_s...Adrian Holovaty2007-08-241-2/+8
* Fixed #5215 -- Added Subversion revision number to Django...Adrian Holovaty2007-08-211-0/+33