Releases: TTWShell/hobbit-core
Releases · TTWShell/hobbit-core
1.3.0a6
07 Dec 10:11
Compare
Sorry, something went wrong.
No results found
Add index for created_at、updated_at cloumn.
1.3.0a5
20 Nov 06:44
Compare
Sorry, something went wrong.
No results found
traceback.print_exc() --> logging.error.
1.3.0a4
15 Nov 07:59
Compare
Sorry, something went wrong.
No results found
Add ErrHandler.handler_assertion_error.
1.3.0a3
11 Nov 10:50
Compare
Sorry, something went wrong.
No results found
Hobbit startproject cmd support celery option.
Refactor db.transaction decorator, worked either autocommit True or False.
1.3.0a2
06 Nov 07:01
Compare
Sorry, something went wrong.
No results found
Foreign key fields support ondelete, onupdate.
1.3.0a1
05 Nov 05:37
Compare
Sorry, something went wrong.
No results found
Refactor transaction decorator.
1.3.0a0
01 Nov 10:11
Compare
Sorry, something went wrong.
No results found
Add validate for PageParams.
pagination return dict instead of class.
Add transaction decorator.
Add hobbit gen cmd for auto render views.py, models.py, schemas.py etc when start a feature dev.
1.2.5
30 Oct 10:04
Compare
Sorry, something went wrong.
No results found
Add ModelSchema(Auto generate load and dump func for EnumField).
Add logging config file.
Add EnumExt implementation.
Fix use_kwargs with fileds.missing=None and enhanced.
1.2.5a2
30 Oct 01:43
Compare
Sorry, something went wrong.
No results found
Add ModelSchema(Auto generate load and dump func for EnumField).
Add logging config file.
Fix use_kwargs with fileds.missing=None.
1.2.5a1
26 Oct 08:27
Compare
Sorry, something went wrong.
No results found
Added EnumExt implementation.