summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/tests.py
AgeCommit message (Expand)Author
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-13Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders
2016-05-07Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia
2016-05-03Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-02-08Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2016-02-01Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera
2016-01-30Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...Alexander Gaevsky
2016-01-14Refs #26048 -- Fixed a flaky selenium test.Tim Graham
2016-01-11Fixed #26048 -- Made admin selenium tests use implicitly_wait()Tim Graham
2016-01-11Replaced selenium.find_element_by_css_selector where by_id is sufficient.Tim Graham
2016-01-06Refs #22955 -- Added test for admin's many-to-many widget refresh data loss bug.elky
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-30Refs #13614 -- Added test for admin's many-to-many widget data loss bug.Tim Graham
2015-12-23Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_usin...Tim Graham
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-03Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.bphillips
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-10-30Refs #25550 -- Removed reverse related set assignment in selenium tests.Tim Graham
2015-09-16Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...Gavin Wahl
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-28Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2015-07-31Removed usage of selenium's deprecated switch_to_window() method.Tim Graham
2015-07-30Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky
2015-06-22Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.Tim Graham
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-30Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-05Fixed admin selenium tests broken by removal of fixtures.Tim Graham
2015-03-05Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.Tim Graham
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-11Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson
2015-02-08Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-04Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2014-12-16Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.Diego Guimarães
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-09-14Fixed occasional selenium test failure on Jenkins with Chrome 36+.Tim Graham
2014-08-14Fixed test failure on python 3.x.Florian Apolloner
2014-08-13Fixed #18767 -- Fixed admin calendar for other locales than English.Maxime Turcotte
2014-08-12Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.Collin Anderson
2014-07-24Removed usage of deprecated switch_to_*() selenium methods.Tim Graham
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-06-02Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with c...Tim Graham