Skip to content

Commit edac506

Browse files
committed
Fix migrations
1 parent b656a40 commit edac506

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

django_email_learning/migrations/0002_apikey.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import django.core.validators
44
import django.db.models.deletion
5-
import django_email_learning.models
65
from django.conf import settings
76
from django.db import migrations, models
87

@@ -45,6 +44,5 @@ class Migration(migrations.Migration):
4544
),
4645
),
4746
],
48-
bases=(django_email_learning.models.EncryptionMixin, models.Model),
4947
),
5048
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-email-learning"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
description = "A platform for creating and delivering learning materials via email within a Django application. It provides tools for content management, user role-based administration, and scheduler integration for automated content delivery."
55
authors = [
66
{name = "Payam Najafizadeh",email = "payam.nj@gmail.com"}

0 commit comments

Comments
 (0)