index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
admin_widgets
/
tests.py
Age
Commit message (
Expand
)
Author
2010-12-04
[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...
Alex Gaynor
2010-10-15
[1.2.x] Fixed #14454 -- converted admin_widgets tests from doctests to unitte...
Alex Gaynor
2010-09-11
[1.2.X] Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handle...
Justin Bronn
2010-03-02
Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
Karen Tracey
2010-02-13
Fixed #12378 -- Removed some tests made redundant by feature deprecation. Tha...
Russell Keith-Magee
2009-12-30
Fixed #12444 - Date based widgets now correctly handle input values when usin...
Jannis Leidel
2009-07-23
Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...
Russell Keith-Magee
2009-04-08
Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...
Jacob Kaplan-Moss
2009-03-30
Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...
Jacob Kaplan-Moss
2009-01-16
Changed "date" column to "start_date"--Oracle won't name columns with reserve...
Matt Boersma
2009-01-16
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
Jacob Kaplan-Moss