mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Bump vesrion to 2.4.4
This commit is contained in:
parent
42af2e0126
commit
8ef611a1cb
3 changed files with 18 additions and 1 deletions
11
.coveragerc
11
.coveragerc
|
|
@ -1,2 +1,13 @@
|
|||
[run]
|
||||
omit = */tests/*
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
pragma: nocover
|
||||
def __repr__
|
||||
|
||||
if __name__ == .__main__.:
|
||||
if TYPE_CHECKING:
|
||||
except ImportError:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
What’s new in django-cachalot?
|
||||
==============================
|
||||
|
||||
2.4.4
|
||||
-----
|
||||
|
||||
- Handle queryset implementations without lhs/rhs attribute (#204)
|
||||
- (Internal) Omit additional unnecessary code in coverage
|
||||
|
||||
2.4.3
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 4, 3)
|
||||
VERSION = (2, 4, 4)
|
||||
__version__ = ".".join(map(str, VERSION))
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue