mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Rename Part.URL -> part.link
- Previous migration needed some tweaking to get it to run... because.. why? - It seems to pass when running manage.py migrate but fails when running manage.py test - Stumped on this one
This commit is contained in:
@@ -120,7 +120,7 @@ class EditPartForm(HelperForm):
|
||||
'keywords',
|
||||
'variant_of',
|
||||
'is_template',
|
||||
'URL',
|
||||
'link',
|
||||
'default_location',
|
||||
'default_supplier',
|
||||
'units',
|
||||
|
Reference in New Issue
Block a user