Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05958e3

Browse files
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.
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",)

‎django_async_extensions/aforms/models.py‎ renamed to ‎django_async_extensions/forms/models.py‎

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)

AltStyle によって変換されたページ (->オリジナル) /