-
```
What steps will reproduce the problem?
1. in any python code, use logging.debug/info to add logging information
2. in setting.py, set debug=False
3. when deploy in app-engine, the debug/info infor…
-
**Expected behaviour**
* Running Django management commands works in virtualenv; eg
```
sudo -u archivematica /usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python /usr/li…
-
We're using the django-auth-ldap functionality in Netbox, and we're only getting group lookups for some users - others don't appear to do a group lookup at all (based on the logging). All users are ab…
-
Some python packages have manifests (`requirments.txt`, `requirement.in` etc) that specify different versions of a single dependency based on the version of Python being used. For example, we can see …
-
* **What is the current behavior?**
In v3, both intentionally raised exceptions and unexpected exceptions are swallowed entirely without any indication in the console. They only return any informatio…
-
I recently upgraded to Django 2.2.4 and using Python 3.6.7. The checks all work correctly when successful, but exceptions from failed ones sent an email. It took quite a while to figure out why (bec…
-
I have some periodic tasks defined which show up fine in the Django admin, and run. However, when I use the "inspect scheduled" command, I never get anything.
$ celery -A myapp inspect schedule…
-
A potentiel N+1 queries performance issue spotted by Sentry. Indeed a quick request to `/api/v2/touristiccontent/` locally on the demo data shows that a lot of SQL queries are made.
To display SQL …
-
Currently if you change `DATASETTE_SECRET` all existing signed tokens - both cookies and API tokens and potentially other things too - will instantly expire.
Adding support for key rotation would a…
-