Fixed typo in db/models/fields/related_descriptors.py
This commit is contained in:
parent
3e9f769fd1
commit
1a2a7cc01e
|
@ -370,7 +370,7 @@ class ReverseOneToOneDescriptor(object):
|
||||||
|
|
||||||
- ``self`` is the descriptor managing the ``restaurant`` attribute
|
- ``self`` is the descriptor managing the ``restaurant`` attribute
|
||||||
- ``instance`` is the ``place`` instance
|
- ``instance`` is the ``place`` instance
|
||||||
- ``instance_type`` in the ``Place`` class (we don't need it)
|
- ``cls`` is the ``Place`` class (unused)
|
||||||
|
|
||||||
Keep in mind that ``Restaurant`` holds the foreign key to ``Place``.
|
Keep in mind that ``Restaurant`` holds the foreign key to ``Place``.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue