mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed doc typos.
This commit is contained in:
parent
55fb162588
commit
7f2505ad9e
27 changed files with 38 additions and 38 deletions
|
@ -662,7 +662,7 @@ There are a couple of things to note, however.
|
|||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
* It's possible to inherit from both ``Form`` and ``ModelForm`` simultaneuosly,
|
||||
* It's possible to inherit from both ``Form`` and ``ModelForm`` simultaneously,
|
||||
however, you must ensure that ``ModelForm`` appears first in the MRO. This is
|
||||
because these classes rely on different metaclasses and a class can only have
|
||||
one metaclass.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue