Open zbohm opened 5 years ago
Hi, here I offer some fixies for Django 2. The most serious is fix of function admin_links:
admin_links
SafeText
<br>
<div>
'django.contrib.messages'
INSTALL_APP
django >= 1.11, < 2.2.99
Hi, here I offer some fixies for Django 2. The most serious is fix of function
admin_links
:admin_links
must be marked asSafeText
.<br>
to container<div>
. Tag BR is unpaired tag. It is better to use a container, for examle for css styling.'django.contrib.messages'
, inINSTALL_APP
is required by Django 2.2.django >= 1.11, < 2.2.99
.