Commit 0026791
committed
feat(filters): Introduce DateInDateRange filter for Postgres
This commit introduces a new filter, `DateInDateRange`, specifically designed to work with PostgreSQL's DateRange fields. It allows filtering for records where a given date is contained within the date range field.
Key changes:
- Renamed `DateRangeDateFilter` to `DateInDateRange` for improved clarity and to better reflect its purpose.
- Added documentation for the new filter in `docs/src/filters/date.md`.
- Updated the main `README.md` to include the new filter.
Additionally, the CI test matrix has been updated to streamline testing and drop support for older, unsupported versions:
- Removed Python 3.9 and 3.10 from the test matrix.
- Removed Django 3.2 from the test matrix.1 parent f1dbab2 commit 0026791
4 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments