mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
* Squash services migrations * Add name to example service to allow it to be used in tests * Add name formatter to services * Add documentation
19 lines
365 B
Python
19 lines
365 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.10.5 on 2017-09-02 06:07
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('services', '0002_auto_20161016_0135'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='GroupCache',
|
|
),
|
|
]
|