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-15 11:53:47 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
99295e11cb85faa54ed78462ea221aea8470101a
99295e11
2 parents
a6d3afc7
d6f20c51
Merge branch 'develop' of
http://gitlab.catamarca.gob.ar/mvmiranda/boletin_api
i…
…nto fix/fecha_modificacion
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project/apps/edicto/api.py
project/apps/edicto/api.py
View file @
99295e1
...
...
@@ -22,7 +22,7 @@ class EdictoViewSet(mixins.CreateModelMixin,
filter_backends
=
(
DjangoFilterBackend
,
filters
.
OrderingFilter
)
filterset_class
=
EdictoFilter
queryset
=
Edicto
.
objects
.
all
()
ordering_fields
=
(
'fecha_creacion'
,
'id'
)
ordering_fields
=
(
'fecha_creacion'
,
'id'
,
'estado'
)
ordering
=
(
'fecha_publicacion'
,)
lookup_field
=
'uuid'
...
...
Please
register
or
login
to post a comment