| Age | Commit message (Collapse) | 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 | |
| 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 hooks | pre-commit-ci[bot] | |
| for more information, see https://pre-commit.ci | |||
| 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 | |
| Packages generated using Python 3 use "rc" instead of "c". This will break older redirects, but that's not important. | |||
| 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 | |
| * Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app | |||
| 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 | |
| -Replaced south migrations with built-in migrations. -Updated to use django-registration-redux. | |||
| 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 | |
| I removed them from the production database; /download/ in now handled by the releases app. | |||
| 2013-02-14 | Save 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-14 | Save 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-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 | |
| They were turned off on July 28th, 2009. | |||
| 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 | |
