summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_widgets/tests.py
AgeCommit message (Expand)Author
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-05Modified wrong expected ClearableFileInput rendering output in a couple of ad...Ramiro Morales
2011-02-04Modified a few tests methods to make sure no leaks of activated locale or USE...Ramiro Morales
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-11-22Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...Alex Gaynor
2010-10-15Fixed #14454 -- converted admin_widgets tests from doctests to unittests. We...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-11Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...Justin Bronn
2010-03-02Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do notKaren Tracey
2010-02-13Fixed #12378 -- Removed some tests made redundant by feature deprecation. Tha...Russell Keith-Magee
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-07-23Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...Russell Keith-Magee
2009-04-08Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss
2009-03-30Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...Jacob Kaplan-Moss
2009-01-16Changed "date" column to "start_date"--Oracle won't name columns with reserve...Matt Boersma
2009-01-16Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss