mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
8 lines
227 B
Python
8 lines
227 B
Python
from .forms import Form as Form, BaseForm as BaseForm
|
|
|
|
from .models import ModelForm as ModelForm
|
|
|
|
from .widgets import Widget as Widget, ChoiceWidget as ChoiceWidget
|
|
|
|
from .fields import Field as Field, CharField as CharField
|