File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.3.1 ]
7+ ## [ 0.4.0 ]
88- Rename internal ` user ` attribute from ` VirtualModel ` to ` _user ` to avoid conflict with ForeignKey and OneToOneField fields with the same name
99
1010## [ 0.3.0]
Original file line number Diff line number Diff line change 11"""Top-level package for django_virtual_models."""
22import logging
33
4- __version__ = "0.3.1 "
4+ __version__ = "0.4.0 "
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