| Age | Commit message (Expand) | Author |
| 2005-11-04 | Companion .mo-file checkin to [1077] | Adrian Holovaty |
| 2005-11-04 | Renamed 'Traditional Chinese' to 'Simplified Chinese' and updated po files | Adrian Holovaty |
| 2005-11-04 | Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't r... | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-11-02 | Made floatformat filter not choke on non-floats | Jacob Kaplan-Moss |
| 2005-11-01 | Added quote_name hook for each database backend. Refs #121. Thanks, Robin Mun... | Adrian Holovaty |
| 2005-11-01 | Updated out-of-date docstring in django/core/db/__init__.py | Adrian Holovaty |
| 2005-11-01 | Fixed #505 -- ssi template tag now displays a message instead of failing sile... | Adrian Holovaty |
| 2005-11-01 | Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se... | Adrian Holovaty |
| 2005-11-01 | Fixed #508 -- Added support for 'expires' in cookies and changed session midd... | Adrian Holovaty |
| 2005-10-31 | Made several grammar fixes to cache documentation from [1020] | Adrian Holovaty |
| 2005-10-29 | Fixed #675: PasswordFields now respect length and maxlength params | Jacob Kaplan-Moss |
| 2005-10-29 | Fixed #140: memcached backends may now use multiple servers | Jacob Kaplan-Moss |
| 2005-10-29 | Fixed #612 - added cache control headers (thanks, hugo) | Jacob Kaplan-Moss |
| 2005-10-28 | Fixed #701 -- contrib.admin.views.doc now uses get_internal_type() | Adrian Holovaty |
| 2005-10-28 | Fixed #488 -- removetags template filter now removes tags without a space bef... | Adrian Holovaty |
| 2005-10-28 | Fixed #700 -- urlify.js now uses hyphens instead of underscores | Adrian Holovaty |
| 2005-10-28 | Fixed #703: added decorators to require that view be called with a given HTTP... | Jacob Kaplan-Moss |
| 2005-10-26 | Fixed shortcut redirect handler | Jacob Kaplan-Moss |
| 2005-10-25 | Changed global_settings.TEMPLATE_LOADERS to be same as default project_templa... | Adrian Holovaty |
| 2005-10-25 | Improved autoreloader to ignore files that might be in eggs. Refs #596 | Adrian Holovaty |
| 2005-10-25 | Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell | Adrian Holovaty |
| 2005-10-25 | Fixed #679 -- 'collapse' admin row class is now processed correctly when more... | Adrian Holovaty |
| 2005-10-25 | Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ... | Adrian Holovaty |
| 2005-10-23 | Added 'django-admin.py installperms' command | Adrian Holovaty |
| 2005-10-23 | Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r... | Adrian Holovaty |
| 2005-10-22 | Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune | Adrian Holovaty |
| 2005-10-22 | Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add... | Adrian Holovaty |
| 2005-10-22 | Added django.views.decorators.auth.user_passes_test, which is a more generic ... | Adrian Holovaty |
| 2005-10-20 | Fixed #663 -- app_directories template loader no longer assumes a dot in the ... | Adrian Holovaty |
| 2005-10-20 | Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, Ian | Adrian Holovaty |
| 2005-10-20 | Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, k... | Adrian Holovaty |
| 2005-10-20 | Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com | Adrian Holovaty |
| 2005-10-20 | Lightly refactored django.utils.dateformat to make it use less code. Also int... | Adrian Holovaty |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed template-name bug for admin doc templates in [948] | Adrian Holovaty |
| 2005-10-19 | Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG | Adrian Holovaty |
| 2005-10-19 | Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by 'django-a... | Adrian Holovaty |
| 2005-10-19 | Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ca... | Adrian Holovaty |
| 2005-10-19 | Fixed admin template bug from [948] | Adrian Holovaty |
| 2005-10-19 | Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-10-18 | Added django.contrib.admin.templatetags. Refs #627 | Adrian Holovaty |
| 2005-10-18 | Added contrib.admin.models.admin, which contains LogEntry (from models.auth).... | Adrian Holovaty |
| 2005-10-18 | Removed legacy TODO comment from django.models.auth | Adrian Holovaty |
| 2005-10-18 | Added DATA_TYPES_REVERSE to ado_mssql backend | Adrian Holovaty |
| 2005-10-18 | Changed get_random_function_sql for ado_mssql backend to use RAND(), which is... | Adrian Holovaty |
| 2005-10-18 | Added get_table_list() to ado_mssql backend | Adrian Holovaty |
| 2005-10-18 | Changed contrib.admin.views.main to use staff_member_required_decorator. Refs... | Adrian Holovaty |
| 2005-10-18 | Changed django.contrib.admin.views.main to use template.loader instead of tem... | Adrian Holovaty |