Commit graph

122 commits

Author SHA1 Message Date
f1f8131299 fix type return in declarative_base() 2025-08-23 14:43:28 +02:00
1a9fa55dd8 release 0.5.0 2025-08-15 21:04:13 +02:00
db4aacef35 typo 2025-08-15 20:46:05 +02:00
0fc01bc2fb add exports 2025-08-15 20:41:07 +02:00
ab6dbbade6 add alru_cache(), async_= to timed_cache() 2025-08-15 20:37:33 +02:00
c3215c7c8b add sqlalchemy.async_query() 2025-08-15 14:13:35 +02:00
76921a2841 parent_children() now uses lazy='selectin' 2025-08-15 12:08:03 +02:00
da6c767698 set expire_on_commit= to False by default 2025-08-15 11:57:51 +02:00
6055c4ed3b fix internals not returning the query 2025-08-12 21:44:03 +02:00
d1dd0a3ee0 fix, it does not need awaiture 2025-08-12 21:41:25 +02:00
1384bdfc5b support async iterator on AsyncSelectPagination 2025-08-12 21:38:58 +02:00
6ff27f9858 add pronouns 2025-08-11 09:53:01 +02:00
e370172826 make SassAsyncMiddleware return after handling SASS 2025-08-10 11:51:42 +02:00
3edf8d37b5 unfortunately, response body is still needed in full 2025-08-10 11:47:27 +02:00
add9230a5f fix wrong path 2025-08-10 11:45:55 +02:00
ee97319a59 remove the mess caused by merge conflict 2025-08-10 11:43:35 +02:00
ccd7001726 Merge branch '0.5.x_feature_asgi_send' 2025-08-10 11:39:42 +02:00
13589ab819 add Content-Length header 2025-08-10 11:35:36 +02:00
b035c86b31 http.response.start goes AFTER http.response.body 2025-08-10 11:18:12 +02:00
9cd2345c80 ASGI requires the whole body 2025-08-10 11:08:05 +02:00
7041c19b57 bug 2025-08-10 10:55:47 +02:00
ac66f3632c bugfix to negotiate(), port to Flask 2025-08-10 10:48:32 +02:00
55c9f5fee2 export WantsContentType 2025-08-10 09:40:01 +02:00
a23cad2e45 add Quart utilities add_i18n(), negotiate() add_rest() 2025-08-10 09:09:20 +02:00
5bdf13b104 add SQLAlchemy.create_all() 2025-08-08 07:58:17 +02:00
1ab0982dc3 add session cleanup 2025-08-05 11:11:43 +02:00
7953ff4847 remove VSC artifacts 2025-08-04 14:44:34 +02:00
dbf85f5369 make it work 2025-08-04 14:43:06 +02:00
daa9f6de0c fixed context manager 2025-08-04 14:39:24 +02:00
6846c763f2 apparently engine.begin() does not need to be awaited 2025-08-04 14:33:03 +02:00
7478c8e404 types, again 2025-07-31 23:27:59 +02:00
9286a01de0 typo 2025-07-31 23:16:07 +02:00
8a209a729c typing 2025-07-31 23:14:16 +02:00
6daedc3dee add sass module, update README 2025-07-31 22:53:44 +02:00
73c105d5cb typing whitespace 2025-07-30 23:00:46 +02:00
2c52f9b561 add twocolon_list() 2025-07-30 20:19:31 +02:00
18b31c9889 fix pyproject 2025-07-30 18:23:17 +02:00
d30e1086f3 add BabelTowerError 2025-07-30 13:00:41 +02:00
73d3088d86 add modules redact, sqlalchemy_async, functions none_pass() 2025-07-30 10:54:09 +02:00
a3330d4340 code style, minor fixes 2025-07-30 02:01:11 +02:00
38ff59c76a add calendar module, drop Quart-SQLAlchemy 2025-07-25 08:24:46 +02:00
589d4b3b13 type annotations, NotFoundError 2025-07-24 11:44:24 +02:00
002dbb0579 add bound_fk(), unbound_fk(), TimedDict() 2025-07-24 09:48:01 +02:00
303e9e2b2d add timed_cache() 2025-07-22 22:15:11 +02:00
b4ef56f260 0.4.0: release notes 2025-07-22 02:28:44 +02:00
3188b59c15 add mod_floor() and mod_ceil(), fix b64*() taking a wrong turn 2025-07-19 23:09:16 +02:00
8a16fe159f add PrefixIdentifier() and some tests 2025-07-19 11:31:01 +02:00
e5ca63953d add module .dorks and flask.harden() 2025-07-17 21:33:11 +02:00
ee36616b43 new module lex 2025-07-17 19:45:43 +02:00
4a2e8d3343 add addattr() 2025-07-11 09:58:08 +02:00