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
Per Adam Johnson's recommendation on the Django forum:
I propose changing this page to recommend a module name of django_polls and making the admonition warn against not using the django_ prefix. The current approach causes name clashes which prevents using packages together.
We would need to break it out in to two separate releases -- one to add the new module and have the old one alias back to the new with a deprecation warning, then another to remove the old email_relay module.
The text was updated successfully, but these errors were encountered:
Per Adam Johnson's recommendation on the Django forum:
https://forum.djangoproject.com/t/change-reusable-apps-naming-recommendation/25233
We would need to break it out in to two separate releases -- one to add the new module and have the old one alias back to the new with a deprecation warning, then another to remove the old
email_relay
module.The text was updated successfully, but these errors were encountered: