We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316aa66 commit 63978ffCopy full SHA for 63978ff
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [1.0.3] 2022-10-30
4
+### Improvements
5
+
6
+- Fix DOCS (minor)
7
8
## [1.0.2] 2022-10-30
9
### Improvements
10
README.md
@@ -84,7 +84,7 @@ STATICFILES_DIRS = (
84
85
<br />
86
87
-> **Step #6** - `Register the model` in `core/settings.py` (DYNAMIC_DATATB section)
+> **Step #6** - `Register the model` in `settings.py` (DYNAMIC_DATATB section)
88
89
This sample code assumes that `app1` exists and model `Book` is defined and migrated.
90
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-dynamic-datatb',
11
-version='1.0.2',
+version='1.0.3',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments