We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1640af commit 6faa662Copy full SHA for 6faa662
django_stubs_ext/django_stubs_ext/db/models.py
@@ -12,8 +12,8 @@ class BaseModelMeta:
12
"""
13
Typed base class for Django Model `class Meta:` inner class.
14
15
- Most attributes are the same as `django.db.models.options.Options`. Options has some additional attributes and some
16
- values are normalized by Django.
+ Most attributes are the same as `django.db.models.options.Options`. Options has some additional attributes and
+ some values are normalized by Django.
17
18
Usage::
19
0 commit comments