2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

Merged master

This commit is contained in:
eeintech
2021-01-13 17:08:01 -05:00
11 changed files with 65 additions and 57 deletions

View File

@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('users', '0004_owner_model'),
('users', '0005_owner_model'),
('stock', '0056_stockitem_expiry_date'),
]