This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Feature: Add private field for pin serializer
pull/178/head
winkidney
4 years ago
parent
ef72df34a4
commit
c6253d9712
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
core/serializers.py
+ 1
- 0
core/serializers.py
View File
@@ -81,6 +81,7 @@ class PinSerializer(serializers.HyperlinkedModelSerializer):
model = Pin
fields = (
settings.DRF_URL_FIELD_NAME,
"private",
"id",
"submitter",
"url",
Write
Preview
Loading…
Cancel
Save