Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
f92fd3dd
Commit
f92fd3dd
authored
4 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Add read only fields on ligh element serializer
parent
20c83518
No related branches found
No related tags found
1 merge request
!1029
Better performance for ListProcessElements recursion.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex/documents/serializers/light.py
+1
-0
1 addition, 0 deletions
arkindex/documents/serializers/light.py
with
1 addition
and
0 deletions
arkindex/documents/serializers/light.py
+
1
−
0
View file @
f92fd3dd
...
...
@@ -41,6 +41,7 @@ class ElementLightSerializer(serializers.ModelSerializer):
'
type
'
,
'
name
'
,
)
read_only_fields
=
(
'
id
'
,
'
type
'
,
'
name
'
)
class
ElementZoneSerializer
(
ElementLightSerializer
):
...
...
This diff is collapsed.
Click to expand it.
Bastien Abadie
@babadie
mentioned in commit
0a5eb1e3
·
4 years ago
mentioned in commit
0a5eb1e3
Edited
4 years ago
by
Ghost User
mentioned in commit 0a5eb1e36a1e2d09ae17ddc269adb0d83337bf45
Toggle commit list
Bastien Abadie
@babadie
mentioned in commit
3d35f519
·
4 years ago
mentioned in commit
3d35f519
Edited
4 years ago
by
Ghost User
mentioned in commit 3d35f519aa16a75fcd7f0c717114e0e110e7345b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment