summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2006-11-20Fixed #3014 -- Admin 'now' shortcut for DateTimeFields now updates seconds, t...Adrian Holovaty
2006-11-07Fixed #2972: prepopulate_from now works with multiple slugs on the same field...Jacob Kaplan-Moss
2006-11-07Fixed #2975: dateparse.js now correctly handles the last day of the year. Th...Jacob Kaplan-Moss
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-10-24Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, Sm...Adrian Holovaty
2006-10-24Fixed #2943 -- Changed admin select filter box to work properly with multi-by...Adrian Holovaty
2006-10-24Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage mes...Adrian Holovaty
2006-09-29Disabled access to the admin site for inactive accounts, and clarified docume...Russell Keith-Magee
2006-09-26Fixed #2587 -- Removed some escaping from the summary fields.Malcolm Tredinnick
2006-09-23Fixed #2508 -- Added back support for custom edit_inline classes. Thanks,Malcolm Tredinnick
2006-09-22Fixed #2520 -- Fixed a problem with invalid SQL being generated by adminMalcolm Tredinnick
2006-09-11Fixed #2680 -- Made small correction to DateTimeShortcuts.js that was causing...Adrian Holovaty
2006-09-08Added staff_member_required and permission check to django.contrib.admin.view...Adrian Holovaty
2006-08-31Made extract_views_from_urlpatterns() in admin.views.doc tolerant of URLconfs...Adrian Holovaty
2006-08-31Fixed #2529 -- Fixed TypeError in admin/doc/views. Thanks for the report and ...Adrian Holovaty
2006-08-22Fixed #2582 -- filter_interface now works on fields with verbose_name contain...Adrian Holovaty
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut...Adrian Holovaty
2006-08-22Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ...Adrian Holovaty
2006-08-18Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po...Adrian Holovaty
2006-08-18Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm...Adrian Holovaty
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty
2006-08-17Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty
2006-08-12Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ...Adrian Holovaty
2006-08-12Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ...Adrian Holovaty
2006-08-12Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being usedAdrian Holovaty
2006-08-11Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a p...Adrian Holovaty
2006-08-11Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, du...Adrian Holovaty
2006-08-04Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty
2006-08-02Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8...Adrian Holovaty
2006-08-01Modified Calendar and Clock javascript to evaluate popup position at time of ...Russell Keith-Magee
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-20Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex DedulAdrian Holovaty
2006-07-20Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T...Adrian Holovaty
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-15More pre-emptive escaping of strings that should not be interpreted as HTML.Malcolm Tredinnick
2006-07-14Escaped variables that should not be interpreted as HTML and which mightMalcolm Tredinnick
2006-07-14Escaped all strings that should not contain active HTML tags.Malcolm Tredinnick
2006-07-14Fixed another title string that needed escaping (these strings do needMalcolm Tredinnick
2006-07-14Fixed #2346 -- Escaped string output in titles in admin interface. Thanks GaryMalcolm Tredinnick
2006-07-14Fixed #2345 -- escaped object titles in breadcrumb display in admin. ThanksMalcolm Tredinnick
2006-07-14Fixed #2344 -- Filtered some object string representations through the escapeMalcolm Tredinnick
2006-07-11Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilianAdrian Holovaty
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-07-07Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail...Adrian Holovaty
2006-07-07Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidarAdrian Holovaty
2006-07-07Fixed #2290 -- Escaped HTML in admin messages. Thanks, SeanAdrian Holovaty
2006-07-04Changed admin/templates/admin/index.html to make <caption> translatableAdrian Holovaty