You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem when updating to django 2.0
Using the sortableadminmixin.
The div was rendered with > and so on instead of proper html tags.
By adding mark_safe to the div generation function all was working again.
0 commit comments