-
I have a website using allauth where users can sign up using an email address and password, or using a social login. If they sign up using an email address and password, they will need to confirm thei…
Flimm updated
4 months ago
-
Implement some throttling of error emails and a console UI for parsing, consolidating, grouping, and summarising error logs so that they're not so overwhelming. A single email would suffice, and no fu…
-
# Issue
If I have a parent and child model defined, ordered with respect to some other model:
```python
class Foobar(models.Model):
name = models.CharField(max_length=100)
class Parent(…
-
I asked this question on SO but have had no reply so I thought I raise an issue: https://stackoverflow.com/questions/60124600/django-import-export-post-save-called-twice
I created a custom user sub…
-
Hello.
Sorry if my question seems naive or if I missed something from the book. But I have difficulty understanding how the allocation is really committed to the db level. It is the only thing I ha…
-
minute 0 = Both tasks are added
minute 1 = check_periodic_again should be added and an error should be thrown (because of the lock) but zero database activity occurs
minute 2 = check_periodic finish…
-
## Problem
https://github.com/WordPress/openverse/blob/2cb8b5eb11f0abb39f79697ae2b8ddc065b7e0f7/api/api/middleware/response_headers_middleware.py#L22-L24
The code linked above adds the client …
-
These are caused by:
- constance
- dbbackup
- social_django
- tagulous
- imagekit
They do not require fixing until we go to dj4+ but this issue should monitor and update as and when these issu…
-
**Describe the bug**
Processing of new files frequently fails.
**To Reproduce**
Copy a file to consume directory - appears to randomly not process...
**Expected behavior**
Process files norma…
-
in `debug_toolbar/middleware.py` is following code:
``` python
def show_toolbar(request):
"""
Default function to determine whether to show the toolbar on a given page.
"""
int…
QBH3 updated
3 months ago