| Age | Commit message (Expand) | Author |
| 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 |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-30 | Moved Apache auth handler to django/contrib/auth/handlers/modpython.py | Adrian Holovaty |
| 2005-11-30 | Added django.contrib.auth, in preparation for moving stuff to it | Adrian Holovaty |
| 2005-11-29 | Fixed #954 -- Many-to-many raw_id_admin change page now displays original obj... | Adrian Holovaty |
| 2005-11-29 | Negligible spacing fix to admin/templates/widget/foreign.html | Adrian Holovaty |
| 2005-11-29 | Negligible spacing fix to admin.templatetags.admin_modify | Adrian Holovaty |
| 2005-11-28 | Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh | Adrian Holovaty |
| 2005-11-28 | added a new translation tag for the search "go" button | Georg Bauer |
| 2005-11-27 | Fixed #938 -- Fixed bug in admin model docs with OneToOneField | Adrian Holovaty |
| 2005-11-27 | Fixed bug in contrib/admin/templates/admin_doc/model_detail.html | Adrian Holovaty |
| 2005-11-27 | Fixed #917 -- Made admin change_list view overridable by custom templates | Adrian Holovaty |
| 2005-11-27 | Moved {% extends %} tag to top of template for admin/change_list.html | Adrian Holovaty |
| 2005-11-27 | Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca... | Adrian Holovaty |
| 2005-11-27 | Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for rep... | Adrian Holovaty |
| 2005-11-27 | Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.html | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-26 | Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom Tobin | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-11-25 | Fixed #906 - thanks, Esaj | Jacob Kaplan-Moss |
| 2005-11-25 | Added translation strings to django/contrib/admin/views/decorators.py. Taken ... | Adrian Holovaty |
| 2005-11-25 | Converted django.contrib.admin.templatetags.adminmedia to use simple_tag deco... | Adrian Holovaty |
| 2005-11-24 | fixed a typo in a trans template tag. Thx David Ascher (on IRC) | Georg Bauer |
| 2005-11-23 | Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template | Adrian Holovaty |
| 2005-11-23 | Applied translation strings from new-admin to contrib.admin.views.doc | Adrian Holovaty |
| 2005-11-23 | Added translation strings to django.contrib.comments. Taken from new-admin. | Adrian Holovaty |
| 2005-11-21 | Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique... | Adrian Holovaty |
| 2005-11-20 | Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=T... | Adrian Holovaty |
| 2005-11-18 | Added feed configurations for django.contrib.comments | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #827 -- For admin list_display functions without a short_description, D... | Adrian Holovaty |
| 2005-11-14 | Fixed #787 -- High-level syndication framework now picks up author details. A... | Adrian Holovaty |
| 2005-11-14 | Improved Atom feed-generating framework to output <link rel='self'>. Added a ... | Adrian Holovaty |