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
/
django
/
contrib
/
admin
/
views
Age
Commit message (
Expand
)
Author
2012-03-17
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...
Julien Phalip
2012-03-03
Fixed #17198 -- Ensured that a deterministic order is used across all databas...
Julien Phalip
2011-11-22
Disentangled some parts of the admin ChangeList and ListFilter's internals. W...
Julien Phalip
2011-11-22
Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...
Julien Phalip
2011-11-17
Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.
Jannis Leidel
2011-09-08
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...
Jannis Leidel
2011-08-28
Fixed #16716 -- Fixed two small regressions in the development version introd...
Julien Phalip
2011-06-22
Fixed typos in admin views wrt list_filter. Refs #16311.
Jannis Leidel
2011-06-12
Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...
Jannis Leidel
2011-06-03
Fixed various bugs related to having multiple columns in admin list_display w...
Luke Plant
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
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-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-23
Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search resu...
Carl Meyer
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2011-03-02
Slightly modified change [15698] to use ugettext_lazy since it's a module lev...
Jannis Leidel
2011-03-01
Fixed #15524 -- Marked up for translation literal shown by the admin app e.g....
Ramiro Morales
2011-03-01
Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...
Ramiro Morales
2011-02-26
Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...
Russell Keith-Magee
2011-02-13
Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...
Ramiro Morales
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-02
Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...
Jannis Leidel
2010-12-23
Fix a security issue in the admin. Disclosure and new release forthcoming.
Alex Gaynor
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-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-10-12
Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.
Chris Beaven
2010-10-09
Fixed #12872 -- Removed vestiges of mythic old template validation admin app ...
Ramiro Morales
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-16
Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-09
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...
Adrian Holovaty
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-05-14
Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...
Jacob Kaplan-Moss
2009-05-07
Fixed #10516 -- Corrected admin search when the search_fields definition cont...
Russell Keith-Magee
2009-04-22
Fixed a needless list() coercion in in ChangeList. Refs #10163.
Jacob Kaplan-Moss
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-17
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2008-12-11
Fixed #9795: Since related-object selection widgets take limit_choices_to int...
James Bennett
2008-11-20
OneToOne filtering should only apply in a popup selection from the related mo...
James Bennett
2008-10-22
Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...
Karen Tracey
2008-10-08
Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...
Karen Tracey
2008-09-21
Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...
Karen Tracey
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
[next]