InvenTree
InvenTree copied to clipboard
Problem after updating
Deployment Method
- [x] Installer
- [ ] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a link
Steps to Reproduce
Describe the problem*
After updating Inventree to latest version with command:
apt install --only-upgrade inventree
I have error: allauth.exceptions is deprecated, use allauth.core.exceptions
Update works but:
- I don't have the "Platform version" that is "Black-white page view"
- I can't see anymore the "Part Page"
Steps to Reproduce
- Login
- Part page
Relevant log output
Apr 22 10:50:34 inventariolac systemd[1]: Started inventree-web.service.
Apr 22 10:50:34 inventariolac systemd[1]: Started inventree-web-1.service.
Apr 22 10:50:34 inventariolac systemd[1]: Started inventree-worker.service.
Apr 22 10:50:34 inventariolac systemd[1]: Started inventree-worker-1.service.
Apr 22 10:50:34 inventariolac inventree-worker-1.service[1438805]: Python version 3.10.12 - /opt/inventree/env/bin/python
Apr 22 10:50:34 inventariolac inventree-web-1.service[1438802]: Python version 3.10.12 - /opt/inventree/env/bin/python3
Apr 22 10:50:36 inventariolac inventree-web-1.service[1438802]: /opt/inventree/env/lib/python3.10/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
Apr 22 10:50:36 inventariolac inventree-web-1.service[1438802]: warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
Apr 22 10:50:36 inventariolac inventree-worker-1.service[1438805]: /opt/inventree/env/lib/python3.10/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
Apr 22 10:50:36 inventariolac inventree-worker-1.service[1438805]: warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
Apr 22 10:50:38 inventariolac inventree-worker-1.service[1438920]: /opt/inventree/env/lib/python3.10/site-packages/picklefield/fields.py:78: RuntimeWarning: Pickled model instance's Django version 4.2.14 does not match the current version 4.2.17.
Apr 22 10:50:38 inventariolac inventree-worker-1.service[1438920]: return loads(value)
Apr 22 10:50:38 inventariolac inventree-worker-1.service[1438920]: /opt/inventree/env/lib/python3.10/site-packages/picklefield/fields.py:78: RuntimeWarning: Pickled queryset instance's Django version 4.2.14 does not match the current version 4.2.17.
Apr 22 10:50:38 inventariolac inventree-worker-1.service[1438920]: return loads(value)
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438802]: [2025-04-22 10:50:38 +0000] [1438802] [INFO] Starting gunicorn 23.0.0
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438802]: [2025-04-22 10:50:38 +0000] [1438802] [INFO] Listening at: http://0.0.0.0:6000 (1438802)
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438802]: [2025-04-22 10:50:38 +0000] [1438802] [INFO] Using worker: sync
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438924]: [2025-04-22 10:50:38 +0000] [1438924] [INFO] Booting worker with pid: 1438924
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438925]: [2025-04-22 10:50:38 +0000] [1438925] [INFO] Booting worker with pid: 1438925
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438926]: [2025-04-22 10:50:38 +0000] [1438926] [INFO] Booting worker with pid: 1438926
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438927]: [2025-04-22 10:50:38 +0000] [1438927] [INFO] Booting worker with pid: 1438927
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438928]: [2025-04-22 10:50:38 +0000] [1438928] [INFO] Booting worker with pid: 1438928
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438929]: [2025-04-22 10:50:38 +0000] [1438929] [INFO] Booting worker with pid: 1438929
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438930]: [2025-04-22 10:50:38 +0000] [1438930] [INFO] Booting worker with pid: 1438930
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438931]: [2025-04-22 10:50:38 +0000] [1438931] [INFO] Booting worker with pid: 1438931
Apr 22 10:50:38 inventariolac inventree-web-1.service[1438932]: [2025-04-22 10:50:38 +0000] [1438932] [INFO] Booting worker with pid: 1438932
Apr 22 10:50:39 inventariolac inventree-web-1.service[1438924]: 79.13.248.50 - - [22/Apr/2025:10:50:39 +0000] "GET /settings/ HTTP/1.0" 200 276744 "XXX/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
Apr 22 10:50:40 inventariolac inventree-web-1.service[1438929]: 79.13.248.50 - - [22/Apr/2025:10:50:40 +0000] "GET /js/dynamic/calendar.js HTTP/1.0" 200 1341 "/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"