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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.6]
8+
9+ - Fix support for custom manager in VirtualModel
10+ - Separate method for _ build_prefetch to allow overrides
11+
712## [ 0.1.5]
813
914- More robust ` is_preloaded ` check
Original file line number Diff line number Diff line change 11"""Top-level package for django_virtual_models."""
22import logging
33
4- __version__ = "0.1.5 "
4+ __version__ = "0.1.6 "
55
66# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
77logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
You can’t perform that action at this time.
0 commit comments