diff options
Diffstat (limited to 'tests/proxy_models/models.py')
| -rw-r--r-- | tests/proxy_models/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/proxy_models/models.py b/tests/proxy_models/models.py index c0277e093f..ac6444fbef 100644 --- a/tests/proxy_models/models.py +++ b/tests/proxy_models/models.py @@ -130,7 +130,8 @@ class MultiUserProxy(UserProxy, AnotherUserProxy): proxy = True -# We can still use `select_related()` to include related models in our querysets. +# We can still use `select_related()` to include related models in our +# querysets. class Country(models.Model): |
