InvenTree/InvenTree/part/migrations
2020-02-03 21:09:24 +11: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
0014_partparameter.py Add PartParameter table 2019-08-20 12:31:43 +10:00
0015_auto_20190820_0251.py Change model - add PartParameterTemplate 2019-08-20 13:02:00 +10:00
0016_auto_20190820_0257.py Change model - add PartParameterTemplate 2019-08-20 13:02:00 +10:00
0017_bomitem_checksum.py Add a checksum field to the bom line item 2019-09-05 12:58:11 +10:00
0018_auto_20190907_0941.py Ensure PartParameterTemplate name is unique 2019-09-07 19:43:41 +10:00
0019_auto_20190908_0404.py Migrate InvenTreeTree to using MPTT model 2019-09-08 14:08:49 +10:00
0020_auto_20190908_0404.py Migrate InvenTreeTree to using MPTT model 2019-09-08 14:08:49 +10:00
0021_auto_20190908_0916.py Change foreign keys to TreeForeignKey 2019-09-08 19:19:39 +10:00
0022_auto_20190908_0918.py Change foreign keys to TreeForeignKey 2019-09-08 19:19:39 +10:00
0023_auto_20190913_1401.py Create a custom URL field, which allows the user-specified validators 2019-09-14 00:04:08 +10:00
0024_auto_20191118_2139.py Change item quantity field from PositiveInteger to Decimal 2019-11-19 08:49:54 +11:00
0025_auto_20191118_2316.py Allow non-integer stock movement 2019-11-19 10:17:20 +11:00
0026_auto_20200131_1022.py Update requirements 2020-01-31 21:42:30 +11:00
0027_auto_20200202_1024.py Allow PartCategory and StocKLocation names to be non-unique 2020-02-02 21:40:03 +11:00
0028_auto_20200203_1007.py IPN must match regex validator (if one is provided) 2020-02-03 21:09:24 +11:00