summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2011-09-13Fixed #4198 -- Fixed a small styling issue in the admin calendar widget. Than...Julien Phalip
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-08-31Fixed #16059 -- Improved the usability of the admin's vertical and horizontal...Julien Phalip
2011-08-28Fixed #16716 -- Fixed two small regressions in the development version introd...Julien Phalip
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-25Fixed a small admin CSS issue where the "Save and continue editing" and "Save...Julien Phalip
2011-08-22Removed unused admin Javascript functions from source.Malcolm Tredinnick
2011-08-17Fixed #8190 -- Added support for a field's help text to the tabular admin inl...Jannis Leidel
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-08-12Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipki...Jannis Leidel
2011-08-12Fixed #16604 -- Use new save_related hook when saving objects on the changeli...Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-08-01Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...Ramiro Morales
2011-07-30Simplified AdminSite self.name attribute initialization.Ramiro Morales
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-07-30Fixed #16540 -- Fixed typo in InlineModelAdmin introduced in r16487 that brok...Jannis Leidel
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-07-03Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-26Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb...Jannis Leidel
2011-06-22Fixed typos in admin views wrt list_filter. Refs #16311.Jannis Leidel
2011-06-16Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...Ramiro Morales
2011-06-16Stopped the admin JavaScript code from completely removing the `jQuery` objec...Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-09Fixes #16186 -- remove inline CSS in contrib.adminIdan Gazit
2011-06-09Removed old, incorrect commentLuke Plant
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-06-04Reverted most of [16051], because it was thoroughly incorrect (whatever some ...Luke Plant
2011-06-04Undo part of r16051 to avoid dataloss bug. Refs #16154.Karen Tracey
2011-06-03Fixed visual bug with sorted column headers in changelist having dark band at...Luke Plant
2011-06-03Internet Explorer fixes for admin sorting UILuke Plant
2011-06-03Improved UI for advanced sorting controls.Luke Plant
2011-06-03Fixed various bugs related to having multiple columns in admin list_display w...Luke Plant
2011-06-02Improved cog icon for sorting interface in adminLuke Plant
2011-06-02Fixed position of new cog icon in admin changelist relative to textLuke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-06-02Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-06-01Fixed bug with `__str__` headers in admin changelist have a non-functioning s...Luke Plant
2011-05-24Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel
2011-05-22Fix UnboundLocalError than could occur during ModelAdmin validation.Karen Tracey
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-07Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...Jannis Leidel
2011-05-05Fixed #15964 - Do not order admin actions by descriptionLuke Plant
2011-05-04Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...Jannis Leidel
2011-05-04Fixed up bad return value introduced in [16120].Luke Plant
2011-05-03Corrected the behavior of the SimpleFilter.lookups method to also be able to ...Jannis Leidel
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel