Add all public API classes to django.template.__all__
Some convenience imports in django.template aren't present in __all__. If they were added to __all__, the # NOQA annotations for unused variables could be removed.
Change History
(7)
| Has patch: |
unset
|
| Resolution: |
→ invalid
|
| Status: |
assigned → closed
|
| Component: |
Uncategorized → Template system
|
| Description: |
modified (diff)
|
| Easy pickings: |
set
|
| Keywords: |
easy template removed
|
| Resolution: |
invalid
|
| Status: |
closed → new
|
| Summary: |
[template] Adding `Library` to `__all__` → Add all public API classes to django.tempate.__all__
|
| Triage Stage: |
Unreviewed → Accepted
|
| Type: |
Bug → Cleanup/optimization
|
| Version: |
6.0 → dev
|
| Owner: |
changed from Маг Ильяс DOMA to SnippyCodes
|
| Status: |
new → assigned
|
| Summary: |
Add all public API classes to django.tempate.__all__ → Add all public API classes to django.template.__all__
|
| Has patch: |
set
|
| Patch needs improvement: |
set
|
Submitted a PR to address this cleanup: "https://github.com/django/django/pull/20477"