This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added merge migration and some translations
- Loading branch information
1 parent
0c3ce4a
commit ce63854
Showing
10 changed files
with
1,657 additions
and
971 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
aldryn_forms/contrib/email_notifications/migrations/0008_merge_20240308_1756.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,14 @@ | ||
# Generated by Django 3.2.17 on 2024-03-08 16:56 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('email_notifications', '0006_emailnotification_is_use_in_condition'), | ||
('email_notifications', '0007_auto_20231105_0323'), | ||
] | ||
|
||
operations = [ | ||
] |
Binary file not shown.
Oops, something went wrong.