summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views
AgeCommit message (Expand)Author
2011-01-28[1.1.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...Luke Plant
2011-01-12[1.1.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...Ramiro Morales
2010-12-23[1.1.X] Fix a security issue in the admin. Disclosure and new release forthco...Alex Gaynor
2010-05-13[1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ...Russell Keith-Magee
2010-05-02[1.1.X] Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n ...Jannis Leidel
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-03-20[1.1.X] Fixed #12707. Admin action messages are no longer displayed when subm...Karen Tracey
2010-03-16[1.1.X] Fixed #12105: Corrected handling of isnull=False lookups in admin. Th...Karen Tracey
2010-03-02[1.1.X] Fixed #11710: Made a small test change to ensure utf-8 bytestrings in...Karen Tracey
2010-02-26[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...Russell Keith-Magee
2010-02-23[1.1.x] Fixed #12878. Formset-wide errors are now rendered properly as html. ...Joseph Kocherhans
2010-02-16[1.1.X] Fixed #12716 - Typo in the admin change list template. Thanks, kbrown...Jannis Leidel
2009-12-28[1.1.X] Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect typeLuke Plant
2009-12-12[1.1.X] Fixed #12281: Added some helpful messages when Go is pressed in admin...Karen Tracey
2009-12-10[1.1.X] Fixed #12349: Added missing unquote in admin history view. Thanks for...Karen Tracey
2009-10-27[1.1.X] Fixed #11057: having no actions in the admin (`actions=None`) no long...Jacob Kaplan-Moss
2009-09-13[1.1.X] Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a te...Russell Keith-Magee
2009-09-10Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().Luke Plant
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-13Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...Russell Keith-Magee
2009-07-03Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...Russell Keith-Magee
2009-05-15Fixed import statement in admin_views test to work with Python 2.3.Matt Boersma
2009-05-14Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than...Jacob Kaplan-Moss
2009-05-09Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...Russell Keith-Magee
2009-05-08Fixed #10448: correcting errors on "save as new" now correctly create a new o...Jacob Kaplan-Moss
2009-05-07Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...Russell Keith-Magee
2009-05-07Fixed #10516 -- Corrected admin search when the search_fields definition cont...Russell Keith-Magee
2009-05-07Fixed #10893 -- Corrected a problem with using list_editable in the admin whe...Russell Keith-Magee
2009-05-05Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...Russell Keith-Magee
2009-04-18Fixed #10799: fixed the use of list_editable with model inheritance and custo...Jacob Kaplan-Moss
2009-04-18Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...Jacob Kaplan-Moss
2009-04-11Fixed #10645 -- Added some robustness around some admin and modelform params.Malcolm Tredinnick
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-04-02Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.Jacob Kaplan-Moss
2009-04-01Fixed #9969: choices with options groups (added in [7977]) now work correctly...Jacob Kaplan-Moss
2009-04-01Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...Jacob Kaplan-Moss
2009-03-31Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l...Joseph Kocherhans
2009-03-29Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...Brian Rosner
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-12-16Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...Karen Tracey
2008-12-16Fixed #9859 -- Added another missing force_unicode needed in admin when runni...Karen Tracey
2008-11-10Fixed #8910 -- Added force_unicode during admin log message creation to avoid...Karen Tracey
2008-11-09Fixed #9514 -- Made admin change_form template correctly recognize/report whe...Karen Tracey
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-22Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...Karen Tracey
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-08Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...Karen Tracey