Skip to content

Commit

Permalink
Document Direct Foreign keys limitation
Browse files Browse the repository at this point in the history
Closes: #210
  • Loading branch information
brianmay committed Dec 18, 2015
1 parent 41be3b6 commit a7f75c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/userguide/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ maintainence point of view, especially).
By defining direct relation models we can also tweak that object permission
model, i.e. by adding some fields.

.. note::
The Direct Foreign keys will only work for one model. If you try to
implement if for multiple models the related names will clash. See bug 210_
for details.

.. _210: https://github.com/django-guardian/django-guardian/issues/210

0 comments on commit a7f75c2

Please sign in to comment.