summaryrefslogtreecommitdiffstats
path: root/askbot/doc
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-02 00:29:58 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-02 00:29:58 -0300
commit8fdedb34d6d6a0d3c3fde084eff7d55ece16e670 (patch)
tree583db39163b9c4b3bdb6a5e6d96681da6fae30d6 /askbot/doc
parent556d033c2fcddb590020c2f12d82e47dbae8ad9f (diff)
downloadaskbot-8fdedb34d6d6a0d3c3fde084eff7d55ece16e670.tar.gz
askbot-8fdedb34d6d6a0d3c3fde084eff7d55ece16e670.tar.bz2
askbot-8fdedb34d6d6a0d3c3fde084eff7d55ece16e670.zip
made form validation work properly for testing of the minimal lenght of answers and questions
Diffstat (limited to 'askbot/doc')
-rw-r--r--askbot/doc/source/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 0977a156..7ef46ffe 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -11,6 +11,8 @@ Development version (not released yet)
that may be used for other projects (Evgeny)
* added more rigorous test for the user name to make it slug safe (Evgeny)
* made setting `ASKBOT_FILE_UPLOAD_DIR` work (Radim Řehůřek)
+* added minimal length of question title ond body
+ text to live settings and allowed body-less questions (Radim Řehůřek, Evgeny)
0.7.36 (Dec 20, 2011)
---------------------