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
2026-04-08
Removed PY38 and PY39 version constants.
Jacob Walls
2025-11-20
Fixed #36321 -- Defaulted suggest_on_error=True in management commands.
kihuni
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2024-10-25
Refs #35844 -- Corrected expected error messages in commands tests on Python ...
Tainara Palmeira
2024-05-16
Removed PY36 and PY37 version constants.
Sarah Boyce
2024-02-20
Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_argum...
Mariusz Felisiak
2023-11-27
Refs #34986 -- Added django.utils.version.PYPY.
Nick Pope
2023-04-05
Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.
Mariusz Felisiak
2022-02-19
Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-09-27
Refs #32355 -- Modernized subprocess.run() calls.
Adam Johnson
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-04-09
Refs #32074 -- Removed usage of Python's deprecated distutils.version package.
Mariusz Felisiak
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-04-01
Fixed #32610 -- Fixed get_git_changeset() on Linux.
Mariusz Felisiak
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-02-10
Refs #32355 -- Restored PY36 and PY37 version constants.
Carlton Gibson
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