~widelands-dev/widelands-website/reenable_wiki_edit_lock

« back to all changes in this revision

Viewing changes to wlimages/migrations/0003_remove_image_editor_ip.py

  • Committer: franku
  • Date: 2018-10-04 15:26:48 UTC
  • mfrom: (499.1.6 ip_address_field)
  • Revision ID: somal@arcor.de-20181004152648-71oq1enpb84tkxrb
Remove the use of an IPAddressField from wiki, wlimages and pybb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# Generated by Django 1.11.12 on 2018-09-18 09:01
 
3
from __future__ import unicode_literals
 
4
 
 
5
from django.db import migrations
 
6
 
 
7
 
 
8
class Migration(migrations.Migration):
 
9
 
 
10
    dependencies = [
 
11
        ('wlimages', '0002_remove_image_url'),
 
12
    ]
 
13
 
 
14
    operations = [
 
15
        migrations.RemoveField(
 
16
            model_name='image',
 
17
            name='editor_ip',
 
18
        ),
 
19
    ]