From 7e63997635eed129595c0d715e4ffb638c6ac797 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 23 May 2019 01:29:17 +0200 Subject: [PATCH] att 2 --- README.rst | 16 ++++++++++++++-- docs/changelog.rst | 9 +++++++++ docs/index.rst | 16 ++++++++++++++-- .../tests/test_browser_build_dynamic_forms.py | 2 +- 4 files changed, 38 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 371ca8bb..b1eb825a 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,21 @@ even export forms into JSON format and import them on other instances. API allows you to build your own form elements and form handlers (mechanisms for handling the submitted form data). +.. image:: https://img.shields.io/pypi/v/django-fobi.svg + :target: https://pypi.python.org/pypi/django-fobi + :alt: PyPI Version + +.. image:: https://img.shields.io/travis/barseghyanartur/django-fobi/master.svg + :target: http://travis-ci.org/barseghyanartur/django-fobi + :alt: Build Status + +.. image:: https://img.shields.io/badge/license-GPL--2.0--only%20OR%20LGPL--2.1--or--later-blue.svg + :target: https://github.com/barseghyanartur/django-fobi/#License + :alt: GPL-2.0-only OR LGPL-2.1-or-later + Prerequisites ============= -- Django 1.8, 1.9, 1.10, 1.11, 2.0 and 2.1. +- Django 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2. - Python 2.7, 3.4, 3.5, 3.6, 3.7 and PyPy. Key concepts @@ -2463,7 +2475,7 @@ or ask the `Author`_ how you could help. License ======= -GPL 2.0/LGPL 2.1 +GPL-2.0-only OR LGPL-2.1-or-later Support ======= diff --git a/docs/changelog.rst b/docs/changelog.rst index 40aa64fa..b8e54829 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,15 @@ are used for versioning (schema follows below): 0.3.4 to 0.4). - All backwards incompatible changes are mentioned in this document. +0.14.0 +------ +yyyy-mm-dd (not yet released) + +- Wiping out (as stated many versions ago) support for Django < 1.8. +- Use ChromeDriver by default. +- Reactivate travis. +- Tested again Django 2.2. + 0.13.10 ------- 2019-02-28 diff --git a/docs/index.rst b/docs/index.rst index 04967a00..710f05f9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,9 +8,21 @@ even export forms into JSON format and import them on other instances. API allows you to build your own form elements and form handlers (mechanisms for handling the submitted form data). +.. image:: https://img.shields.io/pypi/v/django-fobi.svg + :target: https://pypi.python.org/pypi/django-fobi + :alt: PyPI Version + +.. image:: https://img.shields.io/travis/barseghyanartur/django-fobi/master.svg + :target: http://travis-ci.org/barseghyanartur/django-fobi + :alt: Build Status + +.. image:: https://img.shields.io/badge/license-GPL--2.0--only%20OR%20LGPL--2.1--or--later-blue.svg + :target: https://github.com/barseghyanartur/django-fobi/#License + :alt: GPL-2.0-only OR LGPL-2.1-or-later + Prerequisites ============= -- Django 1.8, 1.9, 1.10, 1.11, 2.0 and 2.1. +- Django 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2. - Python 2.7, 3.4, 3.5, 3.6, 3.7 and PyPy. Key concepts @@ -2463,7 +2475,7 @@ or ask the `Author`_ how you could help. License ======= -GPL 2.0/LGPL 2.1 +GPL-2.0-only OR LGPL-2.1-or-later Support ======= diff --git a/src/fobi/tests/test_browser_build_dynamic_forms.py b/src/fobi/tests/test_browser_build_dynamic_forms.py index 3702b16a..1c6a8aa5 100644 --- a/src/fobi/tests/test_browser_build_dynamic_forms.py +++ b/src/fobi/tests/test_browser_build_dynamic_forms.py @@ -164,7 +164,7 @@ class FobiBrowserBuldDynamicFormsTest(BaseFobiBrowserBuldDynamicFormsTest): ) self._scroll_to_element(form_element_to_add, simple=True) - self._scroll_by(0, -150) + # self._scroll_by(0, -150) form_element_to_add.click() # Adding form data