..
__init__.py
Added migration files to git index
2018-04-14 18:36:06 +10:00
0001_initial.py
remove coverage from parts migrations
2022-02-13 04:46:36 +01: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
Mark migrations with data operations "non atomic"
2021-02-04 22:19:15 +11: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
Remove reliance on django-markdownx ( #3231 )
2022-06-20 22:20:04 +10: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
0029_auto_20200223_0901.py
Remove reliance on django-markdownx ( #3231 )
2022-06-20 22:20:04 +10:00
0030_auto_20200318_1027.py
Limit choices for Part selection
2020-03-18 21:28:11 +11:00
0031_auto_20200318_1044.py
Add new fields for Part object
2020-03-18 21:50:18 +11:00
0032_auto_20200322_0453.py
Abstract the PartAttachment class
2020-03-22 17:59:23 +11:00
0033_auto_20200404_0445.py
Part image field now uses django-stdimage
2020-04-04 15:47:05 +11:00
0034_auto_20200404_1238.py
fix trailing
2022-05-20 13:20:55 +02:00
0035_auto_20200406_0045.py
Rename Part.URL -> part.link
2020-04-06 11:16:39 +10:00
0036_partattachment_user.py
Add 'user' field to attachment
2020-05-12 20:50:03 +10:00
0037_partattachment_upload_date.py
Add "upload date" field to fileattachment base class
2020-05-12 20:57:41 +10:00
0038_auto_20200513_0016.py
Drag and drop for order attachments
2020-05-13 11:28:45 +10:00
0039_auto_20200515_1127.py
remove coverage from parts migrations
2022-02-13 04:46:36 +01:00
0040_parttesttemplate.py
Add PartTestTemplate model
2020-05-17 13:26:51 +10:00
0041_auto_20200517_0348.py
Register test template in the admin interface
2020-05-17 13:50:06 +10:00
0042_auto_20200518_0900.py
Add some more fields to the PartTestTemplate model
2020-05-18 19:00:45 +10:00
0043_auto_20200527_0005.py
Allow template parts to be specified for the BOM item
2020-05-27 10:06:18 +10:00
0044_auto_20200605_0931.py
Make description fields optional
2020-06-05 19:33:32 +10:00
0045_auto_20200605_0932.py
Make description fields optional
2020-06-05 19:33:32 +10:00
0046_auto_20200804_0107.py
Add migration file
2020-08-04 11:21:27 +10:00
0047_auto_20200808_0715.py
Add migration files
2020-08-08 17:16:04 +10:00
0048_auto_20200902_1404.py
Remove reliance on django-markdownx ( #3231 )
2022-06-20 22:20:04 +10:00
0049_partsellpricebreak.py
Add table for price breaks for selling a part
2020-09-17 23:22:37 +10:00
0050_auto_20200917_2315.py
Limit choices for the 'Part' reference in the new model
2020-09-18 09:16:59 +10:00
0051_bomitem_optional.py
Add "optional" field to BomItem
2020-10-05 00:42:09 +11:00
0052_partrelated.py
Manually merged part migrations
2020-11-03 07:27:51 -05:00
0053_partcategoryparametertemplate.py
Manually merged part migrations
2020-11-03 07:27:51 -05:00
0054_auto_20201109_1246.py
Merge remote-tracking branch 'inventree/master' into currency-support
2020-11-12 17:24:48 +11:00
0055_auto_20201110_1001.py
Custom migration for PartSellPriceBreak
2020-11-10 22:31:46 +11:00
0056_auto_20201110_1125.py
fix trailing
2022-05-20 13:20:55 +02:00
0057_remove_partsellpricebreak_currency.py
Remove common_currency model entirely
2020-11-11 00:21:06 +11:00
0058_remove_partsellpricebreak_cost.py
Remove common_currency model entirely
2020-11-11 00:21:06 +11:00
0059_auto_20201112_1112.py
When creating a new price break for a supplier part, default to using the currency code specified for the supplier company
2020-11-12 11:14:50 +11:00
0060_merge_20201112_1722.py
Merge remote-tracking branch 'inventree/master' into currency-support
2020-11-12 17:24:48 +11:00
0061_auto_20210103_2313.py
Remove reliance on django-markdownx ( #3231 )
2022-06-20 22:20:04 +10:00
0061_auto_20210104_2331.py
Add "default_expiry" field to Part model
2021-01-04 23:36:11 +11:00
0062_merge_20210105_0056.py
Merge conflicting migration files
2021-01-05 00:58:48 +11:00
0063_bomitem_inherited.py
Add 'inherited' field to BomItem
2021-02-17 21:53:15 +11:00
0064_auto_20210404_2016.py
added more translation-strings
2021-04-04 22:44:14 +02:00
0065_auto_20210505_2144.py
adding in missing parts for full saleprice
2021-05-05 23:47:46 +02:00
0066_bomitem_allow_variants.py
Add "allow_variants" field to BomItem
2021-06-01 13:59:01 +10:00
0067_partinternalpricebreak.py
adding internal price breaks as in #1606
2021-06-05 17:01:49 +02:00
0068_part_unique_part.py
Better management of unique constraint for Part
2021-06-22 09:33:07 +10:00
0069_auto_20210701_0509.py
added clean migration steps for all price fields
2021-07-01 07:11:15 +02:00
0070_alter_part_variant_of.py
Add regex IPN filter for Part API
2021-07-08 17:02:45 +10:00
0071_alter_partparametertemplate_name.py
Add migration file
2021-08-07 21:41:45 +10:00
0072_bomitemsubstitute.py
Add migration file for new database model
2021-10-13 10:50:24 +11:00
0073_auto_20211013_1048.py
Add uniqueness checking for the BomItemSubstitute model
2021-10-13 22:01:32 +11:00
0074_partcategorystar.py
Create new model for "PartCategory"
2021-11-03 18:10:34 +11:00
0075_auto_20211128_0151.py
adds a "link" field to the InvenTree attachment model
2021-11-28 12:53:01 +11:00
0076_auto_20220516_0819.py
Add metadata mixin to Part and PartCategory models
2022-05-16 19:14:46 +10:00
0077_alter_bomitem_unique_together.py
Remove unique-together requirement for BomItem model ( #3104 )
2022-05-31 13:33:23 +10:00
0078_auto_20220606_0024.py
Delete part via API ( #3135 )
2022-06-06 11:42:22 +10:00
0079_alter_part_notes.py
Remove reliance on django-markdownx ( #3231 )
2022-06-20 22:20:04 +10:00
0080_alter_part_image.py
Update requirements ( #3228 )
2022-06-28 22:12:00 +10:00
0081_alter_partcategory_name.py
Remove special characters restriction in category names ( #3370 )
2022-07-21 11:33:21 +10:00
0082_partcategory_pathstring.py
Tree query improvements ( #3443 )
2022-08-01 13:43:27 +10:00
0083_auto_20220731_2357.py
Tree query improvements ( #3443 )
2022-08-01 13:43:27 +10:00
0084_partcategory_icon.py
Feature/icons for PartCategory and StockLocation ( #3542 )
2022-08-16 21:51:55 +10:00
0085_partparametertemplate_description.py
Part parameter update ( #3605 )
2022-08-25 07:33:36 +10:00
0086_auto_20220912_0007.py
Barcode Refactor ( #3640 )
2022-09-15 14:14:51 +10:00
0087_bomitem_consumable.py
Adds 'consumable' field to BomItem model ( #2890 )
2022-09-24 23:45:56 +10:00