Skip to content

Commit

Permalink
BaseForm: Remove Meta class
Browse files Browse the repository at this point in the history
I think that only exists on ModelForm
  • Loading branch information
noelleleigh committed Jan 3, 2024
1 parent 52c93fa commit 84f3cbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django-stubs/forms/forms.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ from django.utils.safestring import SafeText
class DeclarativeFieldsMetaclass(MediaDefiningClass): ...

class BaseForm:
class Meta:
fields: Sequence[str] = ...
_meta: Options[Any]
default_renderer: type[BaseRenderer] = ...
field_order: list[str] | None = ...
Expand Down

0 comments on commit 84f3cbd

Please sign in to comment.