Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_widgets
Commit message (Expand)AuthorAgeFilesLines
* Refs #25550 -- Removed reverse related set assignment in ...Tim Graham2015-10-311-6/+4
* Refs #25149 -- Fixed regression in admin datetime widget ...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 chromed...Tim Graham2015-08-281-12/+7
* Removed usage of selenium's deprecated switch_to_window()...Tim Graham2015-07-311-2/+2
* Fixed #24444 -- Updated contrib.admin to use django-flat-...elky2015-07-301-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-9/+14
* Refs #25006 -- Added a '6 p.m.' option to the admin's tim...Tim Graham2015-06-221-0/+7
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-15/+15
* Fixed #24466 -- Added JavaScript escaping in a couple pla...Tim Graham2015-03-311-4/+10
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-10/+10
* Fixed admin selenium tests broken by removal of fixtures.Tim Graham2015-03-051-20/+28
* Fixed #19538 -- Removed window.__admin_media_prefix__ fro...Tim Graham2015-03-051-6/+2
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-76/+49
* Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson2015-02-111-0/+6
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-17/+18
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-13/+9
* Fixed #14497 -- Improved admin widget for "read only" Fil...Riccardo Magliocchetti2015-02-042-8/+42
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-8/+8
* Fixed #13165 -- Added edit and delete links to admin fore...Simon Charette2015-01-102-2/+47
* Fixed #23995 -- Removed unnecessary calls to self.client....Diego Guimarães2014-12-161-6/+0
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-4/+4
* Fixed occasional selenium test failure on Jenkins with Ch...Tim Graham2014-09-151-1/+1
* Fixed test failure on python 3.x.Florian Apolloner2014-08-141-1/+1
* Fixed #18767 -- Fixed admin calendar for other locales th...Maxime Turcotte2014-08-141-0/+47
* Fixed #23262 -- Made SelectFilter2.js move items on enter...Collin Anderson2014-08-121-0/+11
* Removed usage of deprecated switch_to_*() selenium methods.Tim Graham2014-07-241-10/+10
* Fixed #19671 -- Added warnings that null and validators a...Anubhav Joshi2014-07-091-1/+1
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-24/+24
* Fixed #22894 -- Made admin add related/raw ID fields widg...Riccardo Magliocchetti2014-06-261-10/+23
* Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overri...Tim Graham2014-06-021-17/+0
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-18/+18
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Made m2m fields form help_text munging specific to admin ...Ramiro Morales2014-03-221-0/+12
* Removed hard-coded help_text for ManyToManyFields that us...Tim Graham2014-03-221-12/+0
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-13/+17
* Fixed selenium failure.Florian Apolloner2014-01-031-5/+5
* Fixed a few flaky selenium tests.Florian Apolloner2014-01-031-16/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Merging in masterJason Myers2013-11-031-2/+17
|\
| * Merge pull request #1853 from loic/dstAymeric Augustin2013-11-031-2/+17
| |\
| | * Fixed failing test around DST change.Loic Bistuer2013-11-031-2/+17
| * | Fixed all E261 warningscoagulant2013-11-021-2/+2
| |/
* | PEP8 cleanupJason Myers2013-11-032-1/+29
* | Fixed all E261 warningscoagulant2013-11-031-2/+2
|/
* Fix all violators of E231Alex Gaynor2013-10-262-4/+4
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1