summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2012-03-31[1.3.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...Julien Phalip
2011-09-22[1.3.X] Reverting r16878 (improved admin error message) per advice from jezde...Paul McMillan
2011-09-22[1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim F...Paul McMillan
2011-09-16[1.3.X] Reverted the change in r16684, which, while fixing an alignment issue...Julien Phalip
2011-08-25[1.3.X] Fixed a small admin CSS issue where the "Save and continue editing" a...Julien Phalip
2011-06-02[1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-04-23[1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...Carl Meyer
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Fixed #15569 -- Corrected the numbering updates to inlines when rows are adde...Russell Keith-Magee
2011-03-15Pulled admin translation updates from Transifex.Jannis Leidel
2011-03-15Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-03-02Updated admin source translation to include string added in r15698.Jannis Leidel
2011-03-02Slightly modified change [15698] to use ugettext_lazy since it's a module lev...Jannis Leidel
2011-03-01Fixed #15524 -- Marked up for translation literal shown by the admin app e.g....Ramiro Morales
2011-03-01Updated admin translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...Ramiro Morales
2011-02-26Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...Russell Keith-Magee
2011-02-26Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...Russell Keith-Magee
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2011-02-25Fixed #8528 -- Ensure that null values are displayed as a filtering option in...Russell Keith-Magee
2011-02-25Fixed #15490 -- Added some missing semicolons in admin javascript. Thanks to ...Russell Keith-Magee
2011-02-24Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-23Fixed #12004 -- Improved error reporting when an abstract class is registered...Russell Keith-Magee
2011-02-22Fixed #13510 -- Corrected colspan of non-field-specific error messages in adm...Ramiro Morales
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2011-02-21Fixed HTML error in admin when using list_editable.Luke Plant
2011-02-21Fixed #11852 -- Ensure that a long string in the password reset email can be ...Russell Keith-Magee
2011-02-20Fixed #14529 -- Fixed representation of model names in admin messages after m...Ramiro Morales
2011-02-20Tweaked the changes from changeset r15580 so as to avoid introducing a backwa...Russell Keith-Magee
2011-02-19Fixed #11513 -- Ensure that the redirect at the end of an object change won't...Russell Keith-Magee
2011-02-19Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...Russell Keith-Magee
2011-02-19Fixed #13126 -- Ensured that individual form errors are displayed when errors...Russell Keith-Magee
2011-02-19Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...Russell Keith-Magee
2011-02-19Fixed #15290 -- Fixed a CSS styling issue with borders when the link item in ...Russell Keith-Magee
2011-02-19Fixed #15292 -- Removed redundant code in admin list template tag. Thanks to ...Russell Keith-Magee
2011-02-19Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath...Russell Keith-Magee
2011-02-13Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...Ramiro Morales
2011-02-12Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-08Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...Russell Keith-Magee
2011-02-06Fixed #13674 -- Ensure that labels on added inlines fields have the right 'fo...Russell Keith-Magee