Ticket #3098: m2mtablename-doc.diff
File m2mtablename-doc.diff, 649 bytes (added by , 18 years ago) |
---|
-
docs/model-api.txt
875 875 relationship, allowing ``ManyToMany`` relationships to be 876 876 non-symmetrical. 877 877 878 ``db_table`` The name of the table to create for storing the m2m data. 879 If this isn't given, Django will use ``app_label + '_' + table1 + '_' + table2``. 880 878 881 ======================= ============================================================ 879 882 880 883 One-to-one relationships