Skip to content

Commit 8f61df7

Browse files
authored
Merge pull request #969 from NASA-IMPACT/dependabot/pip/django-model-utils-4.5.1
Bump django-model-utils from 4.3.1 to 4.5.1
2 parents c54b126 + fbed6b4 commit 8f61df7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython==8.21.0
1313
django==4.2.9 # pyup: < 4.1 # https://www.djangoproject.com/
1414
django-environ==0.11.2 # https://github.com/joke2k/django-environ
1515
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
1717
django-allauth==0.60.1 # https://github.com/pennersr/django-allauth
1818
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
1919
crispy-bootstrap5==2023.10 # https://github.com/django-crispy-forms/crispy-bootstrap5

sde_collections/models/collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import requests
55
from django.contrib.auth import get_user_model
66
from django.db import models
7+
from django.db.models import Q
78
from django.db.models.signals import post_save
89
from django.dispatch import receiver
910
from model_utils import FieldTracker

0 commit comments

Comments
 (0)