File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.3] 2022-10-30
4
+ ### Improvements
5
+
6
+ - Fix DOCS (minor)
7
+
3
8
## [ 1.0.2] 2022-10-30
4
9
### Improvements
5
10
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ STATICFILES_DIRS = (
84
84
85
85
<br />
86
86
87
- > ** Step #6 ** - ` Register the model ` in ` core/ settings.py` (DYNAMIC_DATATB section)
87
+ > ** Step #6 ** - ` Register the model ` in ` settings.py ` (DYNAMIC_DATATB section)
88
88
89
89
This sample code assumes that ` app1 ` exists and model ` Book ` is defined and migrated.
90
90
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'django-dynamic-datatb' ,
11
- version = '1.0.2 ' ,
11
+ version = '1.0.3 ' ,
12
12
zip_safe = False ,
13
13
packages = find_packages (),
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments