summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/tests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-4/+4
* Fixed occasional selenium test failure on Jenkins with Chrome 36+.Tim Graham2014-09-141-1/+1
* Fixed test failure on python 3.x.Florian Apolloner2014-08-141-1/+1
* Fixed #18767 -- Fixed admin calendar for other locales than English.Maxime Turcotte2014-08-131-0/+47
* Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.Collin Anderson2014-08-121-0/+11
* Removed usage of deprecated switch_to_*() selenium methods.Tim Graham2014-07-241-10/+10
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-24/+24
* Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti2014-06-261-10/+23
* Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with c...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
* Made m2m fields form help_text munging specific to admin widgets.Ramiro Morales2014-03-221-0/+12
* Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...Tim Graham2014-03-211-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-021-2/+17
| * | Fixed all E261 warningscoagulant2013-11-021-2/+2
| |/
* | PEP8 cleanupJason Myers2013-11-021-1/+15
* | Fixed all E261 warningscoagulant2013-11-021-2/+2
|/
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* 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-141-1/+3
* Fixed a timing edge case in the RelatedFieldWidgetSeleniumFirefoxTests.Florian Apolloner2013-09-151-4/+5
* Fixed #4574 -- Added CSS classes to the admin calendar widget for better cont...Roberto Aguilar2013-09-101-0/+73
* Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip2013-09-071-4/+49
* Fixed #20821 -- Added tooltips to Admin SelectBox widgetRudy Mutter2013-09-061-1/+10
* Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choicesLukasz 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 limit_choices_to.Collin Anderson2013-08-061-1/+8
* Fixed some intermittent Selenium test failures.Julien Phalip2013-08-041-0/+4
* Added some Selenium tests for the admin raw id widget.Julien Phalip2013-08-041-7/+100
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham2013-07-261-5/+8
* 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
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+744