| Age | Commit message (Collapse) | Author |
|
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.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
less flaky.
Moved picking the current time closer to the actual click.
|
|
|
|
for ManyToManyFields with formfield_overrides.
|
|
|
|
Selenium .is_displayed().
All instances of AdminSeleniumTestCase.get_css_value() were used to
inspect the display property.
|
|
button.
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.
|
|
select_by_value.
|
|
|
|
|
|
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
rendering clickable link.
|
|
Thanks gasman for the tests, and codingjoe and timgraham for the review.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
wrapping a hidden widget.
|
|
|
|
custom classes.
|
|
|
|
ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
Thanks Carel Burger for the report and fix.
|
|
|
|
syntax.
|
|
another" inlines.
Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
This includes test coverage for the calendarMonth JS function in calendar.js
|
|
|
|
|
|
|
|
|
|
widget.
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
|
|
|
|
|