| author | durandn |
| Thu, 30 Apr 2015 13:31:43 +0200 | |
| changeset 197 | 9c654860bfa3 |
| parent 196 | 763d0a7323cf |
| child 198 | b7d90dd57afc |
--- a/src/metadatacomposer/migrations/0001_initial.py Fri Apr 24 12:51:00 2015 +0200 +++ b/src/metadatacomposer/migrations/0001_initial.py Thu Apr 30 13:31:43 2015 +0200 @@ -23,8 +23,5 @@ ('creation_date', models.DateTimeField(auto_now_add=True)), ('modification_date', models.DateTimeField(auto_now=True)), ], - options={ - }, - bases=(models.Model,), ), ]