Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Few warnings from modules #11

Open
tswfi opened this issue Jan 8, 2022 · 0 comments
Open

Few warnings from modules #11

tswfi opened this issue Jan 8, 2022 · 0 comments
Labels

Comments

@tswfi
Copy link
Member

tswfi commented Jan 8, 2022

Mezzanine bug but lets track it here also

mezzanine    | System check identified some issues:
mezzanine    | 
mezzanine    | WARNINGS:
mezzanine    | blog.BlogCategory: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | blog.BlogPost: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | conf.Setting: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | core.SitePermission: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the CoreConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | forms.Field: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | forms.FieldEntry: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | forms.FormEntry: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | galleries.GalleryImage: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | generic.AssignedKeyword: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | generic.Keyword: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | generic.Rating: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
mezzanine    | pages.Page: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
mezzanine    | 	HINT: Configure the DEFAULT_AUTO_FIELD setting or the PagesConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.

These are just warnings

@tswfi tswfi added the bug label Jan 8, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant