-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapBugA bugA bugNeeded: replicationBug replication is requiredBug replication is required
Description
I had a hard time debugging an issue with my instance, an exception was being thrown in a templatetag and this didn't cause an exception but instead caused the template block to just not render.
I had to delete template code until I found the template code that was causing the block to not render. There is probably an easier way to repro this, but describing what I noticed:
- Run latest
main
on repos - Open an application templatetag and thrown an exception from the template filter/tag
- Use the filter/tag in a template
- You should notice no exception or logging and the template content block is just empty instead.
Running on 14.2.0+13.1.0 tags I notice errors again and debug toolbar response is the verbose exception page.
- Maybe related to recent Upgrade
django-structlog
to its latest version #12302
Metadata
Metadata
Assignees
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapBugA bugA bugNeeded: replicationBug replication is requiredBug replication is required
Type
Projects
Status
Done