| Age | Commit message (Expand) | Author |
| 2005-11-27 | Fixed #931 -- Fixed unordered_list template filter | Adrian Holovaty |
| 2005-11-27 | Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thank... | 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 nesh's full name to AUTHORS | Adrian Holovaty |
| 2005-11-27 | Added a 'Directory listings' section to docs/static_files.txt | Adrian Holovaty |
| 2005-11-27 | Fixed ReST error in [1455] | Adrian Holovaty |
| 2005-11-27 | Added note to docs/static_files.txt about serving static files in production | Adrian Holovaty |
| 2005-11-27 | Added docs/static_files.txt | Adrian Holovaty |
| 2005-11-27 | Fixed several bugs in docs/url_dispatch.txt, and made several clarifications | Adrian Holovaty |
| 2005-11-27 | Added robots meta tag to views.static.serve to block robots from indexing and... | Adrian Holovaty |
| 2005-11-27 | Improved docs/modpython.txt to add note about debugging under mod_python with... | Adrian Holovaty |
| 2005-11-27 | Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA | 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 bug in Python 2.3 example of user_passes_test decorator in docs/authent... | Adrian Holovaty |
| 2005-11-26 | Fixed #913 -- Made more helpful error for list_filter error. Thanks, Tom Tobin | Adrian Holovaty |
| 2005-11-26 | Added 'Error handling' section to docs/modpython.txt | 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 | Fixed #830 -- Added an AUTHORS file, which is inevitably incomplete | Adrian Holovaty |
| 2005-11-25 | Fixed typo in docs/model-api.txt | 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 | 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 |