| Age | Commit message (Expand) | Author |
| 2005-11-06 | Fixed #742 -- Implemented 't' dateformat. Thanks, radek. | Adrian Holovaty |
| 2005-11-06 | Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings. | Adrian Holovaty |
| 2005-11-06 | Fixed ReST bug in templates.txt | Adrian Holovaty |
| 2005-11-06 | Fixed ReST bug in templates.txt | Adrian Holovaty |
| 2005-11-06 | Changed headers in docs/templates.txt to match style from other documentation | Adrian Holovaty |
| 2005-11-06 | Fixed ReST bug in [1110] | Adrian Holovaty |
| 2005-11-06 | Reformatted docs/templates.txt to put headings in filter and tag references, ... | Adrian Holovaty |
| 2005-11-06 | Reordered MEDIA_ROOT and MEDIA_URL in global_settings so they're not in the C... | Adrian Holovaty |
| 2005-11-06 | Documented meta.Admin list_select_related option from [1092] | Adrian Holovaty |
| 2005-11-06 | Fixed #723 -- Documented 'django-admin installperms' | Adrian Holovaty |
| 2005-11-06 | Fixed #281 -- Made e-mail address validation much more strict and accurate. | Adrian Holovaty |
| 2005-11-06 | Fixed #319 -- Updated docs/model-api.txt to note that prepopulate_from doesn'... | Adrian Holovaty |
| 2005-11-06 | Fixed #312 -- Fixed bug when adding images in the admin when edit_inline and ... | Adrian Holovaty |
| 2005-11-06 | Fixed #732 -- Updated de translation. Thanks, lucky@knup.de | Adrian Holovaty |
| 2005-11-06 | Fixed #738 -- Updated cs translation. Thanks, radek svarz | Adrian Holovaty |
| 2005-11-06 | Fixed #727 -- Fixed leftover %() syntax in password_reset_email template. Tha... | Adrian Holovaty |
| 2005-11-06 | Fixed #741 -- Made models.core.Session.get_decoded() fault-tolerant, in case ... | Adrian Holovaty |
| 2005-11-06 | Reworded docstrings and settings documentation from [1068] | Adrian Holovaty |
| 2005-11-06 | Fixed #729 -- prepopulate_from (urlify.js) now removes characters that aren't... | Adrian Holovaty |
| 2005-11-06 | Tiny docstring cleanup in middleware/common.py | Adrian Holovaty |
| 2005-11-06 | Fixed #740 -- Abstracted hard-coded slash in utils/translation.py. Thanks, ra... | Adrian Holovaty |
| 2005-11-06 | Small docstring change to django.views.static | Adrian Holovaty |
| 2005-11-06 | Fixed #737 -- Changed validators.isValidIPAddress4 to use a single regex. Tha... | Adrian Holovaty |
| 2005-11-05 | Added meta.Admin list_select_related option, which specifies to use select_re... | Adrian Holovaty |
| 2005-11-05 | Fixed #734 -- Fixed namespace bug in validators.isValidIPAddress4. Thanks, Hu... | Adrian Holovaty |
| 2005-11-05 | Made small edits to docs/i18n.txt | Adrian Holovaty |
| 2005-11-05 | Fixed ReST bugs in i18n.txt from [1087] | Adrian Holovaty |
| 2005-11-05 | Moved translation.txt to i18n.txt | Adrian Holovaty |
| 2005-11-05 | Moderately heavy rewrite of docs/translation.txt | Adrian Holovaty |
| 2005-11-04 | Fixed #728 -- Updated Norwegian translation. Thanks, Espen | Adrian Holovaty |
| 2005-11-04 | Renamed language no_NB to no | Adrian Holovaty |
| 2005-11-04 | Added Norwegian translation -- Thanks Espen | Adrian Holovaty |
| 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 | Added DATABASE_PORT to docs/legacy_databases.txt | Adrian Holovaty |
| 2005-11-02 | Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of tab... | Adrian Holovaty |
| 2005-11-02 | Changed docs/legacy_databases.txt to link to settings docs | Adrian Holovaty |
| 2005-11-02 | Improved docs/db-api.txt to specify that case-sensitive ordering isn't supported | Adrian Holovaty |
| 2005-11-02 | Made floatformat filter not choke on non-floats | Jacob Kaplan-Moss |
| 2005-11-02 | Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt | Adrian Holovaty |
| 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-11-01 | Fixed #548 -- Added missing step at the end of docs/tutorial04.txt | Adrian Holovaty |
| 2005-11-01 | Added model unit tests for year, month and day lookup. Refs #659 | Adrian Holovaty |
| 2005-10-31 | More tightening of docs/cache.txt | Adrian Holovaty |