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_changelist
/
tests.py
Age
Commit message (
Expand
)
Author
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-02-26
Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...
Russell Keith-Magee
2011-02-19
Fixed #12893 -- Added tests to validate that the right queryset is always use...
Russell Keith-Magee
2011-02-19
Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...
Russell Keith-Magee
2011-02-13
Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...
Ramiro Morales
2011-01-24
Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable fo...
Russell Keith-Magee
2010-12-21
Rectified bugs that were accidentally committed in r14997. Thanks for the hea...
Jannis Leidel
2010-12-21
Fixed #14900 -- Added ability to override the paginator class used in a Model...
Jannis Leidel
2010-12-12
Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page number g...
Jannis Leidel
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-09-11
Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...
Justin Bronn
2010-03-01
Fixed #11791: Put hidden input elements in the change list inside td elements...
Karen Tracey
2009-05-14
Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...
Jacob Kaplan-Moss