Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing git #4

Open
wants to merge 400 commits into
base: master
Choose a base branch
from
Open

fixing git #4

wants to merge 400 commits into from

Conversation

jpclark6
Copy link

No description provided.

jpic and others added 30 commits September 29, 2016 00:41
Docs dal_queryset_sequence proposal.
The section "Filtering results based on the value of other fields in the form" had some small errors in the sample code.
TaggitSelect2: insure there's a comma when there's only one tag, or tag "Multi word" would end up as "Multi" and "word"
…get (yourlabs#743)

* Correctly show an empty option tag when a placeholder is specified, which is what the select2 library expects by design, which fixes the placeholder not used when the widget is supplied with a list of choices but no external datasource URL.

* Add test case for Select2 widget option rendering when not using a URL

* Fix import ordering to fix tox warning

* Reduce line length to fix tox warning

* Add note about setting a placeholder generating an empty option tag
…labs#821)

-Made select2ListView return a case insensitive match by default
to match the select2QueryView
-Added unit test for the case insensitivity
jor-rit and others added 29 commits July 20, 2019 18:52
Change from the default 79 to 88.
Still in the index, but not .gitmodules anymore.
There was a broken entry
Get the browser based tests working on travisci again.

Splinter deprecated phantomjs, so switch to headless firefox.

Upgrade the travisci environment to unbuntu xenial (geckodriver fails in
default trusty, easier to do this then figure out the real problem with
the geckodriver/firefox/selenium versions).

Also add python 3.6 test run, since 3.5 fails (unrelated to the
browers based test) and we atleast get a green checkmark from travis
to show it can work.
The 'global' test browser is never closed.

Pytest-splinter is already in the project,
so let's use its session scoped browser, which nicely closes itself
after the test session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.