Skip to content

Commit

Permalink
Merge d3dfd63 into e14fea8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaël UTARD committed Apr 17, 2019
2 parents e14fea8 + d3dfd63 commit b420195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHANGELOG

**Bug fixes**

-
- Fix migration tourism 0004


2.26.3 (2019-04-12)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('tourism', '0004_auto_20190328_1339'),
('tourism', '0003_auto_20190306_1417'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('tourism', '0003_auto_20190306_1417'),
('tourism', '0004_auto_20190322_1908'),
]

operations = [
Expand Down

0 comments on commit b420195

Please sign in to comment.