summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-29Fixed #954 -- Many-to-many raw_id_admin change page now displays original obj...Adrian Holovaty
2005-11-29Negligible spacing fix to admin/templates/widget/foreign.htmlAdrian Holovaty
2005-11-29Negligible spacing fix to admin.templatetags.admin_modifyAdrian Holovaty
2005-11-28Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, neshAdrian Holovaty
2005-11-28added a new translation tag for the search "go" buttonGeorg Bauer
2005-11-27Fixed #938 -- Fixed bug in admin model docs with OneToOneFieldAdrian Holovaty
2005-11-27Fixed bug in contrib/admin/templates/admin_doc/model_detail.htmlAdrian Holovaty
2005-11-27Fixed #917 -- Made admin change_list view overridable by custom templatesAdrian Holovaty
2005-11-27Moved {% extends %} tag to top of template for admin/change_list.htmlAdrian Holovaty
2005-11-27Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca...Adrian Holovaty
2005-11-27Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for rep...Adrian Holovaty
2005-11-27Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.htmlAdrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-26Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom TobinAdrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-25Fixed #906 - thanks, EsajJacob Kaplan-Moss
2005-11-25Added translation strings to django/contrib/admin/views/decorators.py. Taken ...Adrian Holovaty
2005-11-25Converted django.contrib.admin.templatetags.adminmedia to use simple_tag deco...Adrian Holovaty
2005-11-24fixed a typo in a trans template tag. Thx David Ascher (on IRC)Georg Bauer
2005-11-23Applied translation strings from new-admin to contrib.admin.views.docAdrian Holovaty
2005-11-21Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique...Adrian Holovaty
2005-11-17Fixed #827 -- For admin list_display functions without a short_description, D...Adrian Holovaty
2005-11-12fixes #109 - added translation possibilities for date and time formats (and u...Georg Bauer
2005-11-12fixed the "recent actions" list not pointing to the objects detail page - bac...Georg Bauer
2005-11-11Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags...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