From 17187791fdfd5faf3b12fa00e2ab45f051cbff6e Mon Sep 17 00:00:00 2001 From: smark-1 <75799735+smark-1@users.noreply.github.com> Date: Sun, 12 May 2024 12:12:17 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 229c9cd..ea1fb0f 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ django-easy-faq aims to be the best faq app for django. It welcomes contributio 1.2 fixed bug in pypi distro not including faq app -1.3 fixed bug where a slug must be filled out in admin even though slug gets auto generated to save for questions, answers, and categories. made questions, answers, categories slugs readonly in admin +1.3 fixed bug where a slug must be filled out in admin even though slug gets auto generated to save for questions, answers, and categories. Made questions, answers, categories slugs readonly in admin 1.4 added unicode option to add unicode slugs @@ -363,4 +363,4 @@ django-easy-faq aims to be the best faq app for django. It welcomes contributio 1.8 added support for richtext answers with django-tinymce -1.9 added view onsite link in admin +1.9 added view onsite link in admin, added richtext answers in admin