Changes between Initial Version and Version 1 of Ticket #22268, comment 16


Ignore:
Timestamp:
Mar 18, 2014, 10:00:31 PM (11 years ago)
Author:
Kal Sze

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22268, comment 16

    initial v1  
    1 To demonstrate how bad things become once you have multiple M2M fields, I created a new `Language` model and add it as a M2M field in the Class model:
     1To demonstrate how bad things become once you have multiple M2M fields, I created a new `Language` model and added it as a M2M field in the Class model:
    22{{{
    33from django.db import models
Back to Top