From 01410d2b235a66e231a51258e5a826fed7f5adfa Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 26 Mar 2020 15:59:51 +0100 Subject: [PATCH] Store used aliases in transactions --- apps/note/fixtures/initial.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/apps/note/fixtures/initial.json b/apps/note/fixtures/initial.json index 51fd1a71..efe37afa 100644 --- a/apps/note/fixtures/initial.json +++ b/apps/note/fixtures/initial.json @@ -89,21 +89,6 @@ "created_at": "2020-02-20T20:16:14.753Z" } }, - { - "model": "note.note", - "pk": 7, - "fields": { - "polymorphic_ctype": [ - "note", - "noteuser" - ], - "balance": 0, - "last_negative": null, - "is_active": true, - "display_image": "pic/default.png", - "created_at": "2020-03-22T13:01:35.680Z" - } - }, { "model": "note.noteclub", "pk": 5,