Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/views/main.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #15819 - Fixed 1.3 regression from r15526 causing d...Carl Meyer2011-04-231-3/+11
* Fixed #15512 -- Cleanup of imports in contrib.admin. Than...Russell Keith-Magee2011-03-031-1/+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 #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-121-1/+0
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-5/+0
* Fixed #12105: Corrected handling of isnull=False lookups ...Karen Tracey2010-03-161-0/+7
* 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 #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
* 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
* Removed some checks for Model._meta.one_to_one_field to p...Brian Rosner2008-08-151-1/+1
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-1/+0
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-582/+40
* Fixed #7670 -- Fixed a couple of missed changes from [786...Malcolm Tredinnick2008-07-081-1/+1
* Fixed #7478 -- Rolled QuerySetPaginator into the Paginato...Adrian Holovaty2008-07-081-1/+1
* Fixed #3002 -- Fixed a problem with ordering by related m...Malcolm Tredinnick2008-04-281-17/+2
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-11/+7
* Fixed #6852 -- Converted the admin to use the new paginat...Adrian Holovaty2008-03-251-4/+4
* Fixed #5880 -- Fixed an XSS hole in the admin interface.Gary Wilson Jr2007-11-181-4/+3
* Fixed #5944 -- Added safe string markings to admin error ...Malcolm Tredinnick2007-11-141-1/+1
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-12/+17
* Fixed #1394 -- Fixed an admin crash when saving models wi...Malcolm Tredinnick2007-09-161-1/+1
* Refs #3397 -- Corrected the Exception that is caught when...Gary Wilson Jr2007-08-041-1/+1
* Fixed #4846 -- Fixed some Python 2.3 encoding problems in...Malcolm Tredinnick2007-07-131-3/+3
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-33/+41