Skip to content

Commit

Permalink
[f] Squash astrowind migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyengl99 committed May 21, 2024
1 parent b257963 commit 793c021
Show file tree
Hide file tree
Showing 79 changed files with 1,773 additions and 5,670 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.11 on 2024-05-18 10:35
# Generated by Django 4.2.11 on 2024-05-21 15:07

import django.db.models.deletion
import localized_fields.fields.char_field
Expand Down Expand Up @@ -209,6 +209,19 @@ class Migration(migrations.Migration):
blank=True, null=True, required=[]
),
),
(
"title_template",
localized_fields.fields.text_field.LocalizedTextField(
blank=True,
default=dict,
help_text=(
"Title template (default should be %s - {title}), used for"
" default site metadata."
),
null=True,
required=[],
),
),
(
"description",
localized_fields.fields.text_field.LocalizedTextField(
Expand Down

This file was deleted.

Loading

0 comments on commit 793c021

Please sign in to comment.