File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.1.6]
8
+
9
+ - Fix support for custom manager in VirtualModel
10
+ - Separate method for _ build_prefetch to allow overrides
11
+
7
12
## [ 0.1.5]
8
13
9
14
- More robust ` is_preloaded ` check
Original file line number Diff line number Diff line change 1
1
"""Top-level package for django_virtual_models."""
2
2
import logging
3
3
4
- __version__ = "0.1.5 "
4
+ __version__ = "0.1.6 "
5
5
6
6
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
7
7
logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
You can’t perform that action at this time.
0 commit comments