summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-21Removed some deprecated code that survived [14138].Alex Gaynor
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-01Removed dead compatibility code for removed AdminSite.root() method for mount...Carl Meyer
2010-10-29Remove several uses of the deprecated dict.has_key in favor of the in operato...Alex Gaynor
2010-10-27Revert the removal of an unused import (in [14175]) that was referenced in do...Chris Beaven
2010-10-19Fixed #14407 -- Simplified ManyToManyRawIdWidget.value_from_datadict, Thanks ...Honza Král
2010-10-17Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...Jannis Leidel
2010-10-14Fixed reference to removed function root() in AdminSite docstring.Luke Plant
2010-10-13Fixed #14017 -- wrong comment on log_deletion method of ModelAdminHonza Král
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Fixed #14193: prepopulated_fields javascript now concatenates in correct orde...Andrew Godwin
2010-10-10Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps whenRamiro Morales
2010-10-09Fixed #12872 -- Removed vestiges of mythic old template validation admin app ...Ramiro Morales
2010-10-07Fixed #5425 - Incorrect plurals in admin pagination template.Luke Plant
2010-10-01Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...Jannis Leidel
2010-10-01Fixed #14362 -- Made sure all parameters are passed to the ManyToManyRawIdWid...Jannis Leidel
2010-10-01Fixed tabs introduced in r13968.Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-11Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...Justin Bronn
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-10Fixed date parsing of 31st dates when current month has 30 days (!!).Malcolm Tredinnick
2010-09-10Admin changelist page now has consistent width with or without filterMalcolm Tredinnick
2010-09-10Adding related objects in the admin (via popup) respects userMalcolm Tredinnick
2010-09-07Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-08-28Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...Russell Keith-Magee
2010-08-06Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...Russell Keith-Magee
2010-08-06Fixed #14014 -- Ensure that the "save and add another" button for users actua...Russell Keith-Magee
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...Russell Keith-Magee
2010-06-23Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.Luke Plant
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-12Fixed #13486 -- Corrected handling of %I in admin javascript version of strft...Russell Keith-Magee
2010-05-11Fixed #13521 -- Corrected javascript comparisons determining when to show and...Russell Keith-Magee
2010-05-10Fixed #13168 - Corrected the alignment of the admin inline headers for rtl la...Jannis Leidel
2010-05-08Fixed #1834 -- added docstrings to admin templatetagsBrian Rosner
2010-05-04Fixed #13472 - Fixed minor regression in admin actions template introduced in...Jannis Leidel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-04Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ...Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-05-02Fixed #13459 -- Corrected ID numbering of dynamically added inlines in the ad...Russell Keith-Magee
2010-04-30Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...Russell Keith-Magee
2010-04-19Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.Jacob Kaplan-Moss
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-04-15Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...Karen Tracey
2010-04-13Fixed #13290 - Added a section about minification of admin JavaScript files t...Jannis Leidel