-
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.
merging from develop, delete comment-string, rebuild migrations bot_s…
…ettings
- Loading branch information
1 parent
71e12df
commit 623d8f0
Showing
6 changed files
with
38 additions
and
79 deletions.
There are no files selected for viewing
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
23 changes: 0 additions & 23 deletions
23
src/bot_settings/migrations/0003_alter_botsettings_type.py
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
src/bot_settings/migrations/0004_alter_botsettings_type.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
# Generated by Django 4.2.4 on 2023-09-01 16:07 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
"""Migrations for bot.""" | ||
|
||
dependencies = [ | ||
("core", "0002_alter_region_region_name"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name="region", | ||
name="region_name", | ||
field=models.CharField( | ||
help_text="Это название так же будет отображаться на кнопках бота", | ||
max_length=200, | ||
unique=True, | ||
verbose_name="Название региона", | ||
), | ||
), | ||
] |