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