Skip to content

Commit

Permalink
⬆️ upgraded django to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Mar 19, 2024
1 parent 5738f2b commit b927f43
Show file tree
Hide file tree
Showing 11 changed files with 335 additions and 219 deletions.
7 changes: 4 additions & 3 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ pydantic
email-validator

# Framework libraries
django==3.2.0
django~=4.2
django-admin-index
django-better-admin-arrayfield
django-axes[ipware]
django-choices
django-decorator-include
django-hijack
django-jsonform
django-redis
django-rosetta
django-sniplates
Expand All @@ -36,7 +36,7 @@ drf-spectacular # api documentation
# django-extra-fields
# django-filter
# drf-yasg # api documentation
vng-api-common
commonground-api-common

# WSGI servers & monitoring - production oriented
uwsgi
Expand All @@ -46,3 +46,4 @@ elastic-apm # Elastic APM integration
git+https://github.com/maykinmedia/django-rijkshuisstijl.git
beautifulsoup4 # missing from django-rijkshuisstijl
zgw-consumers
gemma-zds-client < 2.0.0 # custom Service code breaks with later versions
Loading

0 comments on commit b927f43

Please sign in to comment.