bump version and update changelog
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
# 0.5.3
|
||||
|
||||
* Fixed bug in `Model.dict()` method that was ignoring exclude parameter and not include dictionary argument.
|
||||
|
||||
# 0.5.2
|
||||
|
||||
* Added `prefetch_related` method to load subsequent models in separate queries.
|
||||
|
||||
@ -30,7 +30,7 @@ class UndefinedType: # pragma no cover
|
||||
|
||||
Undefined = UndefinedType()
|
||||
|
||||
__version__ = "0.5.2"
|
||||
__version__ = "0.5.3"
|
||||
__all__ = [
|
||||
"Integer",
|
||||
"BigInteger",
|
||||
|
||||
Reference in New Issue
Block a user