mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -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