summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
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
2011-02-06Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-02-05Fixed #14303 -- Ensure that the ids created for new inlines are unique after ...Russell Keith-Magee
2011-02-05Fixed #14830 -- Ensure that radio buttons on inlines preserve their default v...Russell Keith-Magee
2011-02-02Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict...Alex Gaynor
2011-01-28Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...Luke Plant
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant