Commit 8051e3f 1 parent c648c1e commit 8051e3f Copy full SHA for 8051e3f
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Added
11
11
12
12
### Changed
13
- - Fix support of ` auto_now ` and ` auto_now_add ` fields in combination with ` _fill_optional `
14
13
15
14
### Removed
16
15
17
- ## [ 1.20.2 ] ( https://pypi.org/project/model-bakery/1.20.2 / )
16
+ ## [ 1.20.3 ] ( https://pypi.org/project/model-bakery/1.20.3 / )
18
17
19
18
### Changed
19
+ - Fix support of ` auto_now ` and ` auto_now_add ` fields in combination with ` _fill_optional `
20
+ - Isolate Recipe defaults to prevent modification via instances
20
21
22
+ ## [ 1.20.2] ( https://pypi.org/project/model-bakery/1.20.2/ )
23
+
24
+ ### Changed
21
25
- Fix setting GFK parameter by a callable
22
26
- Fix regression forbidding using Proxy models as GFK
23
27
Original file line number Diff line number Diff line change 1
- __version__ = "1.20.2 "
1
+ __version__ = "1.20.3 "
You can’t perform that action at this time.
0 commit comments