Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+6
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-1/+3
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Whitespace cleanup.Tim Graham2013-10-102-2/+5
* Fixed a timing edge case in the RelatedFieldWidgetSeleniu...Florian Apolloner2013-09-151-4/+5
* Fixed #4574 -- Added CSS classes to the admin calendar wi...Roberto Aguilar2013-09-101-0/+73
* Fixed #20836 -- Ensure that the ForeignKey's to_field att...Julien Phalip2013-09-073-4/+59
* Fixed #20821 -- Added tooltips to Admin SelectBox widgetRudy Mutter2013-09-061-1/+10
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-9/+9
* Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on f...Lukasz Balcerzak2013-08-221-0/+17
* Combine consecutive with statementsClaude Paroz2013-08-161-7/+6
* Removed unneeded conditional_escapes from the testsuite.Florian Apolloner2013-08-131-21/+20
* Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss2013-08-131-7/+13
* Fixed #20865 -- Fixed raw_id_fields to work with callable...Collin Anderson2013-08-061-1/+8
* Fixed some intermittent Selenium test failures.Julien Phalip2013-08-051-0/+4
* Added some Selenium tests for the admin raw id widget.Julien Phalip2013-08-053-9/+103
* Removed most of absolute_import importsClaude Paroz2013-07-293-9/+2
* Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham2013-07-262-5/+9
* Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer2013-07-091-1/+59
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed available_apps for selenium tests.Aymeric Augustin2013-06-101-2/+6
* Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-231-0/+12
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-2/+2
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+977