summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2005-12-15Fixed misaligned icon on delete links.Wilson Miner
2005-12-10Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi...Adrian Holovaty
2005-12-09added more translation hooks to javascript code - this time it is the two-col...Georg Bauer
2005-12-09Fixed #975 -- JavaScript shortcut in raw_id_admin for ManyToManyFields no lon...Adrian Holovaty
2005-12-09Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th...Adrian Holovaty
2005-12-09Fixed inconsistent spacing in contrib.admin.views.mainAdrian Holovaty
2005-12-09Negligible quoting change to contrib/admin/templates/admin/change_form.htmlAdrian Holovaty
2005-12-07Fixed #1022 -- Fixed bug in admin when deleting models with OneToOne. Thanks,...Adrian Holovaty
2005-12-07Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ...Adrian Holovaty
2005-12-07Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider wordsAdrian Holovaty
2005-12-06added two more message IDs for translations to dateparse.js - month names and...Georg Bauer
2005-12-06Improved django.contrib.admin.views.main to raise ImproperlyConfigured if adm...Adrian Holovaty
2005-12-04added more translation hooks for calendar (month names and day first characte...Georg Bauer
2005-12-04first take at admin JavaScript translation - translation hooks for the calend...Georg Bauer
2005-12-01Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'Adrian Holovaty
2005-12-01Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...Adrian Holovaty
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-30Small simplification to request.GET.items() call in contrib.admin.views.main....Adrian Holovaty
2005-11-30Fixed bug in [1504] admin/views/main.pyAdrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-30Moved Apache auth handler to django/contrib/auth/handlers/modpython.pyAdrian Holovaty
2005-11-30Added django.contrib.auth, in preparation for moving stuff to itAdrian 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-23Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM templateAdrian Holovaty
2005-11-23Applied translation strings from new-admin to contrib.admin.views.docAdrian Holovaty
2005-11-23Added translation strings to django.contrib.comments. Taken from new-admin.Adrian Holovaty
2005-11-21Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique...Adrian Holovaty
2005-11-20Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=T...Adrian Holovaty
2005-11-18Added feed configurations for django.contrib.commentsJacob Kaplan-Moss
2005-11-17Fixed #827 -- For admin list_display functions without a short_description, D...Adrian Holovaty
2005-11-14Fixed #787 -- High-level syndication framework now picks up author details. A...Adrian Holovaty
2005-11-14Improved Atom feed-generating framework to output <link rel='self'>. Added a ...Adrian Holovaty