2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 10:45:32 +00:00
Files
_includes
docs
admin
app
assets
build
companies
extend
javascripts
part
releases
0.1.4.md
0.1.5.md
0.1.6.md
0.1.7.md
0.1.8.md
0.2.0.md
0.2.1.md
0.2.2.md
0.2.3.md
0.2.4.md
0.3.0.md
0.4.0.md
0.4.1.md
0.4.2.md
0.4.3.md
0.4.4.md
0.4.5.md
0.4.6.md
0.5.0.md
release_notes.md
report
start
stock
stylesheets
webfonts
contribute.md
credits.md
faq.md
features.md
index.md
upcoming.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
inventree-docs/docs/releases/0.4.5.md

21 lines
1.1 KiB
Markdown

---
title: Release 0.4.5
---
## Release 0.4.5
### Lazy Loading
[#1941](https://github.com/inventree/InvenTree/pull/1941) defers sending API requests for tables which are not yet displayed. This greatly improves initial page render speed, as API queries are made on a "just in time" basis.
### Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#1931](https://github.com/inventree/InvenTree/pull/1931) | Fixes bug in nginx.conf configuration file |
| [#1932](https://github.com/inventree/InvenTree/pull/1932) | Fixes some form rendering issues for the SupplierPart and ManufactuerPart models |
| [#1934](https://github.com/inventree/InvenTree/pull/1934) | Addresses datetime issue in background worker heartbeat task |
| [#1938](https://github.com/inventree/InvenTree/pull/1938) | Fixes nefarious bug which prevent token auth from working for media files when behind a nginx proxy |
| [#1939](https://github.com/inventree/InvenTree/pull/1939) | Fixes bug in stock transfer form |
| [#1940](https://github.com/inventree/InvenTree/pull/1940) | Fixes multi-item actions in stock tables |