-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from rapidpro/prep-django5
Remove use of deprecated pytz, self.assertEquals and index_together
- Loading branch information
Showing
12 changed files
with
558 additions
and
526 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...dashblock_org_is_active_dashblock_type_priority_dashblocks__org_id_024805_idx_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 4.2.8 on 2023-12-05 16:51 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("dashblocks", "0011_alter_dashblock_index_together_and_more"), | ||
] | ||
|
||
operations = [ | ||
migrations.RenameIndex( | ||
model_name="dashblock", | ||
new_name="dashblocks__org_id_024805_idx", | ||
old_fields=("org", "is_active", "dashblock_type", "priority"), | ||
), | ||
migrations.RenameIndex( | ||
model_name="dashblocktype", | ||
new_name="dashblocks__slug_c0c6c6_idx", | ||
old_fields=("slug", "name"), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...rgs/migrations/0032_rename_orgbackend_org_is_active_slug_orgs_orgbac_org_id_607508_idx.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 4.2.8 on 2023-12-05 16:51 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("orgs", "0031_alter_orgbackend_index_together"), | ||
] | ||
|
||
operations = [ | ||
migrations.RenameIndex( | ||
model_name="orgbackend", | ||
new_name="orgs_orgbac_org_id_607508_idx", | ||
old_fields=("org", "is_active", "slug"), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.