Skip to content

Commit 4e7fded

Browse files
committed
fixed django version docs
1 parent 44ede1d commit 4e7fded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

askbot/doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Documentation Home
77
Askbot is an open source Question and Answer (Q&A) forum project inspired by StackOverflow
88
and YahooAnswers.
99

10-
This version of Askbot supports only Django 1.7.
10+
This version of Askbot supports only Django 1.8.
1111

1212
To upgrade, or select version of Askbot working with earlier versions of Django,
1313
please follow `the instructions`_.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'Topic :: Communications',
4848
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
4949
],
50-
long_description = """Askbot will work alone or with other django apps (with some limitations, please see below), Django 1.7, PostgresQL(recommended) (>=8.3) and MySQL(**) (MyISAM backend only - see footnote **)
50+
long_description = """Askbot will work alone or with other django apps (with some limitations, please see below), Django 1.8, PostgresQL(recommended) and MySQL(**) (MyISAM backend only - see footnote **)
5151
52-
This version of Askbot supports only Django 1.7.
52+
This version of Askbot supports only Django 1.8.
5353
5454
To upgrade, or select version of Askbot working with earlier versions of Django,
5555
please follow instructions at

0 commit comments

Comments
 (0)