mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-01 12:14:55 +00:00
remove byte string from migration file
This commit is contained in:
parent
77d8fc4e33
commit
3ba01f425c
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@ class Migration(migrations.Migration):
|
|||
bases=(models.Model,),
|
||||
managers=[
|
||||
('objects', django.db.models.manager.Manager()),
|
||||
('on_site', django.contrib.sites.managers.CurrentSiteManager(
|
||||
b'sites')),
|
||||
('on_site', django.contrib.sites.managers.CurrentSiteManager('sites')),
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue