Skip to content

Commit

Permalink
[Fixes #118] upgrade to GeoNode 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger committed Sep 27, 2024
1 parent 707ca67 commit 2f81f36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions geonode/layers/migrations/0048_merge_20240927_1323.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.9 on 2024-09-27 13:23

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("layers", "0045_alter_attribute_description"),
("layers", "0047_auto_20240909_1236"),
]

operations = []

0 comments on commit 2f81f36

Please sign in to comment.