Skip to content

Commit

Permalink
[3.2.x] Updated links to DEPs.
Browse files Browse the repository at this point in the history
Backport of 7cc6899 from master
  • Loading branch information
MarkusH authored and felixxm committed Feb 25, 2021
1 parent abca17c commit 76873b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto/custom-template-backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ creating an object that specifies the following attributes:
* ``'loader_name'``: An optional string identifying the function or class used
to load the template, e.g. ``django.template.loaders.filesystem.Loader``.

.. _DEP 182: https://github.com/django/deps/blob/master/final/0182-multiple-template-engines.rst
.. _DEP 182: https://github.com/django/deps/blob/main/final/0182-multiple-template-engines.rst
.. _Django Debug Toolbar: https://github.com/jazzband/django-debug-toolbar
2 changes: 1 addition & 1 deletion docs/releases/1.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ New-style middleware
:doc:`A new style of middleware is introduced </topics/http/middleware>` to
solve the lack of strict request/response layering of the old-style of
middleware described in `DEP 0005
<https://github.com/django/deps/blob/master/final/0005-improved-middleware.rst>`_.
<https://github.com/django/deps/blob/main/final/0005-improved-middleware.rst>`_.
You'll need to :ref:`adapt old, custom middleware <upgrading-middleware>` and
switch from the ``MIDDLEWARE_CLASSES`` setting to the new :setting:`MIDDLEWARE`
setting to take advantage of the improvements.
Expand Down

0 comments on commit 76873b8

Please sign in to comment.