ohmyapi/src/ohmyapi
Brian Wiborg ce47e3f60e
🎨 Auto-prefix table_names with "{app_label}_"
There is no support for auto-prefixing implicit proxy-tables in
Tortoise. If you need to prefix a proxy-table, explicitly define the
Model for the proxy table. Being an explicit model, it will then be
auto-prefixed.
2025-10-11 13:03:31 +02:00
..
builtin 🐛 Fix maybe_authenticated 2025-10-11 02:20:59 +02:00
core 🐛 Make settings module available, first 2025-10-11 02:06:42 +02:00
db 🎨 Auto-prefix table_names with "{app_label}_" 2025-10-11 13:03:31 +02:00
middleware Add support for middleware in apps 2025-10-02 21:50:42 +02:00
__init__.py 🔖 0.4.7 2025-10-11 02:22:15 +02:00
__main__.py Add __main__.py package entrypoint 2025-09-27 12:31:13 +02:00
cli.py 🎨 Single line initialization is more readable 2025-10-08 13:07:31 +02:00
router.py 🚨 Cleanup imports 2025-10-01 20:49:44 +02:00