summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed #30179 -- Fixed form Media merging when pairwise merging is ins...Matthias Kestenholz2019-02-271-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo2018-11-191-0/+23
* Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong2018-08-181-0/+14
* Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin2018-03-151-1/+6
* Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang2018-03-131-1/+2
* Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham2018-02-012-1/+10
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-28/+28
* 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