mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
This commit is contained in:
parent
a3ba2662cd
commit
01f658644a
37 changed files with 70 additions and 78 deletions
|
@ -29,7 +29,7 @@ readability of your code. **All** of the suggestions below come with the caveat
|
|||
that in your circumstances the general principle might not apply, or might even
|
||||
be reversed.
|
||||
|
||||
.. _django-debug-toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar/
|
||||
.. _django-debug-toolbar: https://github.com/jazzband/django-debug-toolbar/
|
||||
|
||||
Use standard DB optimization techniques
|
||||
=======================================
|
||||
|
|
|
@ -1088,7 +1088,7 @@ For example, a ``Blog`` object ``b`` has access to a list of all related
|
|||
All examples in this section use the sample ``Blog``, ``Author`` and ``Entry``
|
||||
models defined at the top of this page.
|
||||
|
||||
.. _descriptors: http://users.rcn.com/python/download/Descriptor.htm
|
||||
.. _descriptors: https://docs.python.org/3/howto/descriptor.html
|
||||
|
||||
One-to-many relationships
|
||||
-------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue