summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
AgeCommit message (Expand)Author
2014-11-03[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-07-07[1.7.x] Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-06-02[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on field...Tim Graham
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-03Fixed selenium failure.Florian Apolloner
2014-01-03Fixed a few flaky selenium tests.Florian Apolloner
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-03Merging in masterJason Myers
2013-11-03Merge pull request #1853 from loic/dstAymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed failing test around DST change.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-15Fixed a timing edge case in the RelatedFieldWidgetSeleniumFirefoxTests.Florian Apolloner
2013-09-10Fixed #4574 -- Added CSS classes to the admin calendar widget for better cont...Roberto Aguilar
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-06Fixed #20821 -- Added tooltips to Admin SelectBox widgetRudy Mutter
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-08-22Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choicesLukasz Balcerzak
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-13Removed unneeded conditional_escapes from the testsuite.Florian Apolloner
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-08-06Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to.Collin Anderson
2013-08-04Fixed some intermittent Selenium test failures.Julien Phalip
2013-08-04Added some Selenium tests for the admin raw id widget.Julien Phalip
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-26Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-10Fixed available_apps for selenium tests.Aymeric Augustin
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner