forked from orbit-oss/flask
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
This commit is contained in:
parent
521398d5e7
commit
40fad2ece8
10 changed files with 8 additions and 20 deletions
|
|
@ -161,8 +161,7 @@ def jsonify(*args, **kwargs):
|
|||
"id": 42
|
||||
}
|
||||
|
||||
This requires Python 2.6 or an installed version of simplejson. For
|
||||
security reasons only objects are supported toplevel. For more
|
||||
For security reasons only objects are supported toplevel. For more
|
||||
information about this, have a look at :ref:`json-security`.
|
||||
|
||||
.. versionadded:: 0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue