-
### Describe the issue
My self-hosted Weblate instance throws the following error when I try to dismiss certain checks, but not for others (i.e. dismissing in general works, but not for some checks).…
-
Don't know whether django-import-export uses methods like QuerySet.update() or QuerySet.bulk_create() - methods which will result in pre_save and post_save signals not being called.
**The reason w…
-
Here's the traceback
```
Traceback (most recent call last):
File "/Users/peterbe/virtualenvs/socorro/lib/python2.6/site-packages/django/core/management/commands/runserver.py", line 93, in inner_run…
-
**按照提示操作,当执行python manage.py runserver 0.0.0.0:9000时,提示如下错误**
``` bash
python manage.py runserver 0.0.0.0:9000
Validating models...
Unhandled exception in thread started by
Traceback (most recent c…
-
```
What steps will reproduce the problem?
1. ./manage.py syncdb
What is the expected output? What do you see instead?
It should create the model, instead:
Traceback (most recent call last):
File …
-
**Describe the bug**
When using a `URLField` in a Django model and then using a `ModelSchema` for serialization/validation on a `POST` request, the url is just validated as a `str`. Most other fields…
-
```
What steps will reproduce the problem?
1. copy google-analytics folder in our application folder
2. set google-analytics as an installed app in our settings.py
3. set variable GOOGLE_ANALYTICS_MOD…
-
Hi,
when I try syncdb with PostgreSQL 9.3.3 I get this error:
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "c:\pyprojects\mg\lib\…
-
## Checklist
- [x] I have verified that that issue exists against the `master` branch of Django REST framework.
- [x] I have searched for similar issues in both open and closed tickets and cannot …
-
```
What steps will reproduce the problem?
1. ./manage.py syncdb
What is the expected output? What do you see instead?
It should create the model, instead:
Traceback (most recent call last):
File …