mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -166,6 +166,7 @@ nav: | ||||
|       - Installation: extend/plugins/install.md | ||||
|       - Developing a Plugin: extend/how_to_plugin.md | ||||
|       - Model Meatadata: extend/plugins/metadata.md | ||||
|       - Tags: extend/plugins/tags.md | ||||
|     - Plugin Mixins: | ||||
|       - Action Mixin: extend/plugins/action.md | ||||
|       - API Mixin: extend/plugins/api.md | ||||
|   | ||||
		Reference in New Issue
	
	Block a user