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-10-18 12:19:21 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a211e2ce99e1b50a0ee002d4445c5f59d3eaf41
1a211e2c
1 parent
a31d5b2d
se agrega campo uuid al filtro
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project/apps/edicto/filters.py
project/apps/edicto/filters.py
View file @
1a211e2
...
...
@@ -39,7 +39,7 @@ class PrecioFilter(filters.FilterSet):
class
ComprobanteFilter
(
filters
.
FilterSet
):
edicto_
id
=
filters
.
NumberFilter
(
field_name
=
'edicto__id
'
)
edicto_
uuid
=
filters
.
CharFilter
(
field_name
=
'edicto__uuid'
,
lookup_expr
=
'exact
'
)
class
Meta
:
model
=
ComprobantePago
...
...
Please
register
or
login
to post a comment