-
When trying to export form submissions as a Microsoft Excel file, I get an AttributeError. Other export formats work fine.
The traceback looks like this:
> [25/Sep/2020 10:03:44] "POST /admin/django…
-
**Describe the bug**
If the history is added to a model, which allows to have in his primary key a '/' this does store the history correctly in the database, but when trying to access the history of …
-
Hello,
I'm quite new in Django and I'm currently facing some difficulties to make `django-tenants` working with an Oauth2 Authentication.
The creation of migrations is working perfectly:
```
…
-
```
$ django-admin import_rules fixture rules.json
Traceback (most recent call last):
File "/usr/local/bin/django-admin", line 11, in
load_entry_point('Django', 'console_scripts', 'django-…
-
### Summary:
When loading the "add periodic task page", the admin lists all available tasks and as a consequence calls `django.setup()` and seems an unintended side effect.
* Celery Version: 5.2…
-
```
What steps will reproduce the problem?
1. create the project as shown in the wiki (app name is picasatest)
2. open http://localhost:8000/admin/picasatest/image/add/
3. select file, and click save
…
-
Spotted in logs during today's workshop:
```
[pid: 9|app: 0|req: 44/248] 172.49.58.129 () {40 vars in 598 bytes} [Tue Apr 13 09:27:59 2021] GET /hopauth/login?next=/ => generated 787 bytes in 2 ms…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have two APPS in my Django project. And create each api.py in each apps
1. masters
- api.py
2. boxs
…
-
```
What steps will reproduce the problem?
1. Copy or link a recent checkout (r7631 in my case) into your project
2. Try running ./manage.py shell
3. Get errors and traceback.
What is the expected ou…
-
```
What steps will reproduce the problem?
1. TEMPLATE_CONTEXT_PROCESSORS
2. 'django.core.context_processors.request',
3.
What is the expected output? What do you see instead?
Django Admin dont work,…