Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thank...Jannis Leidel2011-11-171-12/+12
* Fixed #15997 -- Added `list_max_show_all` option to `Mode...Jannis Leidel2011-09-081-6/+3
* Fixed #16716 -- Fixed two small regressions in the develo...Julien Phalip2011-08-281-20/+23
* Fixed typos in admin views wrt list_filter. Refs #16311.Jannis Leidel2011-06-221-6/+6
* Fixed #12875 -- Added get_ordering to ModelAdmin. Many th...Jannis Leidel2011-06-121-4/+5
* Fixed various bugs related to having multiple columns in ...Luke Plant2011-06-031-12/+48
* Fixed #11868 - Multiple sort in admin changelist.Luke Plant2011-06-021-33/+48
* Fixed #16080 -- Handle admin list filter items with two c...Jannis Leidel2011-05-241-3/+3
* Fixed #5833 -- Modified the admin list filters to be easi...Jannis Leidel2011-05-031-32/+75
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-1/+2
* Fixed #15819 - Fixed 1.3 regression from r15526 causing d...Carl Meyer2011-04-231-3/+11
* Removed a bunch of Python 2.4 workarounds now that we don...Adrian Holovaty2011-03-281-5/+1
* Fixed #15512 -- Cleanup of imports in contrib.admin. Than...Russell Keith-Magee2011-03-032-4/+1
* Slightly modified change [15698] to use ugettext_lazy sin...Jannis Leidel2011-03-021-2/+2
* Fixed #15524 -- Marked up for translation literal shown b...Ramiro Morales2011-03-011-1/+1
* Fixed #15517 -- Fixed regression in admin search_fields o...Ramiro Morales2011-03-011-3/+6
* Fixed #10918 -- Ensure that the search widget on a raw_id...Russell Keith-Magee2011-02-261-3/+1
* Fixed #13902 -- Fixed admin list_filter so it doesn't sho...Ramiro Morales2011-02-131-5/+24
* Fixed #15103 - SuspiciousOperation with limit_choices_to ...Luke Plant2011-01-281-4/+6
* Fixed #11700 -- Stopped admin actions and list_editable f...Jannis Leidel2011-01-021-1/+4
* Fix a security issue in the admin. Disclosure and new rel...Alex Gaynor2010-12-231-1/+7
* Rectified bugs that were accidentally committed in r14997...Jannis Leidel2010-12-211-6/+2
* Fixed #14900 -- Added ability to override the paginator c...Jannis Leidel2010-12-211-2/+6
* Fixed #14312 -- Raising an ``IncorrectLookupParameters`` ...Jannis Leidel2010-12-121-1/+1
* Fixed #8342 -- Removed code from the admin that assumed t...Jannis Leidel2010-12-021-55/+15
* Fixed #3400 -- Support for lookup separator with list_fil...Honza Král2010-11-211-4/+6
* Fixed #14425 -- Unused imports in contrib.admin. Thanks r...Chris Beaven2010-10-122-3/+0
* Fixed #12872 -- Removed vestiges of mythic old template v...Ramiro Morales2010-10-091-79/+0
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-042-6/+1
* Fixed #12105: Corrected handling of isnull=False lookups ...Karen Tracey2010-03-161-0/+7
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-1/+1
* Fixed #8049 -- Fixed inconsistency in admin site is_activ...Adrian Holovaty2010-01-101-1/+1
* Fixed #6991 -- Removed some redundant user.is_authenticat...Adrian Holovaty2010-01-091-1/+1
* Fixed #4604 - Configurable message passing system, suppor...Luke Plant2009-12-091-1/+2
* Fixed #10348: ChangeList no longer overwrites a select_re...Jacob Kaplan-Moss2009-05-141-13/+15
* Fixed #10516 -- Corrected admin search when the search_fi...Russell Keith-Magee2009-05-071-4/+1
* Fixed a needless list() coercion in in ChangeList. Refs #...Jacob Kaplan-Moss2009-04-231-1/+1
* Fixed #10645 -- Added some robustness around some admin a...Malcolm Tredinnick2009-04-111-1/+1
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #8939: added a `list_editable` option to `ModelAdmi...Jacob Kaplan-Moss2009-03-171-1/+2
* Fixed #9795: Since related-object selection widgets take ...James Bennett2008-12-111-3/+0
* OneToOne filtering should only apply in a popup selection...James Bennett2008-11-201-1/+1
* Fixed #9252 -- Moved the try/except protecting against in...Karen Tracey2008-10-231-9/+10
* Fixed #9053 -- Allowed for sorting of callable and ModelA...Karen Tracey2008-10-081-1/+6
* Fixed #7582: Removed checks that prevented null=True Fore...Karen Tracey2008-09-211-2/+1
* Security fix. Announcement forthcoming.Jacob Kaplan-Moss2008-09-021-39/+2
* Fixed #8648 -- Admin no longer ignores to_field. Thanks f...Brian Rosner2008-09-021-0/+4
* Fixed #7881: Support `__in` lookups in `limit_choices_to`...Jacob Kaplan-Moss2008-08-291-0/+4
* Fixed #8509: Cleaned up handling of test cookies in admin...Russell Keith-Magee2008-08-241-1/+2
* Removed some checks for Model._meta.one_to_one_field to p...Brian Rosner2008-08-151-1/+1