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
/
modeladmin
/
tests.py
Age
Commit message (
Expand
)
Author
2012-02-05
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...
Julien Phalip
2012-02-05
Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...
Julien Phalip
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-09-08
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...
Jannis Leidel
2011-08-12
Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...
Jannis Leidel
2011-07-03
Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu...
Jannis Leidel
2011-06-26
Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb...
Jannis Leidel
2011-06-16
Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...
Ramiro Morales
2011-05-24
Fixed #16080 -- Handle admin list filter items with two characters better. Th...
Jannis Leidel
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2011-03-04
Fixed #15548 -- Added an ordering clause to prevent test failures under Postg...
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-21
Fixed #11058 - list_display_links doesn't allow callables not defined in the ...
Luke Plant
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-11-02
Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...
Russell Keith-Magee