File: 0005_auto_20200329_1118.py

package info (click to toggle)
python-django-test-migrations 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 1,479; makefile: 26
file content (20 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by Django 2.2.10 on 2020-03-29 11:18

"""
This migration is named incorrectly.

We use it as a test for wrong autonames.
Please, do not rename it!
"""

from django.db import migrations


class Migration(migrations.Migration):
    """Dummy migration."""

    dependencies = [
        ('main_app', '0004_auto_20191119_2125'),
    ]

    operations = []