Switched Attribute ManyToManyValues to have a ManyToManyField to ForeignKeyValues...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 29 Oct 2010 14:46:35 +0000 (10:46 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 29 Oct 2010 14:49:51 +0000 (10:49 -0400)
commite8cc050f2be1e3cff4b905ef09df52ed42250a28
tree5d8833100cee33ba8f07021ad69cd81018646f1a
parent8417d8b404dfe7b0d6e79ecce224584a09ffae94
Switched Attribute ManyToManyValues to have a ManyToManyField to ForeignKeyValues instead of a CommaSeparatedIntegerField. This allows joined queries and referential integrity. In the long run, it also simplifies adding support for non-integer primary keys.
migrations/0008_auto__del_field_manytomanyvalue_object_ids.py [new file with mode: 0644]
models/base.py