Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Marta Miranda
/
boletin_api
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Enzo Yair
2023-09-12 12:58:03 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5b76e397843f6367833530e81f860c656ee1199
f5b76e39
1 parent
30ee69b5
correcion de serializer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
project/apps/edicto/serializer.py
project/apps/edicto/serializer.py
View file @
f5b76e3
...
...
@@ -14,7 +14,8 @@ class EdictoSerializer(serializers.ModelSerializer):
class
Meta
:
model
=
Edicto
fields
=
(
'usuario'
,
fields
=
(
'uuid'
,
'usuario'
,
'estado'
,
'cuerpo_edicto'
,
'cantidad_palabras'
,
...
...
Please
register
or
login
to post a comment