.. |
__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 |
0029_auto_20200223_0901.py
|
Allow 'notes' field in Part object to be blank
|
2020-02-23 20:02:33 +11: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
|
Remove the problematic migration entirely
|
2020-04-26 08:50:37 +10: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
|
Convert 'part" to MPTT model - based on the 'variant_of' field
|
2020-05-15 21:35:53 +10: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 |