summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne2018-01-201-2/+2
* Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham2017-12-011-4/+7
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-182-0/+134
* Complemented datetime picker selenium testClaude Paroz2017-08-261-3/+22
* Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.Collin Anderson2017-06-091-4/+4
* Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia2017-06-061-0/+12
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-2/+2
* Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx2017-03-071-0/+9
* Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson2017-02-201-0/+16
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-253-5/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-5/+0
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-21/+41
* Imported specific models in a few tests that didn't.Tim Graham2016-12-082-90/+96
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief2016-11-121-3/+3
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-41/+21
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-7/+2
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky2016-09-101-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders2016-05-131-0/+5
* Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia2016-05-071-1/+23
* Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders2016-05-031-0/+26
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-117/+91
* Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh2016-03-151-77/+17
* Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham2016-02-081-2/+1
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-44/+18
* Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera2016-02-011-4/+7
* Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...Alexander Gaevsky2016-01-302-1/+12
* Refs #26048 -- Fixed a flaky selenium test.Tim Graham2016-01-141-4/+1
* Fixed #26048 -- Made admin selenium tests use implicitly_wait()Tim Graham2016-01-111-4/+1
* Replaced selenium.find_element_by_css_selector where by_id is sufficient.Tim Graham2016-01-111-6/+6
* Refs #22955 -- Added test for admin's many-to-many widget refresh data loss bug.elky2016-01-061-0/+24
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #13614 -- Added test for admin's many-to-many widget data loss bug.Tim Graham2015-12-301-0/+26
* Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_usin...Tim Graham2015-12-231-0/+2
* Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger2015-12-051-6/+4
* Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.bphillips2015-12-031-5/+5
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-2/+2
* Refs #25550 -- Removed reverse related set assignment in selenium tests.Tim Graham2015-10-301-6/+4
* Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...Gavin Wahl2015-09-161-0/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-25/+62
* Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham2015-08-281-12/+7
* Removed usage of selenium's deprecated switch_to_window() method.Tim Graham2015-07-311-2/+2
* Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky2015-07-301-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-9/+14