jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
774 stars 180 forks source link

add jinja template engine regression test (#320) #326

Closed hiaselhans closed 2 years ago

hiaselhans commented 2 years ago

Somehow github closed my other pr (#325) when i wanted to revert the reverted commit and add the regression test, so here is the new one. note that just adding an additional template engine makes the admin unusable.

hiaselhans commented 2 years ago

@jrief i did as you requested and converted the posix paths to str. as you see the tests fail when adding a second template engine (30ae8b6 & 83c8204)