db.models.ManyToManyField.db_table

ManyToManyField.db_table

The name of the table to create for storing the many-to-many data. If this is not provided, Django will assume a default name based upon the names of: the table for the model defining the relationship and the name of the field itself.

doc_Django
2016-10-09 18:35:50
Comments
Leave a Comment

Please login to continue.