Add fragment type model
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Tue, 2 Apr 2013 14:52:13 +0000 (17:52 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Tue, 2 Apr 2013 14:54:27 +0000 (17:54 +0300)
commit95577dc25b8686ef9766680d48d54981905043bf
tree0ed21a5f1b99181744af3704de9ef2979d05c702
parent7a1b337124986a18dc626e63ca702e5a9187c036
Add fragment type model

 * Add fragment type in models
 * Add reconciliation checks for fragment type
 * Generate south migrations
 * Minor fixes in additional checks for m2m fields
flowspec/migrations/0003_auto__add_fragmenttype.py [new file with mode: 0644]
flowspec/migrations/0004_auto__chg_field_fragmenttype_fragmenttype.py [new file with mode: 0644]
flowspec/migrations/0005_auto__del_field_route_fragmenttype.py [new file with mode: 0644]
flowspec/models.py