| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
wrapping a hidden widget.
|
|
|
|
ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
Thanks Carel Burger for the report and fix.
|
|
|
|
syntax.
|
|
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
|
|
|
|
|
|
|
|
formfield_overrides.
Useful for overriding the DateTimeField widget.
|
|
|
|
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
|
|
|
|
|
|
raw_id_fields.
|
|
|
|
|
|
|
|
This was fixed by 4a438e400b7ce0ab9d0b6876196cbe8d620a4171.
|
|
Thanks to Tim Graham for the review.
|