summaryrefslogtreecommitdiff
path: root/django/utils/version.py
AgeCommit message (Expand)Author
2026-04-08Removed PY38 and PY39 version constants.Jacob Walls
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2024-10-25Refs #35844 -- Corrected expected error messages in commands tests on Python ...Tainara Palmeira
2024-05-16Removed PY36 and PY37 version constants.Sarah Boyce
2024-02-20Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_argum...Mariusz Felisiak
2023-11-27Refs #34986 -- Added django.utils.version.PYPY.Nick Pope
2023-04-05Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak
2022-02-19Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-04-09Refs #32074 -- Removed usage of Python's deprecated distutils.version package.Mariusz Felisiak
2021-04-01Fixed #32316 -- Deferred accessing __file__.William Schwartz
2021-04-01Fixed #32610 -- Fixed get_git_changeset() on Linux.Mariusz Felisiak
2021-03-02Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag
2021-02-10Refs #32355 -- Restored PY36 and PY37 version constants.Carlton Gibson
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2017-10-13Fixed #28708 -- Added constants to detect the Python version.Tim Graham
2017-06-13Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-01-13Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.Tim Graham
2015-11-19Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.Tim Graham
2015-04-06Fixed #24562 -- Renamed get_major_version() to get_main_version()Tim Graham
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-08-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Tim Graham
2014-08-04Fixed a typo in comment in django/utils/version.pySitesh Shrivastava
2014-06-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Loic Bistuer
2014-06-19Revert "Fixed #22867 -- Memoized django.utils.version.get_git_changeset()."Aymeric Augustin
2014-06-19Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Alexander Schepanovski
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2013-11-02More attacking E302 violatorsAlex Gaynor
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