1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.0.x] Fixed broken links and redirects in docs.

Backport of 177e649396 from main
This commit is contained in:
Mariusz Felisiak
2024-03-06 08:50:21 +01:00
parent 4dae21ad97
commit 85e2b08068
12 changed files with 17 additions and 18 deletions

View File

@@ -119,7 +119,7 @@ The ``ENABLE_PSYCO`` setting no longer exists. If your settings file includes
``ENABLE_PSYCO`` it will have no effect; to use Psyco_, we recommend
writing a middleware class to activate it.
.. _psyco: http://psyco.sourceforge.net/
.. _psyco: https://psyco.sourceforge.net/
What's new in 0.96?
===================