index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_widgets
Age
Commit message (
Expand
)
Author
2017-06-06
[1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
kakulukia
2017-03-07
[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...
Raphael Merx
2017-02-20
[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...
Collin Anderson
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-08
Imported specific models in a few tests that didn't.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-12
Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.
Jacob Rief
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-10
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
Alexander Gaevsky
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-13
Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.
David Sanders
2016-05-07
Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...
marysia
2016-05-03
Fixed #26575 -- Disabled SelectFilter buttons when inactive.
David Sanders
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-02-08
Made @override_settings(ROOT_URLCONF=...) consistent.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-02-01
Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.
Hugo Osvaldo Barrera
2016-01-30
Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...
Alexander Gaevsky
2016-01-14
Refs #26048 -- Fixed a flaky selenium test.
Tim Graham
2016-01-11
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
Tim Graham
2016-01-11
Replaced selenium.find_element_by_css_selector where by_id is sufficient.
Tim Graham
2016-01-06
Refs #22955 -- Added test for admin's many-to-many widget refresh data loss bug.
elky
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-30
Refs #13614 -- Added test for admin's many-to-many widget data loss bug.
Tim Graham
2015-12-23
Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_usin...
Tim Graham
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-12-03
Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.
bphillips
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-10-30
Refs #25550 -- Removed reverse related set assignment in selenium tests.
Tim Graham
2015-09-16
Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...
Gavin Wahl
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-28
Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.
Tim Graham
2015-07-31
Removed usage of selenium's deprecated switch_to_window() method.
Tim Graham
2015-07-30
Fixed #24444 -- Updated contrib.admin to use django-flat-theme
elky
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-22
Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-30
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-05
Fixed admin selenium tests broken by removal of fixtures.
Tim Graham
2015-03-05
Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.
Tim Graham
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-11
Refs #14497 -- Handled empty readonly admin FileFields
Collin Anderson
2015-02-08
Replaced hardcoded URLs in admin_* tests
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #14497 -- Improved admin widget for "read only" FileFields
Riccardo Magliocchetti
[next]