We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add2e45 commit 01138fcCopy full SHA for 01138fc
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Pass onclause when using join to prevent sqlalchemy from picking incorrect relation
6
- Fix select_related with duplicate joins (eg `select_related('a', 'a__b')`)
7
- Change Enum database name to include the table name
8
+- Add builtin set / tuple support for JSONModel
9
10
# 0.7.9
11
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="atom-db",
16
- version="0.8.0-dev",
+ version="0.8.0",
17
author="CodeLV",
18
author_email="[email protected]",
19
url="https://github.com/codelv/atom-db",
0 commit comments