InvenTree/InvenTree
Matthias Mair f5c2591fd4
Add 'Tag' management (#4367)
* 'Tag' management
Fixes #83

* Add for ManufacturerPart, SupplierPart

* Add tags for StockLocation, StockItem

* fix serializer definition

* add migrations

* update pre-commit

* bump dependencies

* revert updates

* set version for bugbear

* remove bugbear

* readd bugbear remove isort

* and remove bugbear again

* remove bugbear

* make tag fields not required

* add ruleset

* Merge migrations

* fix migrations

* add unittest for detail

* test tag add

* order api

* reduce database access

* add tag modification test

* use overriden serializer to ensuer the manager is always available

* fix typo

* fix serializer

* increae query thershold by 1

* move tag serializer

* fix migrations

* content_types are changing between tests - removing them

* remove unneeded fixture

* Add basic docs

* bump API version

* add api access to the docs

* add python code

* Add tags to search and filters for all models
2023-05-04 09:02:48 +10:00
..
InvenTree Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
build Replace mklint with djlint (#4746) 2023-05-02 20:03:52 +10:00
common Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
company Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
label Bug fix for label printing (#4751) 2023-05-02 23:09:41 +10:00
locale New Crowdin updates (#4737) 2023-05-02 14:46:46 +10:00
order Base URL configuration options (#4749) 2023-05-02 22:14:57 +10:00
part Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
plugin Make sure plugins are always on a new line (#4721) 2023-05-01 23:26:23 +10:00
plugins Update documentation URLs (#4325) 2023-02-10 10:39:57 +11:00
report Base URL configuration options (#4749) 2023-05-02 22:14:57 +10:00
script Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stock Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
templates Fix for sales order tables (#4753) 2023-05-02 22:55:53 +10:00
users Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
config_template.yaml Base URL configuration options (#4749) 2023-05-02 22:14:57 +10:00
gunicorn.conf.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
manage.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00