@@ -6,7 +6,6 @@ django.conf.global_settings.TASKS
66django.conf.global_settings.URLIZE_ASSUME_HTTPS
77django.contrib.admin.AdminSite.password_change_form
88django.contrib.admin.ModelAdmin.log_deletion
9- django.contrib.admin.models.LogEntry.NotUpdated
109django.contrib.admin.models.LogEntryManager.log_action
1110django.contrib.admin.options.BaseModelAdmin.lookup_allowed
1211django.contrib.admin.options.ModelAdmin.log_deletion
@@ -22,26 +21,15 @@ django.contrib.auth.checks.check_user_model
2221django.contrib.auth.forms.SetPasswordMixin.__class_getitem__
2322django.contrib.auth.management.RenamePermission
2423django.contrib.auth.management.rename_permissions
25- django.contrib.auth.models.Group.NotUpdated
26- django.contrib.auth.models.Permission.NotUpdated
27- django.contrib.auth.models.User.NotUpdated
2824django.contrib.auth.templatetags
2925django.contrib.auth.templatetags.auth
3026django.contrib.contenttypes.checks.check_generic_foreign_keys
3127django.contrib.contenttypes.checks.check_model_name_lengths
3228django.contrib.contenttypes.fields.GenericForeignKey.ct_field_attname
3329django.contrib.contenttypes.fields.GenericForeignKey.get_prefetch_queryset
3430django.contrib.contenttypes.management.get_contenttypes_and_models
35- django.contrib.contenttypes.models.ContentType.NotUpdated
36- django.contrib.flatpages.models.FlatPage.NotUpdated
3731django.contrib.gis.admin.AdminSite.password_change_form
3832django.contrib.gis.admin.ModelAdmin.log_deletion
39- django.contrib.gis.db.backends.oracle.models.OracleGeometryColumns.NotUpdated
40- django.contrib.gis.db.backends.oracle.models.OracleSpatialRefSys.NotUpdated
41- django.contrib.gis.db.backends.postgis.models.PostGISGeometryColumns.NotUpdated
42- django.contrib.gis.db.backends.postgis.models.PostGISSpatialRefSys.NotUpdated
43- django.contrib.gis.db.backends.spatialite.models.SpatialiteGeometryColumns.NotUpdated
44- django.contrib.gis.db.backends.spatialite.models.SpatialiteSpatialRefSys.NotUpdated
4533django.contrib.gis.db.models.Aggregate.allow_order_by
4634django.contrib.gis.db.models.AnyValue
4735django.contrib.gis.db.models.BaseConstraint.__init__
@@ -100,16 +88,12 @@ django.contrib.postgres.search.psql_escape
10088django.contrib.postgres.search.quote_lexeme
10189django.contrib.postgres.search.spec_chars_re
10290django.contrib.postgres.utils.CheckPostgresInstalledMixin
103- django.contrib.redirects.models.Redirect.NotUpdated
104- django.contrib.sessions.models.Session.NotUpdated
105- django.contrib.sites.models.Site.NotUpdated
10691django.contrib.staticfiles.checks.check_finders
10792django.contrib.staticfiles.checks.check_storages
10893django.core.checks.model_checks.check_all_models
10994django.core.checks.model_checks.check_lazy_references
11095django.core.checks.security.base.E026
11196django.core.checks.security.base.check_csp_settings
112- django.core.exceptions.ObjectNotUpdated
11397django.core.mail.EmailMessage.__init__
11498django.core.mail.EmailMessage.message
11599django.core.mail.EmailMultiAlternatives.__init__
@@ -178,7 +162,6 @@ django.db.migrations.executor.MigrationExecutor.record_migration
178162django.db.migrations.loader.MigrationLoader.all_replaced_applied
179163django.db.migrations.loader.MigrationLoader.replace_migration
180164django.db.migrations.operations.base.Operation.__replace__
181- django.db.migrations.recorder.MigrationRecorder.Migration.NotUpdated
182165django.db.migrations.serializer.DeconstructableSerializer
183166django.db.migrations.serializer.DeconstructibleSerializer
184167django.db.migrations.serializer.ZoneInfoSerializer
0 commit comments