-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
🏋️ improvementEnhancements or optimizations to existing functionalityEnhancements or optimizations to existing functionality🚨 breakingBreaking changesBreaking changes
Description
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.
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.
Metadata
Metadata
Assignees
Labels
🏋️ improvementEnhancements or optimizations to existing functionalityEnhancements or optimizations to existing functionality🚨 breakingBreaking changesBreaking changes