Changes between Initial Version and Version 2 of Ticket #36835
- Timestamp:
- Dec 29, 2025, 9:17:42 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36835
- Property Has patch unset
- Property Status assigned → new
- Property Component Uncategorized → Template system
- Property Easy pickings set
- Property Keywords easy template removed
- Property Triage Stage Unreviewed → Accepted
- Property Summary [template] Adding `Library` to `__all__` → Add all public API classes to django.tempate.__all__
- Property Type Bug → Cleanup/optimization
- Property Version 6.0 → dev
-
Ticket #36835 – Description
initial v2 1 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.