mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Automatic linting
This commit is contained in:
@@ -25,6 +25,9 @@ class MeasurementEntryFilterSet(filters.FilterSet):
|
||||
model = Measurement
|
||||
fields = {
|
||||
'id': ['exact', 'in'],
|
||||
'category': ['exact', 'in', ],
|
||||
'category': [
|
||||
'exact',
|
||||
'in',
|
||||
],
|
||||
'date': ['exact', 'gt', 'gte', 'lt', 'lte'],
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ from wger.measurements.models import (
|
||||
Measurement,
|
||||
)
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user