<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_widgets/tests.py, branch 3.1b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-06-03T07:30:41Z</updated>
<entry>
<title>[3.1.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.</title>
<updated>2020-06-03T07:30:41Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-26T07:51:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49d7cc19e33a104bb23f7ae1dbb1240b4f6c40f9'/>
<id>urn:sha1:49d7cc19e33a104bb23f7ae1dbb1240b4f6c40f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFileInput.</title>
<updated>2020-06-01T10:48:26Z</updated>
<author>
<name>Carles Pina</name>
<email>carles@pina.cat</email>
</author>
<published>2020-05-04T15:41:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=56af541790a7acf23fe5c911a4e04969ddac1dc6'/>
<id>urn:sha1:56af541790a7acf23fe5c911a4e04969ddac1dc6</id>
<content type='text'>
Backport of e46c2326c8cfc038e015f55fd050ab5d7eb91b62 from master
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #31576 -- Fixed selenium tests with headless mode.</title>
<updated>2020-05-13T13:46:56Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-05-13T13:07:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e07887075707d7ac9c2cba358ed1adc88412a2c2'/>
<id>urn:sha1:e07887075707d7ac9c2cba358ed1adc88412a2c2</id>
<content type='text'>
Horizontal scrollbar doesn't appear with the headless mode on small
windows, that's why window.scrollTo() is not an option for these
tests.

Tests changed after adding a navigation sidebar in
46fe506445666d8097945f0c1e8be11cfd644b28.
Backport of 18eb852874a073001cb509f64002b6d82bdc760b from master
</content>
</entry>
<entry>
<title>Refs #30116 -- Simplified regex match group access with Match.__getitem__().</title>
<updated>2020-05-11T10:01:28Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-10T20:03:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6aff369ad33457ae2355b5b210faf1c4890ff35'/>
<id>urn:sha1:d6aff369ad33457ae2355b5b210faf1c4890ff35</id>
<content type='text'>
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
</content>
</entry>
<entry>
<title>Made DateTimePickerShortcutsSeleniumTests.test_date_time_picker_shortcuts() less flaky.</title>
<updated>2020-05-05T09:00:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-04-20T09:37:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb52176a6f38071a540e8187fcb618d1fd152d09'/>
<id>urn:sha1:fb52176a6f38071a540e8187fcb618d1fd152d09</id>
<content type='text'>
Moved picking the current time closer to the actual click.
</content>
</entry>
<entry>
<title>Changed `'%s' % value` pattern to `str(value)`.</title>
<updated>2020-05-04T06:27:18Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-05-01T14:54:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8f10ceaa907f3f608494f782f65070d0bb8b9587'/>
<id>urn:sha1:8f10ceaa907f3f608494f782f65070d0bb8b9587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets for ManyToManyFields with formfield_overrides.</title>
<updated>2020-04-15T06:33:40Z</updated>
<author>
<name>007</name>
<email>007gzs@gmail.com</email>
</author>
<published>2020-04-13T11:04:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d51c50d836c5cf8db5566da17963f871be554615'/>
<id>urn:sha1:d51c50d836c5cf8db5566da17963f871be554615</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29892 -- Made Selenium tests wait for popups to be ready.</title>
<updated>2019-12-02T14:06:36Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-29T04:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65285d1e7dc72f10ba69ab53b6fe5eb6b9ce3123'/>
<id>urn:sha1:65285d1e7dc72f10ba69ab53b6fe5eb6b9ce3123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Selenium .is_displayed().</title>
<updated>2019-11-28T14:10:13Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-28T14:10:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8bd37a8606a89b6e09854ab5f3bbaa98e849408'/>
<id>urn:sha1:c8bd37a8606a89b6e09854ab5f3bbaa98e849408</id>
<content type='text'>
All instances of AdminSeleniumTestCase.get_css_value() were used to
inspect the display property.</content>
</entry>
<entry>
<title>Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit button.</title>
<updated>2019-11-28T08:24:19Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-28T08:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0ed38edf33947fad539d43b7b3fbabf82816518'/>
<id>urn:sha1:f0ed38edf33947fad539d43b7b3fbabf82816518</id>
<content type='text'>
There is no WebDriver submit primitive. The Selenium project implements
it as a convenience only. The geckodriver developers recommend against
using it. Replace it with a real primitive, click on the submit button.

Fixes failing Seleninum test test_date_time_picker_shortcuts when using
the Firefox Selenium driver.</content>
</entry>
</feed>
