| Age | Commit message (Expand) | Author |
| 2005-11-25 | new-admin and trunk: Normalized spacing differences in bin/validate.py betwee... | Adrian Holovaty |
| 2005-11-25 | Added translation strings to django/contrib/admin/views/decorators.py. Taken ... | Adrian Holovaty |
| 2005-11-25 | Negligible spacing change in tests/othertests/templates.py | Adrian Holovaty |
| 2005-11-25 | Tiny formatting changes to templatetags/i18n.py | Adrian Holovaty |
| 2005-11-25 | Converted django.contrib.admin.templatetags.adminmedia to use simple_tag deco... | Adrian Holovaty |
| 2005-11-25 | Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak... | Adrian Holovaty |
| 2005-11-25 | and another little fix to the email sending stuff on password_reset - using C... | Georg Bauer |
| 2005-11-25 | now really fixed the source formatting. brought to you by the magics of IRC-b... | Georg Bauer |
| 2005-11-24 | just another small fix to the template_debug layout | Georg Bauer |
| 2005-11-24 | fixed debug view for templates so it starts counting with 1 | Georg Bauer |
| 2005-11-24 | mail sending used Template.render, but passed only a dictionary, not a Contex... | Georg Bauer |
| 2005-11-24 | small fix to the template_debug stuff, it was dropping last characters and di... | Georg Bauer |
| 2005-11-24 | Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ... | Adrian Holovaty |
| 2005-11-24 | Converted django/models/__init__.py to use unix newlines, not DOS | Adrian Holovaty |
| 2005-11-24 | Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort... | Adrian Holovaty |
| 2005-11-24 | Added a get_template_sources generator function to filesystem and app_directo... | Adrian Holovaty |
| 2005-11-24 | fixes #898 - updated 'sk' translation. Additional a small fix in the 'de' tra... | Georg Bauer |
| 2005-11-24 | fixed a typo in a trans template tag. Thx David Ascher (on IRC) | Georg Bauer |
| 2005-11-24 | Fixed small typo in User object; thanks David Ascher | Jacob Kaplan-Moss |
| 2005-11-24 | Updated django.utils.translation due to template changes from [1379]. From ne... | Adrian Holovaty |
| 2005-11-24 | changed the linebreaks_iter function to use str.find instead of re.finditer, ... | Georg Bauer |
| 2005-11-23 | Added TEMPLATE_DEBUG to docs/settings.txt | Adrian Holovaty |
| 2005-11-23 | Added Wilson's HTML tweaks to the template error screen | Adrian Holovaty |
| 2005-11-23 | Added Wilson's CSS tweaks to the template error screen | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-23 | Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template | Adrian Holovaty |
| 2005-11-23 | Added better error handling for trailing periods in URLconf include()s | Adrian Holovaty |
| 2005-11-23 | Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron Swartz | Adrian Holovaty |
| 2005-11-23 | updated all message files for translation hooks from [1368] | Georg Bauer |
| 2005-11-23 | another update for the german translations file | Georg Bauer |
| 2005-11-23 | updated message files for new translation targets (comments) and updated 'de'... | Georg Bauer |
| 2005-11-23 | Applied translation strings from new-admin to contrib.admin.views.doc | Adrian Holovaty |
| 2005-11-23 | made the message when locale/ or conf/locale/ could not be found a bit more c... | Georg Bauer |
| 2005-11-23 | Added translation strings to django.contrib.comments. Taken from new-admin. | Adrian Holovaty |
| 2005-11-22 | updated 'sk' translations. Fixes #881 | Georg Bauer |
| 2005-11-22 | added translation hooks to timesince and updated message files to reflect the... | Georg Bauer |
| 2005-11-22 | preliminary fix for DATE_FORMAT and friends in 'cs' translation | Georg Bauer |
| 2005-11-22 | Fixed grammar error in error message from [1355] | Adrian Holovaty |
| 2005-11-22 | Fixed #879 -- Middleware loader now throws a better error for MIDDLEWARE_CLAS... | Adrian Holovaty |
| 2005-11-22 | Added docs/add_ons.txt -- small documentation of contrib | Adrian Holovaty |
| 2005-11-22 | Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang | Adrian Holovaty |
| 2005-11-22 | Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek | Adrian Holovaty |
| 2005-11-22 | Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU... | Adrian Holovaty |
| 2005-11-22 | Changed views.defaults page_not_found and server_error to pass in optional te... | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |
| 2005-11-22 | Changed package_data formatting in setup.py to match that of new-admin | Adrian Holovaty |
| 2005-11-22 | Tiny logic tightening in core.template.loader -- taken from new-admin | Adrian Holovaty |
| 2005-11-22 | Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-a... | Adrian Holovaty |
| 2005-11-22 | Fixed bug in docs/templates.txt | Adrian Holovaty |
| 2005-11-22 | Beefed up docs for floatformat template filter | Adrian Holovaty |