| Age | Commit message (Expand) | Author |
| 2006-06-12 | Fixed #2139 -- Changed Redirect repr to str | Adrian Holovaty |
| 2006-06-12 | fixed #2128: updated BiDi support | Georg Bauer |
| 2006-06-08 | Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiro | Adrian Holovaty |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-07 | Fixed #2100 -- Made some remaining parts of the admin changelist translatable... | Adrian Holovaty |
| 2006-06-06 | fixed #2089: added language bidirectional support and updated the admin to us... | Georg Bauer |
| 2006-06-06 | Made template names in django.contrib.auth.views passable as template_name ar... | Adrian Holovaty |
| 2006-06-05 | Added more visible borders to form buttons. | Wilson Miner |
| 2006-06-05 | Fixed #2084 -- Removed admin-site 'documentation / change password / log out'... | Adrian Holovaty |
| 2006-06-04 | Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha... | Adrian Holovaty |
| 2006-06-04 | Added django.contrib.humanize, a set of template tags for adding a 'human tou... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-06-02 | Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inlin... | Adrian Holovaty |
| 2006-06-02 | Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with... | Wilson Miner |
| 2006-06-02 | Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ... | Wilson Miner |
| 2006-06-02 | Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa... | Adrian Holovaty |
| 2006-06-02 | Fixed #2063 -- Made admin date_hierarchy i18n-friendly by using the new YEAR_... | Adrian Holovaty |
| 2006-06-02 | Fixed #2055 -- Lengthened form labels on login screen to accommodate longer t... | Wilson Miner |
| 2006-06-02 | Fixed #744 -- Added icon to display null boolean values in admin changelists. | Wilson Miner |
| 2006-06-01 | Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ... | Adrian Holovaty |
| 2006-06-01 | Negligible spacing change to admin/templates/admin/field_line.html | Adrian Holovaty |
| 2006-06-01 | Negligible spacing change to admin/views/main.py | Adrian Holovaty |
| 2006-06-01 | Changed auth.Permission.__str__() to use str() of self.content_type, not repr() | Adrian Holovaty |
| 2006-06-01 | Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris | Adrian Holovaty |
| 2006-05-31 | Fixed bug in admin where it would redirect infinitely if invalid lookup param... | Adrian Holovaty |
| 2006-05-31 | Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m... | Adrian Holovaty |
| 2006-05-31 | Fixed #2050 -- Fixed raw_id_admin display in admin. Thanks, Christopher Lenz | Adrian Holovaty |
| 2006-05-31 | Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO... | Adrian Holovaty |
| 2006-05-31 | Fixed #2023 -- 'View on site' now works with non-integer primary keys. | Adrian Holovaty |
| 2006-05-29 | Fixed #2029 - models now sorted by verbose_name_plural in get_admin_app_list ... | Luke Plant |
| 2006-05-26 | Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms ... | Adrian Holovaty |
| 2006-05-26 | Fixed #1985 -- Got CurrentSiteManager working | Adrian Holovaty |
| 2006-05-26 | Fixed #1981 -- Fixed bug in feeds.py for comments | Adrian Holovaty |
| 2006-05-26 | Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T... | Adrian Holovaty |
| 2006-05-22 | Fixed some bugs in django/contrib/sites/managers and added some error checking | Adrian Holovaty |
| 2006-05-22 | Added django.contrib.sites.managers, which contains CurrentSiteManager. Thank... | Adrian Holovaty |
| 2006-05-22 | Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.py | Adrian Holovaty |
| 2006-05-22 | Fixed #849 -- Improved login_required view decorator to save query-string par... | Adrian Holovaty |
| 2006-05-22 | Fixed #1835 -- FilePathField no longer breaks admin model documentation. Than... | Adrian Holovaty |
| 2006-05-18 | Made a few small tweaks to admin doc pages. | Jacob Kaplan-Moss |
| 2006-05-16 | Fixed #1834 -- Added docstrings to admin template tags. Thanks, ubernostrum | Adrian Holovaty |
| 2006-05-15 | Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe... | Adrian Holovaty |
| 2006-05-15 | Fixed #1864 -- Changed ContentType repr to str | Adrian Holovaty |
| 2006-05-11 | Fixed CsrfMiddleware post processing so that it in the presence of multiple | Luke Plant |
| 2006-05-11 | Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call... | Luke Plant |
| 2006-05-11 | Changed Site model to use str, not repr | Adrian Holovaty |
| 2006-05-11 | Fixed #1837 -- Gave FlatPage a str | Adrian Holovaty |
| 2006-05-09 | Added padding fix to container to address reported display issues in Safari. | Wilson Miner |
| 2006-05-08 | Added CsrfMiddleware to contrib, and documentation. | Luke Plant |
| 2006-05-06 | Changed the admin index to sort models alphabetically. | Luke Plant |