-
We receive the exception "Resource has no graph" when creating a user in the Django administration console. The error also occurs when a user clicks on the account verification link from the email Arc…
-
### Is your proposal related to a problem?
In the django admin interface, if you have a filter applied in the list view, when going to the detail view these filters will be preserved so that, u…
-
## Expected Behavior
Login geoserver as admin
## Actual Behavior
redirect to:
http://localhost/geoserver/j_spring_security_check
## Steps to Reproduce the Problem
1. All steps from h…
-
Environment:
Request Method: GET
Request URL: http://localhost:8000/admin/
Django Version: 1.11.5
Python Version: 2.7.13
Installed Applications:
['django.contrib.admin',
'django.contrib.…
-
When `microsoft_auth` is included after custom apps in `INSTALLED_APPS` then custom `UserAdmin` is overridden by default `UserAdmin`.
Step to reproduce:
```
INSTALLED_APPS = [
"django.contri…
-
Django version: 1.10.7
Django Suit version: 0.2.25
Python version: 2.7.13
Issue: Admin shows selected rows as " of undefined selected"
![image](https://cloud.githubusercontent.com/assets/3313588…
-
I am trying to implement SAML auth with Mautic(https://docs.mautic.org/en) as SP and my django app as IDP. I have added SP information using admin panel of Django app. However, when I try to login usi…
-
**bug描述**
* *Bug description * *
简单的描述下遇到的bug:
点击任何一个model中的记录进行修改时,均提示“length_is“方法错误
通过网络搜索,在django5.1起删除了”length_is“这个方法 ,网上有两种解决方式,一种是自己将旧版django中的这段代码复制为templatetags并在settings.py中导入,另一种是将l…
-
I have an ArrayModelField inside a model which contains another ArrayModelField, Now for some reasons django admin displays me the nested form but when I save the data it throws this error 'NoneType' …
-
The current Django Admin shows negative run time during the submission run. This is because we do not have a final time while the code is running but it should either be `None` (easy) or it should sho…