mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix overlapping migrations
This commit is contained in:
parent
ef4b93a551
commit
99d87bee52
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import jsonfield.fields
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('auditlog', '0002_auto_support_long_primary_keys'),
|
||||
('auditlog', '0003_logentry_remote_addr'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Reference in a new issue