mirror of
https://github.com/Hopiu/django.git
synced 2026-03-17 22:40:24 +00:00
Since ManyToManyFields defined with `symmetrical=True` do not add a related field to the target model, including a `related_name` argument will never do what the coder likely expects. This makes including a related_name with a symmetrical model raise a system check warning. ticket-32983 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_backend_specific.py | ||
| test_custom_fields.py | ||
| test_deprecated_fields.py | ||
| test_models.py | ||
| test_ordinary_fields.py | ||
| test_relative_fields.py | ||