File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ are used for versioning (schema follows below):
26
26
2022-01-24
27
27
28
28
- Make running of ViewSet checks flexible (to allow dynamic document definition).
29
+ - Added the `FacetedFilterSearchFilterBackend `.
29
30
30
31
0.22.2
31
32
------
Original file line number Diff line number Diff line change @@ -15,21 +15,27 @@ are used for versioning (schema follows below):
15
15
0.3.4 to 0.4).
16
16
- All backwards incompatible changes are mentioned in this document.
17
17
18
- 0.23
19
- ----
20
- ?
18
+ 0.22.4
19
+ ------
20
+ 2022-01-24
21
+
22
+ - Skip some parts of the ViewSet class definition on empty `document `.
23
+
24
+ 0.22.3
25
+ ------
26
+ 2022-01-24
21
27
22
- - Add ` FacetedFilterSearchFilterBackend ` that performs faceting and filtering
23
- together .
28
+ - Make running of ViewSet checks flexible (to allow dynamic document definition).
29
+ - Added the ` FacetedFilterSearchFilterBackend ` .
24
30
25
31
0.22.2
26
- ----
32
+ ------
27
33
2021-08-29
28
34
29
35
- Tested against Django 3.2.
30
36
31
37
0.22.1
32
- ----
38
+ ------
33
39
2021-05-01
34
40
35
41
- `DictionaryProxy ` gets an optional `meta ` argument, which will hold meta
You can’t perform that action at this time.
0 commit comments