Skip to content

Commit 6e5d3d8

Browse files
committed
Version 0.1.6
1 parent fce78df commit 6e5d3d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

django_virtual_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Top-level package for django_virtual_models."""
22
import 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
77
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)