PCv5/app
Lephe cf9cb8a8c6
forum: add true, recursive deletion methods
Each object has a .delete() which removes it and its owned subcontents.
This delete() unfortunately has to commit the database session because
circularly-dependent objects (such as a thread and its top comment)
cannot be deleted together; two commits are needed.
2020-11-01 10:49:24 +01:00
..
data attachments: added attachments system 2020-08-01 21:26:06 +02:00
forms forum: match topic title length in creation form with model 2020-10-30 09:36:21 +01:00
models forum: add true, recursive deletion methods 2020-11-01 10:49:24 +01:00
processors fix: better PEP8 2020-08-05 22:52:56 +02:00
routes posts: fix attachements deletion 2020-09-26 15:17:55 +02:00
static threads: improve layout and flow of messages 2020-10-31 15:35:00 +01:00
templates editor: don't autofocus by default 2020-10-31 22:15:03 +01:00
utils security: add CSRF protection globally 2020-09-26 14:48:30 +02:00
__init__.py security: add CSRF protection globally 2020-09-26 14:48:30 +02:00