summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
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
2011-01-24Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable fo...Russell Keith-Magee
2011-01-21Updated admin translation files.Jannis Leidel
2011-01-21Fixed a few translation related tests:Jannis Leidel
2011-01-21Removed app translation strings from core translation files.Jannis Leidel
2011-01-21Added new translation files to admin contrib app.Jannis Leidel
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-05Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha.Jannis Leidel
2011-01-05Fixed #12957 -- Added scope to the changelist tables for accessibility reason...Jannis Leidel
2011-01-05Fixed #6183 -- Stopped hiding the help text for SelectFilter widgets. Thanks,...Jannis Leidel
2011-01-04Fixed #11434 -- Corrected style of arrow buttons located at the center of fil...Ramiro Morales
2011-01-04Fixed #11414 -- Made sure the calendar and clock popup windows in the admin d...Ramiro Morales
2011-01-03Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2011-01-02Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...Jannis Leidel
2011-01-01Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_per...Ramiro Morales
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-22Fixed #14935 -- Corrected a test failure introduced by r14992, which revealed...Russell Keith-Magee
2010-12-21Rectified bugs that were accidentally committed in r14997. Thanks for the hea...Jannis Leidel
2010-12-21Fixed #13782 -- Added CSS for errors in textareas and multiple fields in one ...Jannis Leidel
2010-12-21Fixed #14900 -- Added ability to override the paginator class used in a Model...Jannis Leidel
2010-12-13Reverted [13998] because it never worked.Luke Plant
2010-12-12Fixed #14868 -- Added CSS rule to prevent long text from overflowing the "rec...Jannis Leidel
2010-12-12Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page number g...Jannis Leidel
2010-12-12Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...Jannis Leidel
2010-12-12Fixed #13856 -- Float admin's top links on the right for RTL languages.Jannis Leidel
2010-12-12Fixed #13649 -- Extended admin stylesheets to also cover disabled buttons in ...Jannis Leidel
2010-12-12Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...Jannis Leidel
2010-12-04Fixed #12694 -- Added template block to make it easier to add new tools to th...Russell Keith-Magee
2010-12-02Fixed a use of old url template tag in an admin template.Luke Plant
2010-12-02Fixed #14735 -- Corrected plural formulation in admin search form template. T...Jannis Leidel
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel
2010-12-02Fixed #9568 -- Hide nav-global div in admin login template in case it's used ...Jannis Leidel
2010-11-22Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...Alex Gaynor
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král