mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-22 11:21:53 +00:00
att 2
This commit is contained in:
parent
91e68f3935
commit
7e63997635
4 changed files with 38 additions and 5 deletions
16
README.rst
16
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
|
||||
=======
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
=======
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue