From cba7de452cf91654a84554ad52e63ea219394684 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 20 Apr 2021 20:18:56 +1000 Subject: [PATCH] Update 0.2.2.md --- docs/releases/0.2.2.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/releases/0.2.2.md b/docs/releases/0.2.2.md index 101a48d..ebaedf1 100644 --- a/docs/releases/0.2.2.md +++ b/docs/releases/0.2.2.md @@ -12,6 +12,18 @@ title: Release 0.2.2 [#1481](https://github.com/inventree/InvenTree/pull/1481) adds the ability to customize the site title (which was previously hard-coded to "InvenTree") +### Django Update + +[#1490](https://github.com/inventree/InvenTree/pull/1490) updates to [Django v3.2](https://docs.djangoproject.com/en/3.2/releases/3.2/) which is a LTS release with significant improvements. + +### Location Display + +[#1493](https://github.com/inventree/InvenTree/pull/1493) greatly improves the display of sublocations within a given location. Additonally, multiple sublocations can be selected (via checkboxes) allowing for printing of multiple StockLocation labels at once. + +### Category Display + +[#1493](https://github.com/inventree/InvenTree/pull/1493) greatly improves the display of subcategories within a given category. + ## Major Bug Fixes | PR | Description |