| Age | Commit message (Expand) | Author |
| 2005-11-12 | fixes #109 - added translation possibilities for date and time formats (and u... | Georg Bauer |
| 2005-11-12 | Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t... | Adrian Holovaty |
| 2005-11-12 | Completely refactored legacy RSS framework to the new django.contrib.syndicat... | Adrian Holovaty |
| 2005-11-12 | fixed the "recent actions" list not pointing to the objects detail page - bac... | Georg Bauer |
| 2005-11-12 | Added README.TXT to contrib.redirects and contrib.flatpages | Adrian Holovaty |
| 2005-11-11 | Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags... | Adrian Holovaty |
| 2005-11-11 | Small bugfix to flatpages URLconf from [1166] | Adrian Holovaty |
| 2005-11-11 | BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ... | Adrian Holovaty |
| 2005-11-09 | Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute. | Adrian Holovaty |
| 2005-11-09 | Fixed #758 -- HTML-escaped admin log items in admin index template. Thanks, T... | Adrian Holovaty |
| 2005-11-06 | Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings. | Adrian Holovaty |
| 2005-11-06 | Fixed #727 -- Fixed leftover %() syntax in password_reset_email template. Tha... | Adrian Holovaty |
| 2005-11-06 | Fixed #729 -- prepopulate_from (urlify.js) now removes characters that aren't... | Adrian Holovaty |
| 2005-11-05 | Added meta.Admin list_select_related option, which specifies to use select_re... | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-10-28 | Fixed #701 -- contrib.admin.views.doc now uses get_internal_type() | Adrian Holovaty |
| 2005-10-28 | Fixed #700 -- urlify.js now uses hyphens instead of underscores | Adrian Holovaty |
| 2005-10-25 | Fixed #679 -- 'collapse' admin row class is now processed correctly when more... | Adrian Holovaty |
| 2005-10-20 | Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, k... | Adrian Holovaty |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed template-name bug for admin doc templates in [948] | Adrian Holovaty |
| 2005-10-19 | Fixed admin template bug from [948] | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-10-18 | Added django.contrib.admin.templatetags. Refs #627 | Adrian Holovaty |
| 2005-10-18 | Added contrib.admin.models.admin, which contains LogEntry (from models.auth).... | Adrian Holovaty |
| 2005-10-18 | Changed contrib.admin.views.main to use staff_member_required_decorator. Refs... | Adrian Holovaty |
| 2005-10-18 | Changed django.contrib.admin.views.main to use template.loader instead of tem... | Adrian Holovaty |
| 2005-10-18 | Changed contrib.admin.views.template and doc to use staff_member_required dec... | Adrian Holovaty |
| 2005-10-18 | Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this... | Adrian Holovaty |
| 2005-10-18 | Added django.contrib.admin.urls and django.contrib.admin.templates. Refs #627 | Adrian Holovaty |
| 2005-10-18 | Moved django.views.admin.template and django.views.admin.doc to django.contri... | Adrian Holovaty |
| 2005-10-18 | Added django.contrib.admin, with a staff_member_required decorator and code f... | Adrian Holovaty |
| 2005-09-22 | Converted load_and_render() calls to render_to_response() because of [664]. | Adrian Holovaty |
| 2005-09-22 | Converted django.contrib.comments.views.* to use load_and_render | Adrian Holovaty |
| 2005-09-01 | Fixed bug in contrib comment_form template tag when hard-coded object IDs are... | Adrian Holovaty |
| 2005-08-31 | Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than... | Adrian Holovaty |
| 2005-08-30 | Refactored comment templatetags to remove redundant 'tag_name' parameter. Als... | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-16 | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty |
| 2005-08-10 | Fixed #241 -- added django.contrib.markup app with markup templatetags for Te... | Jacob Kaplan-Moss |
| 2005-08-01 | Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.co... | Adrian Holovaty |
| 2005-07-30 | Gave comments.FreeComment a get_absolute_url() method | Adrian Holovaty |
| 2005-07-26 | Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima... | Adrian Holovaty |
| 2005-07-22 | Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th... | Adrian Holovaty |
| 2005-07-20 | Argh: fixed another bug in [244] | Jacob Kaplan-Moss |
| 2005-07-20 | Fixed really dumb bug in [244] | Jacob Kaplan-Moss |
| 2005-07-20 | Added "reversed" option to get_comment_list templatetag to return comments in... | Jacob Kaplan-Moss |
| 2005-07-20 | Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh... | Adrian Holovaty |
| 2005-07-15 | Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod... | Adrian Holovaty |
| 2005-07-14 | Fixed bug in [29] | Adrian Holovaty |