Prepare 0.17

This commit is contained in:
Artur Barseghyan 2020-12-28 22:38:06 +01:00
parent b39344668c
commit 8f2167e7ec
6 changed files with 24 additions and 5 deletions

View file

@ -58,6 +58,8 @@ matrix:
python: 3.7
- env: TOX_ENV=py38-django22
python: 3.8
- env: TOX_ENV=py39-django22
python: 3.9
- env: TOX_ENV=py36-django30
python: 3.6
@ -65,6 +67,8 @@ matrix:
python: 3.7
- env: TOX_ENV=py38-django30
python: 3.8
- env: TOX_ENV=py39-django30
python: 3.9
- env: TOX_ENV=py36-django31
python: 3.6
@ -72,6 +76,8 @@ matrix:
python: 3.7
- env: TOX_ENV=py38-django31
python: 3.8
- env: TOX_ENV=py39-django31
python: 3.9
before_install:
- sudo apt-get install -y xvfb libappindicator1 fonts-liberation

View file

@ -17,7 +17,12 @@ are used for versioning (schema follows below):
0.17
----
2020-12-03
2020-12-28
.. note::
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
and all the victims of Turkish and Azerbaijani aggression.
- Deprecate support for the following Django versions: 1.11, 2.0 and 2.1.

View file

@ -35,7 +35,7 @@ handling the submitted form data).
Prerequisites
=============
- Django 2.2, 3.0 and 3.1.
- Python 3.5, 3.6, 3.7 and 3.8.
- Python 3.5, 3.6, 3.7, 3.8 and 3.9.
Key concepts
============

View file

@ -17,7 +17,12 @@ are used for versioning (schema follows below):
0.17
----
2020-12-03
2020-12-28
.. note::
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
and all the victims of Turkish and Azerbaijani aggression.
- Deprecate support for the following Django versions: 1.11, 2.0 and 2.1.

View file

@ -35,7 +35,7 @@ handling the submitted form data).
Prerequisites
=============
- Django 2.2, 3.0 and 3.1.
- Python 3.5, 3.6, 3.7 and 3.8.
- Python 3.5, 3.6, 3.7, 3.8 and 3.9.
Key concepts
============
@ -6792,6 +6792,9 @@ Install `fobi` ReCAPTCHA plugin
- ``RECAPTCHA_PUBLIC_KEY``
- ``RECAPTCHA_PRIVATE_KEY``
For testing purposes obtain the keys `here
<https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do>`_:
Troubleshooting and usage limitations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In combination with other captcha solutions

View file

@ -7,7 +7,7 @@ envlist =
# py{27,35,36}-django{110,111}
# py{35,36,37,38}-django{111,20}
# py{36,37,38}-django{21,22,30,31}
py{36,37,38}-django{22,30,31}
py{36,37,38,39}-django{22,30,31}
#flake8,
#isort