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:45:33 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6a8bf2d16e25a2d7b6857413f052427f35b194bb
6a8bf2d1
1 parent
152d4860
fecha_creacion
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 @
6a8bf2d
...
...
@@ -23,7 +23,7 @@ class EdictoViewSet(mixins.CreateModelMixin,
filter_backends
=
(
DjangoFilterBackend
,
filters
.
OrderingFilter
)
filterset_class
=
EdictoFilter
queryset
=
Edicto
.
objects
.
all
()
ordering_fields
=
(
'fecha_
public
acion'
,
'id'
)
ordering_fields
=
(
'fecha_
cre
acion'
,
'id'
)
ordering
=
(
'fecha_publicacion'
,
'id'
,)
lookup_field
=
'uuid'
...
...
Please
register
or
login
to post a comment