index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
legacy
Age
Commit message (
Expand
)
Author
2025-11-21
Moved docs search bar to top navigation in prep for global search.
Sarah Boyce
2025-03-13
Improved Release model to support PEP625 changes.
Baptiste Mispelon
2024-04-19
[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
2018-06-07
Updated URLpatterns to use path().
Tim Graham
2016-02-23
Fixed test error views.
Tim Graham
2016-01-21
Removed usage of deprecated SimpleTestCase.urls.
Tim Graham
2015-11-18
Removed legacy fixtures for 0.9x docs and redirects.
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-09-28
Replaced deprecated string function references in urlpatterns.
Tim Graham
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
2014-12-23
Normalized the error templates and added a few more. Refs #229.
Jannis Leidel
2014-11-20
Updated to Django 1.7
Tim Graham
2014-08-25
Added flake8.cfg and cleaned up code.
Tim Graham
2014-08-25
Removed usage of django.conf.urls.patterns().
Tim Graham
2013-03-13
Save a dump of the redirects for the downloads.
Aymeric Augustin
2013-02-14
Save a dump of the redirects for the 0.9x docs.
Aymeric Augustin
2013-02-14
Save a dump of the 0.9[01] docs and point to the current ones.
Aymeric Augustin
2013-02-07
Modernize legacy app.
Aymeric Augustin
2013-02-07
Add smoke test for legacy app.
Aymeric Augustin
2013-02-07
Remove all code related to comments.
Aymeric Augustin
2013-02-06
Update imports from django.conf.urls and avoid import *.
Aymeric Augustin
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin