File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Changelog
77Development
88===========
99- (Fill this out as you fix issues and develop your features).
10+
11+ Changes in 0.24.0
12+ =================
1013- EnumField improvements: now ``choices `` limits the values of an enum to allow
1114- Fix bug that prevented instance queryset from using custom queryset_class #2589
1215- Fix deepcopy of EmbeddedDocument #2202
@@ -47,7 +50,7 @@ Development
4750 locally.
4851
4952Changes in 0.23.1
50- ===========
53+ =================
5154- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
5255- Improve connection doc #2481
5356
Original file line number Diff line number Diff line change 2929)
3030
3131
32- VERSION = (0 , 23 , 1 )
32+ VERSION = (0 , 24 , 0 )
3333
3434
3535def get_version ():
You can’t perform that action at this time.
0 commit comments