Bump django_money version back to 3.2.0, Fix #5825 (#5828)

* Bump django_money version back to 3.2.0

* Test building docker image

* Revert "Test building docker image"

This reverts commit b8e9d4f4c1.
This commit is contained in:
Bobbe 2023-11-01 00:05:47 +01:00 committed by GitHub
parent e18b6d38ef
commit 59f17a9885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ django-ical # iCal export for calendar views
django-import-export>=3.3.1 # Data import / export for admin interface
django-maintenance-mode # Shut down application while reloading etc.
django-markdownify # Markdown rendering
django-money>=3.0.0 # Django app for currency management
django-money>=3.0.0,<3.3.0 # Django app for currency management # FIXED 2023-10-31 3.3.0 breaks due to https://github.com/django-money/django-money/issues/731
django-mptt==0.11.0 # Modified Preorder Tree Traversal
django-redis>=5.0.0 # Redis integration
django-q2 # Background task scheduling

View File

@ -113,7 +113,7 @@ django-maintenance-mode==0.19.0
# via -r requirements.in
django-markdownify==0.9.3
# via -r requirements.in
django-money==3.3.0
django-money==3.2.0
# via -r requirements.in
django-mptt==0.11.0
# via -r requirements.in