Ticket #3098: m2mtablename-doc.diff

File m2mtablename-doc.diff, 649 bytes (added by wolfram.kriesing@…, 18 years ago)
  • docs/model-api.txt

     
    875875                             relationship, allowing ``ManyToMany`` relationships to be
    876876                             non-symmetrical.
    877877
     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
    878881    =======================  ============================================================
    879882
    880883One-to-one relationships
Back to Top