Skip to content

Commit

Permalink
[Release] Preparing 2.8rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 15, 2019
1 parent 4dd7308 commit 775bb11
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions geonode/documents/migrations/0034_auto_20190515_1518.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('documents', '0033_auto_20180414_2120'),
]

operations = [
migrations.AlterModelManagers(
name='document',
managers=[
],
),
]
19 changes: 19 additions & 0 deletions geonode/maps/migrations/0031_auto_20190515_1518.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('maps', '0030_auto_20180414_2120'),
]

operations = [
migrations.AlterModelManagers(
name='map',
managers=[
],
),
]
19 changes: 19 additions & 0 deletions geonode/services/migrations/0040_auto_20190515_1518.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('services', '0039_auto_20180414_2120'),
]

operations = [
migrations.AlterModelManagers(
name='service',
managers=[
],
),
]

0 comments on commit 775bb11

Please sign in to comment.