mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed broken links, round 4. refs #19516
This commit is contained in:
parent
13a2b11425
commit
067505ad19
30 changed files with 162 additions and 156 deletions
|
@ -37,7 +37,7 @@ display two blank forms::
|
|||
|
||||
Iterating over the ``formset`` will render the forms in the order they were
|
||||
created. You can change this order by providing an alternate implementation for
|
||||
the :meth:`__iter__()` method.
|
||||
the ``__iter__()`` method.
|
||||
|
||||
Formsets can also be indexed into, which returns the corresponding form. If you
|
||||
override ``__iter__``, you will need to also override ``__getitem__`` to have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue