PCv5/app
Lephe 3c5599adf7
model: avoid the foreign key cycle between Thread and Comment
By specifying use_alter=True on one of the keys, the ORM will generate
an ALTER command to set the second foreign key after inserting both
objects, in case two new objects referring to each other have to be
created.

See: https://docs.sqlalchemy.org/en/14/core/exceptions.html#sqlalchemy.exc.CircularDependencyError
2021-07-07 19:38:28 +02:00
..
data login_as: fixed some issues 2021-03-06 11:36:35 +01:00
forms login_as: add function to login as arbitrary account 2021-03-05 23:56:03 +01:00
models model: avoid the foreign key cycle between Thread and Comment 2021-07-07 19:38:28 +02:00
processors add a developer warning for slow requests (#63) 2021-07-07 18:42:17 +02:00
routes forum: fix a bug in c59e84485 for forums with no topics 2021-07-07 19:22:36 +02:00
static forum: improve responsiveness for viewports < 500px (#75) 2021-07-07 19:23:53 +02:00
templates add a developer warning for slow requests (#63) 2021-07-07 18:42:17 +02:00
utils utils/render: remove obsolete bug notice 2021-07-07 18:57:54 +02:00
__init__.py security: add CSRF protection globally 2020-09-26 14:48:30 +02:00