mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Changing migration dependency of contenttypes to 0001_initial for support for Django 1.7
This commit is contained in:
parent
87f985992b
commit
c6b7cdd520
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ __version_info__ = {
|
|||
'minor': 3,
|
||||
'micro': 0,
|
||||
'releaselevel': 'beta',
|
||||
'serial': 1
|
||||
'serial': 3
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import mptt.fields
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('contenttypes', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue