-
my **models.py**
``` python
from datetime import datetime, date
from django.db import models
from django.contrib.auth.models import User, AbstractUser, AbstractBaseUser
from django.contrib.auth.admin…
-
### Issue
I use the `DJ` extension of ruff. I just found out that this doesn't work on forms that don't use ModelForm directly but an inherited class. This relates to [DJ006](https://docs.astra…
-
### Description
Hey Adam,
For the past year, I've been using `django-upgrade` foundations a lot to add some more autofixes rules at work and on some personal projects. They might not all be exactl…
-
I seem to be getting the same sort of bug that was reported in https://github.com/darklow/django-suit/issues/457, but I'm in django 1.9.2 and the current version of suit (2.18).
I am using simple_his…
-
I have tried multiple variations for support listed at https://github.com/dfunckt/django-rules#permissions-in-models
I am not sure what I am missing.
This is my current model
```python
class…
-
Hi,
I had a problem that queries aren't captured, but I realised that I need to setup connection to listen on one of my database which wasn't default.
I changed locally this line of code: https://…
-
## Description
- On selecting the 'Author Blog Articles' plugin and adding it to the CMS Page, it simply shows **'Articles By' instead of 'Articles By '**
## Versions
djangocms-blog==1.2.3
…
-
**Describe the bug**
After migrating to Django Ninja 1.0+, and replacing `Config` with `Meta`, the `extra = "forbid"` directive seems to have no effect.
Here is a code example that does not work w…
-
### Issue Summary
https://github.com/wagtail/wagtail/blob/165c5c0ce5138f35ba313aba54f5a40392e876cc/wagtail/contrib/modeladmin/views.py#L491 assumes that ordering values are strings, e.g.:
```
c…
-
I am trying to integrate ChatterBot into my Django application, but I would like ChatterBot to work in a database other than the default.
Django itself gives you the option of model routing when yo…