mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
- update string format method - remove redundant default arguments from function calls - remove unused imports - remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331)
13 lines
261 B
Python
13 lines
261 B
Python
# Generated by Django 1.10.1 on 2016-09-09 23:22
|
|
|
|
from django.db import migrations
|
|
from django.conf import settings
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('groupmanagement', '0002_auto_20160906_2354'),
|
|
]
|
|
|
|
operations = []
|