-
```
What steps will reproduce the problem?
1. set DJANGO_STYLE_MODEL_KIND = False in settings.py
2. The datastore entity of admin users in GAE changes from auth_users to Users.
3. .try to login to adm…
-
Here is my admin.py:
```
from django.contrib import admin
from blag.models import *
from wmd.widgets import AdminMarkDownInput, MarkDownInput
from django import forms
from django.core.urlresolvers im…
-
Funktionaliteten lavet i https://github.com/OS2borgerPC/os2borgerpc-client/issues/5 skal dokumenteres.
-
Instead of raising a validationerror at the appropriate time, a ValueError is raised at save time:
``` bash
Traceback:
File "/iscape/sites/ahcdeploy/lib/python2.5/site-packages/django/core/handlers/b…
-
-
Django version: 1.8.14
Django Suit version: 0.2.19
Python version: 3.4.4
When including a template using django_suit_includes in a ModelAdmin, specifying the "top" argument, and , in the include, usi…
Hurlu updated
8 years ago
-
### Issue Summary
https://github.com/wagtail/wagtail/blob/165c5c0ce5138f35ba313aba54f5a40392e876cc/wagtail/contrib/modeladmin/views.py#L491 assumes that ordering values are strings, e.g.:
```
c…
-
### Description
Django: 4.2
django-cms: 3.11.6
djangocms-bootstrap4: 3.0.1
Adding the content element Container leads to the following exception:
```
TypeError at /de/admin/cms/page/add-plug…
-
I got this stacktrace when i was testing ptpdb inside django with set_trace()
```
Environment:
Request Method: POST
Request URL: http://localhost:8080/
Django Version: 1.6.1
Python Version: 2.7.6
I…
-
django-pyodbc-azure 1.11.0.0
pyodbc 4.0.21
django 1.11.7
python 3.6.3
I have a model with a field "value". It is a numeric(12,5) type.
Model.objects.get(value= ...) triggers an error for 8500…