InvenTree/InvenTree/part/migrations
Oliver Walters b6a6e2dae7 Change the manner in which active parts are filtered for BOM
- Prevented BOM from displaying for an inactive part
- Now manually filter the queryset in the form view
2019-06-28 10:00:23 +10:00
..
__init__.py Added migration files to git index 2018-04-14 18:36:06 +10:00
0001_initial.py AND AGAIN 2019-05-20 22:24:18 +10:00
0002_auto_20190520_2204.py AND AGAIN 2019-05-20 22:24:18 +10:00
0003_auto_20190525_2226.py Add 'has_variants' and 'variant_of' field for Part 2019-05-25 22:27:36 +10:00
0004_auto_20190525_2356.py Rename field part.has_variants to part.is_template 2019-05-25 23:58:31 +10:00
0005_auto_20190526_1119.py Simplify part model 2019-05-26 12:16:57 +10:00
0006_auto_20190526_1215.py Simplify part model 2019-05-26 12:16:57 +10:00
0007_auto_20190602_1944.py Rename some fields 2019-06-02 19:46:30 +10:00
0008_auto_20190618_0042.py Fixed up some stupid recursion on the Tree model template 2019-06-18 00:59:54 +10:00
0009_part_virtual.py Add 'virtual' part flag 2019-06-18 18:34:07 +10:00
0010_auto_20190620_2135.py Improve uniqueness checking for Part 2019-06-20 21:37:25 +10:00
0011_part_revision.py Add 'revision' field to part 2019-06-20 21:46:16 +10:00
0012_auto_20190627_2144.py Add 'reference' field to BOM item model 2019-06-27 21:44:40 +10:00
0013_auto_20190628_0951.py Change the manner in which active parts are filtered for BOM 2019-06-28 10:00:23 +10:00