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