Changes between Initial Version and Version 1 of Ticket #28618, comment 13


Ignore:
Timestamp:
Apr 8, 2025, 1:58:35 PM (5 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28618, comment 13

    initial v1  
    1 The current PR is only adding an option to raise the VariableNotFound exception, and only as a “global” flag on the template backend.
     1The [https://github.com/django/django/pull/19353 current PR] is only adding an option to raise the VariableNotFound exception, and only as a “global” flag on the template backend.
    22
    33Given how prevalent the reliance on missing variables is (and missing steps in variable chains) I’m not this will be at all usable. (There was some discussion recently about allowing such opt-in to be per template, for example. [https://forum.djangoproject.com/t/raise-error-for-missing-variable-used-in-template/39776/9 forum thread] )
Back to Top