File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ipython==8.21.0
13
13
django==4.2.9 # pyup: < 4.1 # https://www.djangoproject.com/
14
14
django-environ==0.11.2 # https://github.com/joke2k/django-environ
15
15
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
16
- django-model-utils==4.3 .1 # https://github.com/jazzband/django-model-utils
16
+ django-model-utils==4.5 .1 # https://github.com/jazzband/django-model-utils
17
17
django-allauth==0.60.1 # https://github.com/pennersr/django-allauth
18
18
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
19
19
crispy-bootstrap5==2023.10 # https://github.com/django-crispy-forms/crispy-bootstrap5
Original file line number Diff line number Diff line change 4
4
import requests
5
5
from django .contrib .auth import get_user_model
6
6
from django .db import models
7
+ from django .db .models import Q
7
8
from django .db .models .signals import post_save
8
9
from django .dispatch import receiver
9
10
from model_utils import FieldTracker
You can’t perform that action at this time.
0 commit comments