summaryrefslogtreecommitdiff
path: root/legacy
AgeCommit message (Collapse)Author
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-03-13Improved Release model to support PEP625 changes.Baptiste Mispelon
Three new file fields (tarball, wheel, checksum) were added, making the link generation to these files more robust to changes like the one mandated by PEP625 (changing of file case). A new is_active boolean field was also added, making it easier to start work on a release without it being public.
2024-04-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2018-06-07Updated URLpatterns to use path().Tim Graham
2016-02-23Fixed test error views.Tim Graham
2016-01-21Removed usage of deprecated SimpleTestCase.urls.Tim Graham
2015-11-18Removed legacy fixtures for 0.9x docs and redirects.Tim Graham
2015-11-18Removed hacks for constructing old redirect URLs.Tim Graham
2015-11-16Fixed release candidate download redirects.Tim Graham
Packages generated using Python 3 use "rc" instead of "c". This will break older redirects, but that's not important.
2015-09-28Replaced deprecated string function references in urlpatterns.Tim Graham
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
* Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app
2014-12-23Normalized the error templates and added a few more. Refs #229.Jannis Leidel
2014-11-20Updated to Django 1.7Tim Graham
-Replaced south migrations with built-in migrations. -Updated to use django-registration-redux.
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-08-25Removed usage of django.conf.urls.patterns().Tim Graham
2013-03-13Save a dump of the redirects for the downloads.Aymeric Augustin
I removed them from the production database; /download/ in now handled by the releases app.
2013-02-14Save a dump of the redirects for the 0.9x docs.Aymeric Augustin
I removed them from the production database; /documentation/ now simply points to the new docs.
2013-02-14Save a dump of the 0.9[01] docs and point to the current ones.Aymeric Augustin
I removed these flat pages from the production database.
2013-02-07Modernize legacy app.Aymeric Augustin
2013-02-07Add smoke test for legacy app.Aymeric Augustin
2013-02-07Remove all code related to comments.Aymeric Augustin
They were turned off on July 28th, 2009.
2013-02-06Update imports from django.conf.urls and avoid import *.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin