django-render
django-render copied to clipboard
Render unknown Django model instances based on their content type.
Results
1
django-render issues
Sort by
recently updated
recently updated
newest added
Why not just push the render_context onto the head of context.dicts and then pop it after the render? Why copy all the contexts? templatetags/render.py ``` render_context = Context() for dict...