mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 02:20:01 +02:00
See #890: freeze more data in reports, fixed some failing tests
This commit is contained in:
parent
ca7178d1d1
commit
2ad5b9e9f3
8 changed files with 58 additions and 23 deletions
|
@ -91,7 +91,11 @@ def get_boolean_filter(name):
|
|||
|
||||
|
||||
def get_generic_relation_filter(relation_name, choices):
|
||||
return {"handler": lambda v: fields.get_generic_filter_query(v, relation_name=relation_name, choices=choices)}
|
||||
return {
|
||||
"handler": lambda v: fields.get_generic_filter_query(
|
||||
v, relation_name=relation_name, choices=choices
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
class DummyTypedMultipleChoiceField(forms.TypedMultipleChoiceField):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue