| Age | Commit message (Expand) | Author |
| 2005-11-29 | Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab... | Adrian Holovaty |
| 2005-11-28 | Restored {% debug %} template tag, which was inadvertently removed in [1443] | Adrian Holovaty |
| 2005-11-28 | Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh | Adrian Holovaty |
| 2005-11-28 | Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th... | Adrian Holovaty |
| 2005-11-28 | Fixed #943 -- Restored django-admin createsuperuser functionality with no arg... | Adrian Holovaty |
| 2005-11-28 | fixes #946 - updated 'cs' translation | Georg Bauer |
| 2005-11-28 | added a new translation tag for the search "go" button | Georg Bauer |
| 2005-11-28 | Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ... | Adrian Holovaty |
| 2005-11-27 | Fixed #938 -- Fixed bug in admin model docs with OneToOneField | Adrian Holovaty |
| 2005-11-27 | Fixed bug in contrib/admin/templates/admin_doc/model_detail.html | Adrian Holovaty |
| 2005-11-27 | Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U... | Adrian Holovaty |
| 2005-11-27 | Removed unnecessary load_template_source() function in django/core/template/l... | Adrian Holovaty |
| 2005-11-27 | Fixed #917 -- Made admin change_list view overridable by custom templates | Adrian Holovaty |
| 2005-11-27 | Moved {% extends %} tag to top of template for admin/change_list.html | Adrian Holovaty |
| 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 |