Skip to content

Commit 05958e3

Browse files
committed
restructure the package without a prefix
1 parent 8ab69ad commit 05958e3

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

django_async_extensions/aforms/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from django_async_extensions.forms.models import AsyncModelForm
2+
3+
4+
__all__ = ("AsyncModelForm",)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from django.forms.models import ModelForm
66

7-
from django_async_extensions.aforms.utils import AsyncRenderableFormMixin
7+
from django_async_extensions.forms.utils import AsyncRenderableFormMixin
88

99

1010
class AsyncModelForm(AsyncRenderableFormMixin, ModelForm):
File renamed without changes.

0 commit comments

Comments
 (0)