mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Clarified default name of M2M relationship DB table.
This commit is contained in:
parent
f758bdab5e
commit
50837434db
2 changed files with 13 additions and 12 deletions
|
@ -384,7 +384,8 @@ Extra fields on many-to-many relationships
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
When you're only dealing with simple many-to-many relationships such as
|
||||
mixing and matching pizzas and toppings, a standard :class:`~django.db.models.ManyToManyField` is all you need. However, sometimes
|
||||
mixing and matching pizzas and toppings, a standard
|
||||
:class:`~django.db.models.ManyToManyField` is all you need. However, sometimes
|
||||
you may need to associate data with the relationship between two models.
|
||||
|
||||
For example, consider the case of an application tracking the musical groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue