Skip to content

Commit

Permalink
⬆️ Bump django-admin-index
Browse files Browse the repository at this point in the history
Latest bugfix avoids some n+1 queries
  • Loading branch information
sergei-maertens committed Jun 14, 2024
1 parent 01b2309 commit 9ba5039
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ django==4.2.11
# mozilla-django-oidc-db
# sentry-sdk
# zgw-consumers
django-admin-index==3.1.0
django-admin-index==3.1.1
# via -r requirements/base.in
django-appconf==1.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ django==4.2.11
# mozilla-django-oidc-db
# sentry-sdk
# zgw-consumers
django-admin-index==3.1.0
django-admin-index==3.1.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ django==4.2.11
# mozilla-django-oidc-db
# sentry-sdk
# zgw-consumers
django-admin-index==3.1.0
django-admin-index==3.1.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ django==4.2.11
# open-forms-ext-token-exchange
# sentry-sdk
# zgw-consumers
django-admin-index==3.1.0
django-admin-index==3.1.1
# via
# -c requirements/base.in
# -r requirements/base.txt
Expand Down

0 comments on commit 9ba5039

Please sign in to comment.