mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Pin django-stdimage to sub 6.0.0 (#3273)
* Pin django-stdimage to sub 6.0.0 - 6.0.0 breaks model serialization for background worker task - NFI why it does this * Fix requirements file * remove windows deps. and append requirements * Add unit tests for encoding and offloading tasks Co-authored-by: Matthias <code@mjmair.com>
This commit is contained in:
@ -18,7 +18,7 @@ django-redis>=5.0.0 # Redis integration
|
||||
django-q # Background task scheduling
|
||||
django-sql-utils # Advanced query annotation / aggregation
|
||||
django-sslserver # Secure HTTP development server
|
||||
django-stdimage # Advanced ImageField management
|
||||
django-stdimage<6.0.0 # Advanced ImageField management # FIXED 2022-06-29 6.0.0 breaks serialization for django-q
|
||||
django-user-sessions # user sessions in DB
|
||||
django-weasyprint # django weasyprint integration
|
||||
djangorestframework # DRF framework
|
||||
|
Reference in New Issue
Block a user