Skip to content

Commit faf22e9

Browse files
committed
Release v1.0.8 - DOCS Update
1 parent 662762e commit faf22e9

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.0.8] 2023-02-15
4+
### Changes
5+
6+
- DOCS Update (minor)
7+
38
## [1.0.7] 2023-02-15
49
### Changes
510

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# [Django Dynamic DataTables](https://appseed.us/developer-tools/django-dynamic-datatables/)
22

3-
`Open-source` library for **Django** that provides a `powerful data table interface` (paginated information) with minimum effort - actively supported by [AppSeed](https://appseed.us/).
3+
`Open-Source` library for **Django** that provides a `powerful data table interface` (paginated information) with minimum effort - actively supported by [AppSeed](https://appseed.us/).
44

5-
- [Video presentation](https://www.youtube.com/watch?v=LlcpVfvIbMU) - explains `step-by-step` how to use it
6-
- [Sample project](https://github.com/app-generator/django-dynamic-datatb-sample) - that implements the library
5+
- [Django Dynamic Services](https://github.com/app-generator/django-dynamic-services) - `sample project that uses the library`
6+
- Free [support](https://appseed.us/support/) via Email and Discord
77

88
<br />
99

1010
> Features
1111
12-
- Modern Stack: `Django` & `VanillaJS`
13-
- `DT` layer provided by [Simple-DataTables](https://github.com/fiduswriter/Simple-DataTables)
14-
- `Server-side` pagination
15-
- Search, Filters
16-
- Exports in PDF, CSV formats
17-
- `MIT License` (commercial use allowed)
18-
- Active versioning & Free [support](https://appseed.us/support/)
12+
- Modern Stack: `Django` & `VanillaJS`
13+
- `DT` layer provided by [Simple-DataTables](https://github.com/fiduswriter/Simple-DataTables)
14+
- `Server-side` pagination
15+
- Search, Filters
16+
- Exports in PDF, CSV formats
17+
- `MIT License` (commercial use allowed)
18+
- Active versioning & Free [support](https://appseed.us/support/)
1919

2020
<br />
2121

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-dynamic-datatb',
11-
version='1.0.7',
11+
version='1.0.8',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)