summaryrefslogtreecommitdiff
path: root/releases/models.py
AgeCommit message (Expand)Author
2026-01-26Extended Release model with properties in preparation to incorporate the chec...Natalia
2025-10-14Update single quoted dosctrings to triple quotesÜlgen Sarıkavak
2025-09-17Prevented EOL date from being set to "today" on alpha1 releasesJacob Walls
2025-04-17Handled pre-releases when setting previous release as end of life.Sarah Boyce
2025-03-13Improved Release model to support PEP625 changes.Baptiste Mispelon
2024-01-03Removed usage of Python's deprecated distutils.version package.Mariusz Felisiak
2023-02-07[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2016-12-14Switched to Python 3 style super().Tim Graham
2016-01-19Updated to Django 1.9.Tim Graham
2015-11-21Corrected comment about temporary get_version() copy.Tim Graham
2015-11-18Removed hacks for constructing old redirect URLs.Tim Graham
2015-11-16Fixed release candidate download redirects.Tim Graham
2015-10-09Use Release.(eol_)date to determine active releases.Aymeric Augustin
2015-10-09Set EOL date of superseded releases automatically.Aymeric Augustin
2015-10-05Removed 1.4 as a supported version in docs and download page.Tim Graham
2015-10-05Revert "Adjust code to recent changes to DocumentRelease."Tim Graham
2015-10-05Adjust code to recent changes to DocumentRelease.Aymeric Augustin
2015-10-05Add end of life date to releases.Aymeric Augustin
2015-10-05__unicode__ --> __str__Aymeric Augustin
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
2015-03-31Added support for two supported LTS versions to the downloads page.Tim Graham
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2013-09-07Fixed #21028 - added support to the site for LTS releases.Jacob Kaplan-Moss
2013-04-01Made Release.objects.current_version() more fail more silently.Jacob Kaplan-Moss
2013-03-14Automate the download page for preview releases.Aymeric Augustin
2013-03-14Automate the version number on the homepage.Aymeric Augustin
2013-03-14Store each component of the version number separately.Aymeric Augustin
2013-03-14Add unicode, admin & migrations for releases.Aymeric Augustin
2013-03-14Add releases app.Aymeric Augustin