-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for django 4.0 #683
Comments
+1 In Django 3.2.x I get these deprecation warnings # python -Wd manage.py check
/usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'tenant_schemas' defines default_app_config = 'tenant_schemas.apps.TenantSchemaConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
/usr/local/lib/python3.8/site-packages/tenant_schemas/signals.py:3: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
post_schema_sync = Signal(providing_args=['tenant'])
System check identified no issues (0 silenced). |
from tenant_schemas.postgresql_backend.introspection import DatabaseSchemaIntrospection File ".venv/lib/python3.8/site-packages/tenant_schemas/postgresql_backend/introspection.py", line 13, in from django.utils.encoding import force_text replace "force_text" with "force_str" |
In Django 4.1.2 I get
When running the django-tenant-schemas/examples/tenant_tutorial |
Have the same issue on Django 4.0.8 Django Cookiecutter.
|
Abandoned project... |
Check out Django-tenants
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Felipe Guimarães ***@***.***>
Sent: Saturday, November 5, 2022 9:01:22 AM
To: bernardopires/django-tenant-schemas ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [bernardopires/django-tenant-schemas] Support for django 4.0 (Issue #683)
Abandoned project...
—
Reply to this email directly, view it on GitHub<#683 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AETWCMG33GDARTHHTXJJEETWGWIUFANCNFSM5TO4AJVQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
If interested, please take a look at the following PR: #693 |
No description provided.
The text was updated successfully, but these errors were encountered: