Skip to content

Commit

Permalink
refactor: Update FilterComponent and unit test
Browse files Browse the repository at this point in the history
- Addressed missing attributes in FilterComponent
- Improved non-ORM data handling with example data
- Revised unit test for compatibility and accuracy
- Introduce DashboardForm for django_filters
- Enhance MyPy typing annotations fixes
  • Loading branch information
findsah committed Jan 9, 2024
1 parent 097a007 commit a1a72e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/component/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .base import Component, ValueData


# Example non-ORM data for filtering

EXAMPLE_NON_ORM_DATA = {
"char_field": "example",
"date_field": "2022-01-01",
Expand Down

0 comments on commit a1a72e9

Please sign in to comment.