mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Merge pull request #16 from SchrodingersGat/master
Added gitattributes file
This commit is contained in:
commit
ef54870f7c
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
* text=auto
|
||||||
|
|
||||||
|
*.py text
|
||||||
|
*.md text
|
||||||
|
*.html text
|
||||||
|
*.txt text
|
@ -32,4 +32,5 @@ class PartCategorySerializer(serializers.ModelSerializer):
|
|||||||
fields = ('pk',
|
fields = ('pk',
|
||||||
'name',
|
'name',
|
||||||
'description',
|
'description',
|
||||||
|
'parent',
|
||||||
'path')
|
'path')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user