Changes between Initial Version and Version 1 of Ticket #30425, comment 2


Ignore:
Timestamp:
Apr 30, 2019, 10:45:16 AM (5 years ago)
Author:
Daniel Hahler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30425, comment 2

    initial v1  
    88--- i/django_jinja/backend.py
    99+++ 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.db
    15 +            __import__('pdb').set_trace()
    16              def _get_val():
    17                  token = csrf.get_token(request)
    18                  if token is None:
    1910@@ -103,7 +105,12 @@ def dicts(self):
    2011                                            template=self,
Back to Top