summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2007-09-14Fixed #4448: the calendar widget now refreshes if the date field is changed. ...Jacob Kaplan-Moss
2007-09-14Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head...Wilson Miner
2007-09-14 Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pas...Wilson Miner
2007-09-14Fixed #5067 -- Fixed a problem with javascript popup widgets appearing in the...Russell Keith-Magee
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-09-13Fixed #5326 -- Added Ukrainian map for Javascript slug generation. Thanks, Ar...Malcolm Tredinnick
2007-08-25Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ...Adrian Holovaty
2007-08-19Fixed #5155 -- Translated the model name (when available) in the Recent Actio...Malcolm Tredinnick
2007-08-12Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa...Adrian Holovaty
2007-08-11Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král.Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-04Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie...Gary Wilson Jr
2007-07-14Fixed #4862 -- Fixed invalid Javascript creation in popup windows in admin.Malcolm Tredinnick
2007-07-13Fixed #4556 -- Stylistic changes to [5500]. Thanks, glin@seznam.cz.Malcolm Tredinnick
2007-07-13Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface.Malcolm Tredinnick
2007-07-12Fixed #4775 -- Added some missing Hungarian accents to the urlify.js LATIN_MA...Russell Keith-Magee
2007-07-04Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks,Malcolm Tredinnick
2007-07-04Fixed Javascript syntax from [5608] that was causing a problem in Opera. FixedMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-20Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U...Adrian Holovaty
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-05-22Fixed #3397 (again): admin_order_field is now displayed correctly in the admi...Jacob Kaplan-Moss
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-08Fixed #4200 -- Made get_admin_log template tag behave according to itsMalcolm Tredinnick
2007-04-26Revert [5092], since this should only have been applied to newforms-admin.Malcolm Tredinnick
2007-04-26Fixed #1576 -- Fixed incorrect SQL generated when using descending orderingMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-25Fixed #3379 -- Changed login() so that we update last_login when a userMalcolm Tredinnick
2007-04-09Fixed #3926 -- Fixed typo in admin CSS. Thanks, Jeff Hilyard.Malcolm Tredinnick
2007-03-12Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick
2007-03-09Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used forMalcolm Tredinnick
2007-02-28Reverted [4590] (changes to field label CSS) since it caused more problems th...Jacob Kaplan-Moss
2007-02-26Fixed #2828, a TypeError when deleting objects with m2m relations to self. T...Jacob Kaplan-Moss
2007-02-26Fixed #3397: You can now order by non-DB fields in the admin by telling Djang...Jacob Kaplan-Moss
2007-02-26Small fix to admin CSS. Fixes #2205; thanks, treborhudson@gmail.comJacob Kaplan-Moss
2007-02-17Fixed #3259 -- Fixed problem with prepopulate_from for fields containingMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-01-12Fixed #3287: method columns in the admin changelist can now have a {{{boolean...Jacob Kaplan-Moss
2007-01-10Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiroAdrian Holovaty
2006-12-30Fixed typo in a docstring in django/contrib/admin/views/main.pyAdrian Holovaty
2006-12-30Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty
2006-12-20Fixed #3128: Added explicit object-tools block so custom admin templates can ...Jacob Kaplan-Moss
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-12-07Improved [4180] to add HTML escaping on the primary-key value in the error me...Adrian Holovaty
2006-12-07Added improved error message in admin views/main.py when loading ChangeManipu...Adrian Holovaty
2006-12-06Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p...Adrian Holovaty