GitClassic
Feed
Explore
Random
Go Pro
Sign in
encode
/
orm
Code
/
Commits
/ a33ea36
add UUID field (#105)
Amin Alaee
committed on Sep 8, 2021, 04:43 AM
Showing
11
changed files
+96 additions
-9 deletions
M
.github/workflows/test-suite.yml
+17
-2
M
docs/declaring_models.md
+1
M
orm/__init__.py
+3
-1
M
orm/fields.py
+7
A
orm/sqlalchemy_fields.py
+36
M
requirements.txt
+3
-2
M
scripts/test
+1
-1
M
setup.cfg
+1
M
tests/test_columns.py
+13
-1
M
tests/test_foreignkey.py
+7
-1
M
tests/test_models.py
+7
-1
Browse files at this commit โ