diff --git a/dist/django-easy-faq-1.6.tar.gz b/dist/django-easy-faq-1.6.tar.gz new file mode 100644 index 0000000..eb5adb1 Binary files /dev/null and b/dist/django-easy-faq-1.6.tar.gz differ diff --git a/django_easy_faq.egg-info/PKG-INFO b/django_easy_faq.egg-info/PKG-INFO index 77ff114..3741ea4 100644 --- a/django_easy_faq.egg-info/PKG-INFO +++ b/django_easy_faq.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: django-easy-faq -Version: 1.5 +Version: 1.6 Summary: A Django app to add great faq functionality to website. Home-page: https://github.com/dragoncommits/django-easy-faq License: BSD-3-Clause @@ -25,7 +25,7 @@ License-File: license # django-easy-faq -django-easy-faq is a Django app to allow for a simple yet feature rich faq app. with categories, commenting voting of questions and answers all as an optional part of the app. +django-easy-faq is a Django app to allow for a simple yet feature rich faq app. with categories, commenting voting of questions and answers all as an optional part of the app. To see screenshots of what this django-easy-faq could look like with bootstrap 5 styling [click here](demo/demo.md). ## Quick start @@ -363,3 +363,5 @@ django-easy-faq aims to be the best faq app for django. It welcomes contributio 1.5 added login_required setting to allow faq app to be available to only logged in users +1.6 fixed bug where no_category_description did not do remove the category description in the admin + diff --git a/django_easy_faq.egg-info/SOURCES.txt b/django_easy_faq.egg-info/SOURCES.txt index 1bf35fc..c57791d 100644 --- a/django_easy_faq.egg-info/SOURCES.txt +++ b/django_easy_faq.egg-info/SOURCES.txt @@ -23,6 +23,7 @@ faq/migrations/0001_initial.py faq/migrations/0002_alter_answer_id_alter_answerhelpful_id_and_more.py faq/migrations/0003_auto_20220619_0939.py faq/migrations/0004_alter_answer_slug_alter_category_slug.py +faq/migrations/0005_rename_description_category__description.py faq/migrations/__init__.py faq/templates/faq/answer_form.html faq/templates/faq/base.html diff --git a/setup.cfg b/setup.cfg index d61adaf..bb6503a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-easy-faq -version = 1.5 +version = 1.6 description = A Django app to add great faq functionality to website. long_description = file: README.md long_description_content_type = text/markdown