Commit Graph

2 Commits

Author SHA1 Message Date
d3e1f5a978 Add board locking, update tests, and update clean() methods
* Boards can be locked from allowing posts - this is can be useful for
  things like archived boards or locking down in the event of an
  emergency
* Some validation checks for new posts are from the reply/thread form to
  the Post model's clean() method
* Add some new tests, I've really been falling behind on those

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-07-12 18:30:16 -07:00
3d0a92253e Add some tests for some of the more complicated behavior in the code
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-07 16:43:32 -07:00