brutaldon-interfaccia-web-m.../brutaldon
Jason McBrayer 8fa5da1409 Do a better job of validating post length
This still doesn't correctly handle the shorter "effective lengths" for handles
and URLs. And it doesn't handle different per-server toot lengths. But it does
catch posts that become too long because the length of the CW is counted as part
of the length of the post body, and gives a validation error rather than
throwing an exception.
2018-08-02 11:13:50 -04:00
..
migrations Add multiuser support 2018-04-24 14:53:05 -04:00
static Do a better job of validating post length 2018-08-02 11:13:50 -04:00
templates Do a better job of validating post length 2018-08-02 11:13:50 -04:00
templatetags Work around bug(?) in BeautifulSoup entity handling 2018-06-06 17:13:26 -04:00
__init__.py Initial project setup 2018-01-05 21:06:07 -05:00
forms.py Do a better job of validating post length 2018-08-02 11:13:50 -04:00
models.py Add multiuser support 2018-04-24 14:53:05 -04:00
settings.py Do a better job of validating post length 2018-08-02 11:13:50 -04:00
urls.py Fix paths for user paging 2018-06-24 17:16:28 -04:00
views.py Fix swapped paging args 2018-07-23 13:37:24 -04:00
wsgi.py Initial project setup 2018-01-05 21:06:07 -05:00