remove contenttypes from minimal fixture
it caused too many non-unique errors
This commit is contained in:
@@ -913,198 +913,6 @@
|
||||
"user_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"app_label": "events",
|
||||
"model": "event"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"app_label": "events",
|
||||
"model": "season"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"app_label": "teams",
|
||||
"model": "team"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"app_label": "venues",
|
||||
"model": "venue"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"app_label": "players",
|
||||
"model": "player"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"app_label": "players",
|
||||
"model": "statline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"app_label": "lineups",
|
||||
"model": "positioning"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"app_label": "lineups",
|
||||
"model": "availability"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "team"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "user"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 11,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "opponent"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "location"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 13,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "member"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 14,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "event"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 15,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "availability"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 16,
|
||||
"fields": {
|
||||
"app_label": "teamsnap",
|
||||
"model": "lineupentry"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 17,
|
||||
"fields": {
|
||||
"app_label": "admin",
|
||||
"model": "logentry"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 18,
|
||||
"fields": {
|
||||
"app_label": "auth",
|
||||
"model": "permission"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 19,
|
||||
"fields": {
|
||||
"app_label": "auth",
|
||||
"model": "group"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 20,
|
||||
"fields": {
|
||||
"app_label": "auth",
|
||||
"model": "user"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 21,
|
||||
"fields": {
|
||||
"app_label": "contenttypes",
|
||||
"model": "contenttype"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 22,
|
||||
"fields": {
|
||||
"app_label": "sessions",
|
||||
"model": "session"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 23,
|
||||
"fields": {
|
||||
"app_label": "benchcoach",
|
||||
"model": "profile"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "contenttypes.contenttype",
|
||||
"pk": 24,
|
||||
"fields": {
|
||||
"app_label": "benchcoach",
|
||||
"model": "teamsnapsettings"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "sessions.session",
|
||||
"pk": "2usqyawi6uuaj5anvhqxuiueaaz6ypv1",
|
||||
|
||||
Reference in New Issue
Block a user