django-genericadmin
django-genericadmin copied to clipboard
A simple django app to make the lookup of generic models easier.
Getting $ is not a function in django 2
I've merged changes by @zaquest and @codegraft.
 Working in Django 1.11.18 here. I am using BaseGenericModelAdmin for my ObjectiveAdmin class. From the list page in the admin, I command-click to open several...
Information is in this issue https://github.com/arthanson/django-genericadmin/issues/48
According to [this issue](https://github.com/arthanson/django-genericadmin/pull/16), the code convert whitelist/blacklist to lowercase. But it'll cause another problem for capital letter django app because all the text in self.content_type_whitelist is in lowercase but...
tested with v1.8(py3.4) & v1.10(py3.5).
Hi arthanson, genericadmin.js creates the link to the object without a trailing slash, wich is fine as long as APPEND_SLASH is unset or True in settings.py. We do now have...