You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This get_setting-function was introduced in django-meta==2.4.0.
As seen in above commit, the dependency was changed to django-meta>=2.3.0 which therefore is incorrect.
The dependency should be set to >=2.4.0 to avoid incorrect installations.
The text was updated successfully, but these errors were encountered:
blog-version 2.0.4 uses
django-meta.settings.get_setting
: commitThis
get_setting
-function was introduced indjango-meta==2.4.0
.As seen in above commit, the dependency was changed to
django-meta>=2.3.0
which therefore is incorrect.The dependency should be set to
>=2.4.0
to avoid incorrect installations.The text was updated successfully, but these errors were encountered: