django-genericadmin icon indicating copy to clipboard operation
django-genericadmin copied to clipboard

A simple django app to make the lookup of generic models easier.

Results 12 django-genericadmin issues
Sort by recently updated
recently updated
newest added

Getting $ is not a function in django 2

I've merged changes by @zaquest and @codegraft.

![Screenshot 2019-04-23 16 33 14](https://user-images.githubusercontent.com/1679259/56622645-c6477a00-65e5-11e9-9a6d-81f71a39d659.png) 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...