summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Fixed bug in comment feed turned up by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-21Fixed #1961 -- Made feed_url dynamic in syndication frameworkAdrian Holovaty
2006-07-20Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex DedulAdrian Holovaty
2006-07-20Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ...Adrian Holovaty
2006-07-20Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T...Adrian Holovaty
2006-07-20Fixed formatting of comments.Russell Keith-Magee
2006-07-19Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.Malcolm Tredinnick
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-15More pre-emptive escaping of strings that should not be interpreted as HTML.Malcolm Tredinnick
2006-07-14Escaped variables that should not be interpreted as HTML and which mightMalcolm Tredinnick
2006-07-14Escaped all strings that should not contain active HTML tags.Malcolm Tredinnick
2006-07-14Fixed #2325 -- fix the authentication framework to work with new-style classes.Malcolm Tredinnick
2006-07-14Fixed another title string that needed escaping (these strings do needMalcolm Tredinnick
2006-07-14Fixed #2346 -- Escaped string output in titles in admin interface. Thanks GaryMalcolm Tredinnick
2006-07-14Fixed #2345 -- escaped object titles in breadcrumb display in admin. ThanksMalcolm Tredinnick
2006-07-14Fixed #2344 -- Filtered some object string representations through the escapeMalcolm Tredinnick
2006-07-11Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilianAdrian Holovaty
2006-07-11Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...Adrian Holovaty
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-07-09Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magi...Adrian Holovaty
2006-07-07Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail...Adrian Holovaty
2006-07-07Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidarAdrian Holovaty
2006-07-07Fixed #2283 -- Fixed XHTML-strict validation error in comment templatesAdrian Holovaty
2006-07-07Fixed #2290 -- Escaped HTML in admin messages. Thanks, SeanAdrian Holovaty
2006-07-04Changed admin/templates/admin/index.html to make <caption> translatableAdrian Holovaty
2006-07-03Small edits to comments in contrib/auth/__init__.pyAdrian Holovaty
2006-07-01Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty
2006-06-30restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S...Jacob Kaplan-Moss
2006-06-30Fixed #2275 -- Added footer hook to admin base.html templateAdrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-28Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_C...Adrian Holovaty
2006-06-26Fixed #2158 -- Added title_template and description_template hooks to Feed cl...Adrian Holovaty
2006-06-26Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't installedAdrian Holovaty
2006-06-26Fixed #2168 -- Made comment templates more accessibleAdrian Holovaty
2006-06-22Fixed #2199: deleting objects with generic foreign keys in the admin now work...Jacob Kaplan-Moss
2006-06-20Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...Adrian Holovaty
2006-06-20Fixed #1802 -- Fixed database integrity error when creating permission object...Adrian Holovaty
2006-06-20Fixed comma splice in auth.User model docstringAdrian Holovaty
2006-06-20Fixed #1422 -- Docstring improvements for the models in the admin app. ThanksMalcolm Tredinnick
2006-06-20Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate...Adrian Holovaty
2006-06-19Fixed #1856 -- install content-type entries and auth permissions forMalcolm Tredinnick
2006-06-19Refs #1834 -- Documented include_admin_script tag in admin interface. Thanks toMalcolm Tredinnick
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
2006-06-18Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...Adrian Holovaty
2006-06-16Added AllValuesFilterSpec to admin changelist filters, which lets you put any...Adrian Holovaty
2006-06-14Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html templateAdrian Holovaty
2006-06-13Fixed #2148 -- Now escaping ForeignKey fields correctly in Django admin chang...Adrian Holovaty