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
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2019-08-28
Adjusted subprocess.run() calls to use arg list, rather than string.
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
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