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