You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one-to-many and many-to-many on top of "foreign key" as it's not always understood that these are similar (or the same in some cases).
there's also the difference between the forward and reverse relation of ForeignKey -- one is select_related, the other is prefetch_related
select_related and prefetch_related used more as well as in section headings / ToC
The text was updated successfully, but these errors were encountered:
there's also the difference between the forward and reverse relation of
ForeignKey
-- one isselect_related
, the other isprefetch_related
select_related
andprefetch_related
used more as well as in section headings / ToCThe text was updated successfully, but these errors were encountered: