Changes between Initial Version and Version 2 of Ticket #36835


Ignore:
Timestamp:
Dec 29, 2025, 9:17:42 AM (3 weeks ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36835

    • Property Has patch unset
    • Property Status assignednew
    • Property Component UncategorizedTemplate system
    • Property Easy pickings set
    • Property Keywords easy template removed
    • Property Triage Stage UnreviewedAccepted
    • Property Summary [template] Adding `Library` to `__all__`Add all public API classes to django.tempate.__all__
    • Property Type BugCleanup/optimization
    • Property Version 6.0dev
  • Ticket #36835 – Description

    initial v2  
     1Some 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.
Back to Top