Skip to content

Commit

Permalink
Remove mezzanine and create squashed migrations for any app that reli…
Browse files Browse the repository at this point in the history
…ed (#1691)

Pre-final removal code, which removes base mezzanine and adds squashed migrations that remove all traces of mezzanine from the database paths.
  • Loading branch information
Pomax committed Aug 3, 2018
1 parent 7975fa4 commit 0871bd2
Show file tree
Hide file tree
Showing 41 changed files with 247 additions and 963 deletions.
34 changes: 17 additions & 17 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ verify_ssl = true
name = "pypi"

[packages]
"boto3" = "*"
Django = "==1.11.14"
gunicorn = "*"
djangorestframework = "*"
django-filter = "*"
"filebrowser-s3" = "*"
wagtail = "*"
wagtail-metadata = "*"
social-auth-app-django = "*"
dj-database-url = "*"
"psycopg2" = "==2.7.3.2"
django-environ = "*"
whitenoise = "==4.0b4"
django-storages = "*"
"boto3" = "*"
python-slugify = "*"
Pillow = "*"
djangorestframework = "*"
django-admin-sortable = "*"
django-cors-headers = "*"
django_csp = "*"
django-admin-sortable = "*"
requests = "*"
django-environ = "*"
django-filter = "*"
django-storages = "*"
factory_boy = "*"
Faker = "*"
future = "*"
gunicorn = "*"
Pillow = "*"
"psycopg2" = "==2.7.3.2"
python-slugify = "*"
social-auth-app-django = "*"
wagtail = "*"
wagtail-factories = {ref = "1ead51cadaad3b4530ba2197ccf45d2dca87dbdf", git = "https://github.com/mvantellingen/wagtail-factories"}
mezzanine = {ref = "521a98c39bb6351c4b46067069f33caf95fe0a5e", git = "https://github.com/stephenmcd/mezzanine"}
wagtail-inventory = "*"
wagtail-metadata = "*"
requests = "*"
whitenoise = "==4.0b4"
filebrowser-safe = "*"

[dev-packages]
django-debug-toolbar = "*"
Expand Down
48 changes: 26 additions & 22 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions network-api/networkapi/campaign/migrations/0001_initial.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.14 on 2018-07-23 17:32
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

replaces = [
('campaign', '0001_initial'),
('campaign', '0002_auto_20180206_2044'),
('campaign', '0003_auto_20180206_2116'),
('campaign', '0004_auto_20180228_2139'),
('campaign', '0005_auto_20180626_1435')
]

initial = True

dependencies = [
]

operations = [
]

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.

0 comments on commit 0871bd2

Please sign in to comment.