Feature Request: Replacing default template system by a more powerful one: Jinja2

2018-01-26 Thread Ander Ustarroz
I have been working a lot with Django and I have always asked myself how is it possible that they decided to use Django Template system rather than Jinja2 , when it is way more intuitive, just like writing natural Python! Someone may argue that it's matte

missing feature, View permission for django admin

2016-05-31 Thread Ander Ustarroz
I am surprised this feature is not implemented yet, at the moment when we create a new model three permissions are created automatically for the admin panel: - *add_permission* - *change_permission* - *delete_permission * We really missing the *view_permission* here, when we want sta