| Age | Commit message (Expand) | Author |
| 2005-11-27 | Fixed #931 -- Fixed unordered_list template filter | Adrian Holovaty |
| 2005-11-27 | fixes #932 - updated 'cs' translation | Georg Bauer |
| 2005-11-27 | Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca... | Adrian Holovaty |
| 2005-11-27 | Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for rep... | Adrian Holovaty |
| 2005-11-27 | Changed template library system so that it looks for a module-level variable ... | Adrian Holovaty |
| 2005-11-27 | Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.html | Adrian Holovaty |
| 2005-11-27 | fixes #929 - updated 'sr' translation | Georg Bauer |
| 2005-11-27 | Added robots meta tag to views.static.serve to block robots from indexing and... | Adrian Holovaty |
| 2005-11-27 | Fixed bug in [1443] -- slice filter was registered as 'slice_' | Adrian Holovaty |
| 2005-11-27 | loading of templates in includes now reraises the template loading exception ... | Georg Bauer |
| 2005-11-27 | unknown sources are now shown correctly as <unknown source> (before it was sh... | Georg Bauer |
| 2005-11-26 | Fixed bug in [1443] -- Missing Context import in django.core.template.loader | Adrian Holovaty |
| 2005-11-26 | Fixed bug in [1443] -- renamed compile_filters call to compile_filter | Adrian Holovaty |
| 2005-11-26 | Fixed bug in [1443] -- a decorator call was left in | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-26 | Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. Th... | Adrian Holovaty |
| 2005-11-26 | fixes #910, #918 and #922 - updated 'sk', 'ru' and 'zh_CN' translations | Georg Bauer |
| 2005-11-26 | Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di... | Adrian Holovaty |
| 2005-11-26 | Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom Tobin | Adrian Holovaty |
| 2005-11-25 | updated all message files for the new_admin merge | Georg Bauer |
| 2005-11-25 | Merged mo/po files from new-admin branch | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-11-25 | Fixed #906 - thanks, Esaj | Jacob Kaplan-Moss |
| 2005-11-25 | Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Than... | Adrian Holovaty |
| 2005-11-25 | Added translation strings to django/core/meta/fields.py. Taken from new-admin. | Adrian Holovaty |
| 2005-11-25 | Added translation strings to core/formfields.py. Taken from new-admin. | Adrian Holovaty |
| 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 | 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 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 |