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