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