index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-03-08
Fixed #12024: Changed admin code to avoid raising an exception when a field l...
Karen Tracey
2010-03-02
Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
Karen Tracey
2010-02-17
Fixed #12705 -- Date/time and select filter widgets now work again with newly...
Justin Bronn
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-12-14
Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by ...
Russell Keith-Magee
2009-07-23
Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...
Russell Keith-Magee
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
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
2008-11-15
Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value....
Brian Rosner
2008-09-02
Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...
Brian Rosner
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-08-10
Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...
Brian Rosner
2008-08-08
Use a FileField instead of an ImageField in the admin_widgets test so that fo...
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner