Spurious `RemovedInDjango70Warning` for template string literals containing ".."
#35738 deprecated double-dot variable lookups in templates, but the warning emits a spurious RemovedInDjango70Warning for templates whose variable expression is a literal containing two consecutive dots, like:
{{ "hello..world" }}
{{ 'a..b'|upper }}
{{ _("a..b") }}
Change History
(5)
| Severity: |
Normal → Release blocker
|
| Triage Stage: |
Unreviewed → Accepted
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
In b5388a3: