Skip to content

Commit

Permalink
Released 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smark-1 committed May 8, 2023
1 parent 7726207 commit 36345f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added dist/django-easy-faq-1.6.tar.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions django_easy_faq.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

1 change: 1 addition & 0 deletions django_easy_faq.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36345f7

Please sign in to comment.