2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Stock: Fix serializers.py

- Use of read_only PrimaryKeyRelatedField was breaking POST via API
This commit is contained in:
Oliver Walters
2020-08-31 20:08:07 +10:00
parent fa540c0096
commit 8615cad711
3 changed files with 4 additions and 19 deletions

View File

@ -24,4 +24,5 @@ django-stdimage==5.1.1 # Advanced ImageField management
django-tex==1.1.7 # LaTeX PDF export
django-weasyprint==1.0.1 # HTML PDF export
django-debug-toolbar==2.2 # Debug / profiling toolbar
inventree # Install the latest version of the InvenTree API python library