You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@
3
3
Changelog
4
4
=========
5
5
6
+
1.13.0 (2022-06-12)
7
+
*******************
8
+
9
+
- Add autofield to avoid unecessary migrations
10
+
- Bumped dependencies
11
+
- updated readme with supported python / django versions
12
+
- Flake, autoflake and various cleanups for tests file
13
+
- Blackified
14
+
- Remove unittest TestCases, switch to pytest style
15
+
- Handle serialization for non interger primary key in ModelMultipleSerializer )#268
16
+
- Updated readme badges
17
+
- Fixed invalid workflow action
18
+
- Ensure tests are run for incoming PRs (#271)
19
+
- Added config option to specify the cache to use (#270)
20
+
- Fix CI pipeline (#269)
21
+
- Setup CI with Gitlab actions (#267)
22
+
- FloatPreference can be initialized with either int or float (#266)
23
+
24
+
6
25
1.12.0 (2022-02-26)
7
26
*******************
8
27
@@ -13,7 +32,8 @@ Changelog
13
32
- Fix signal handler doc (#250)
14
33
- Added htmlcov in .gitignore (#251)
15
34
- Use stdout in checkpreferences (#252)
16
-
- MAINT:dynamic_preferences serializers.py - Exception handling for class ModelMultipleSerializer; types.py - handle queryset in api_reprs of ModelChoicePreference (#243)
35
+
- MAINT:dynamic_preferences serializers.py
36
+
- - Exception handling for class ModelMultipleSerializer; types.py - handle queryset in api_reprs of ModelChoicePreference (#243)
0 commit comments