| Age | Commit message (Expand) | Author |
| 2006-03-01 | Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous | Adrian Holovaty |
| 2006-02-27 | Negligible formatting change to [2417] -- changed colon use to be consistent | Adrian Holovaty |
| 2006-02-27 | Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #889 (Thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1404 (thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-23 | Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet | Adrian Holovaty |
| 2006-02-17 | Fixed #1250 -- Fixed NameError when trying to delete without related object p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-02-02 | Fixed positioning of ordering widget with liquid page widths. | Wilson Miner |
| 2006-01-30 | All admin pages except the dashboard now use liquid page widths, except in IE5. | Wilson Miner |
| 2006-01-27 | Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom Tobin | Adrian Holovaty |
| 2006-01-27 | Fixed #1274 -- Fixed broken link in navigation in admin password-change templ... | Adrian Holovaty |
| 2006-01-23 | Removed example.com from default admin templates. One less thing to change in... | Wilson Miner |
| 2006-01-19 | Removed commented-out decorator syntax in admin template tags. It was looking... | Adrian Holovaty |
| 2006-01-19 | Made small simplification to admin_modify template tag logic | Adrian Holovaty |
| 2006-01-16 | Fixed #1234 -- Fixed admin problem with login status getting out of sync with... | Adrian Holovaty |
| 2006-01-16 | Added missing 'staff_member_required' decorator to change_stage() admin view | Adrian Holovaty |
| 2006-01-15 | Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S... | Adrian Holovaty |
| 2006-01-15 | Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa... | Adrian Holovaty |
| 2006-01-15 | Fixed #1196 -- Admin deletion step no longer assumes related objects have pri... | Adrian Holovaty |
| 2006-01-15 | Fixed #1200 -- Admin no longer assumes white default background color. Thanks... | Adrian Holovaty |
| 2006-01-12 | Added a link to admin docs in the userlinks block in admin templates. | Wilson Miner |
| 2006-01-11 | Removed a troublesome line of javascript that caused the many-to-many interfa... | Jacob Kaplan-Moss |
| 2006-01-09 | Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi... | Adrian Holovaty |
| 2006-01-09 | Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, ... | Adrian Holovaty |
| 2005-12-28 | Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ... | Adrian Holovaty |
| 2005-12-26 | added missing translation hooks to the login form. thx mikael. | Georg Bauer |
| 2005-12-21 | Fixed #1092 -- Fixed behavior for query-string overrides in admin forms | Adrian Holovaty |
| 2005-12-20 | Adjusted styles on popup calendars to try to avoid clipped text. | Wilson Miner |
| 2005-12-17 | added missing translations to the file widget | Georg Bauer |
| 2005-12-15 | Fixed misaligned icon on delete links. | Wilson Miner |
| 2005-12-10 | Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi... | Adrian Holovaty |
| 2005-12-09 | added more translation hooks to javascript code - this time it is the two-col... | Georg Bauer |
| 2005-12-09 | Fixed #975 -- JavaScript shortcut in raw_id_admin for ManyToManyFields no lon... | Adrian Holovaty |
| 2005-12-09 | Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th... | Adrian Holovaty |
| 2005-12-09 | Fixed inconsistent spacing in contrib.admin.views.main | Adrian Holovaty |
| 2005-12-09 | Negligible quoting change to contrib/admin/templates/admin/change_form.html | Adrian Holovaty |
| 2005-12-07 | Fixed #1022 -- Fixed bug in admin when deleting models with OneToOne. Thanks,... | Adrian Holovaty |
| 2005-12-07 | Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ... | Adrian Holovaty |
| 2005-12-07 | Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider words | Adrian Holovaty |
| 2005-12-06 | added two more message IDs for translations to dateparse.js - month names and... | Georg Bauer |
| 2005-12-06 | Improved django.contrib.admin.views.main to raise ImproperlyConfigured if adm... | Adrian Holovaty |
| 2005-12-04 | added more translation hooks for calendar (month names and day first characte... | Georg Bauer |
| 2005-12-04 | first take at admin JavaScript translation - translation hooks for the calend... | Georg Bauer |
| 2005-12-01 | Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/' | Adrian Holovaty |
| 2005-12-01 | Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad... | Adrian Holovaty |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-30 | Small simplification to request.GET.items() call in contrib.admin.views.main.... | Adrian Holovaty |
| 2005-11-30 | Fixed bug in [1504] admin/views/main.py | Adrian Holovaty |