summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2010-05-10[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers fo...Jannis Leidel
2010-04-16[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...Russell Keith-Magee
2010-04-15[1.1.X] Fixed #9427: Allow for autodiscover to load admin modules from apps i...Karen Tracey
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-05[1.1.X] Fixed #13129 -- Corrected CSS on RTL layout when a changelist has adm...Russell Keith-Magee
2010-04-05[1.1.X] Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelM...Russell Keith-Magee
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-03-27[1.1.X] Fixed #12778 - Added media handling abilities to admin inlines. Thank...Jannis Leidel
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks...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-09[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ex...Karen Tracey
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-02[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...Karen Tracey
2010-03-01[1.1.X] Fixed #11791: Put hidden input elements in the change list inside td ...Karen Tracey
2010-03-01[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-02-26[1.1.X] Python 2.3 compatibility: moved the fallback import for set to where ...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 #11681. Fixed display of non_field_errors and non_form_errors i...Joseph Kocherhans
2010-02-23[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...Joseph Kocherhans
2010-02-16[1.1.X] Fixed #12716 - Typo in the admin change list template. Thanks, kbrown...Jannis Leidel
2010-01-17[1.1.X] Fixed #10717 - Escape result of admin_media_prefix template tag.Jannis Leidel
2010-01-17[1.1.X] Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin.Jannis Leidel
2009-12-28[1.1.X] Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect typeLuke Plant
2009-12-17[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...Jacob Kaplan-Moss
2009-12-14[1.1.X] Made the message strings added in r11838 visible to makemessages. Ref...Karen Tracey
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-10-24[1.1.X] Fixed #12067 - check_dependencies in contrib.admin.sites not triggere...Luke Plant
2009-10-23[1.1.X] Moved _get_foreign_key call after testing for fk_name fixing a broken...Brian Rosner
2009-10-19[1.1.X] Moved the call to _get_foreign_key to run in all cases catching incor...Brian Rosner
2009-10-19[1.1.X] Fixed #11709 — Pass inline fk_name attribute when grabbing foreign ...Brian Rosner
2009-09-11Fixed #11502 - wrong escaping in admin.Luke Plant
2009-09-10Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().Luke Plant
2009-09-10Fixed #11591: invalid HTML in tabular.html.Luke Plant
2009-09-10Fixed #11252: Invalid XHTML when filtering a paginated list.Luke Plant
2009-08-13Fixed #11534: Improved wording for admin delete confirmation. Thanks hanksim...Karen Tracey
2009-08-13Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv.Karen Tracey
2009-07-23Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...Russell Keith-Magee
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-06-06Fixed #11271 -- Added a translation marker for the list_editable save button....Russell Keith-Magee
2009-05-14Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...Jacob Kaplan-Moss
2009-05-10Changed r10668 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-09Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...Russell Keith-Magee
2009-05-08Fixed #10651: fixed a javascript error on the admin user add form. Thanks, se...Jacob Kaplan-Moss
2009-05-08Fixed #10448: correcting errors on "save as new" now correctly create a new o...Jacob Kaplan-Moss
2009-05-08Fixed #10997: fixed a Python 2.4-ism in admin actions.Jacob Kaplan-Moss
2009-05-07Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...Russell Keith-Magee