Changes between Initial Version and Version 1 of Ticket #30425, comment 2
- Timestamp:
- Apr 30, 2019, 10:45:16 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30425, comment 2
initial v1 8 8 --- i/django_jinja/backend.py 9 9 +++ w/django_jinja/backend.py 10 @@ -69,6 +69,8 @@ def render(self, context=None, request=None):11 context = base.dict_from_context(context)12 13 if request is not None:14 + # import pudb; pu.db15 + __import__('pdb').set_trace()16 def _get_val():17 token = csrf.get_token(request)18 if token is None:19 10 @@ -103,7 +105,12 @@ def dicts(self): 20 11 template=self,