| Age | Commit message (Expand) | Author |
| 2005-12-01 | Fixed #452 -- Fixed bug in generated DB API for models that have two ManyToMa... | Adrian Holovaty |
| 2005-12-01 | Added unit tests to confirm #452. Refs #452. | Adrian Holovaty |
| 2005-12-01 | Fixed bug in basic.py model unit tests caused by [1511] -- the special-case M... | Adrian Holovaty |
| 2005-12-01 | Improved model validator to throw error if a model has two ManyToMany relatio... | Adrian Holovaty |
| 2005-12-01 | Small fix to a comment in django.core.meta.init | Adrian Holovaty |
| 2005-12-01 | Fixed #757: manually set AutoField values are now respected; also added unit ... | Jacob Kaplan-Moss |
| 2005-11-30 | Added allow_empty hook to archive_index date-based generic view. | Adrian Holovaty |
| 2005-11-30 | Added Jason Davies to AUTHORS | Adrian Holovaty |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-30 | Small simplification to request.GET.items() call in contrib.admin.views.main.... | Adrian Holovaty |
| 2005-11-30 | Fixed bug in [1504] admin/views/main.py | Adrian Holovaty |
| 2005-11-30 | Fixed bug in QueryDict parse_sql() call under mod_python, which requires quer... | Adrian Holovaty |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-30 | Moved parse_sql import in django.utils.httpwrappers to the top of the module,... | Adrian Holovaty |
| 2005-11-30 | Small importing change in django.utils.httpwrappers. Refs #736. | Adrian Holovaty |
| 2005-11-30 | Moved Apache auth handler to django/contrib/auth/handlers/modpython.py | Adrian Holovaty |
| 2005-11-30 | Added django.contrib.auth, in preparation for moving stuff to it | Adrian Holovaty |
| 2005-11-30 | Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley | Adrian Holovaty |
| 2005-11-30 | Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ... | Adrian Holovaty |
| 2005-11-29 | Fixed small ReST error in [1495] | Jacob Kaplan-Moss |
| 2005-11-29 | Added mod_python authentication handler and document on authenticating agains... | Jacob Kaplan-Moss |
| 2005-11-29 | Changed URL for cygnus in AUTHORS | Adrian Holovaty |
| 2005-11-29 | Added cygnus to AUTHORS | Adrian Holovaty |
| 2005-11-29 | Added C8E to AUTHORS | Adrian Holovaty |
| 2005-11-29 | Clarified wording about deprecated features (thanks, Wilson) | Jacob Kaplan-Moss |
| 2005-11-29 | Fixed typo in docs/admin_css.txt. Thanks, Daniel | Adrian Holovaty |
| 2005-11-29 | Fixed #954 -- Many-to-many raw_id_admin change page now displays original obj... | Adrian Holovaty |
| 2005-11-29 | Added a GOTCHA comment in django/core/template/init.py | Adrian Holovaty |
| 2005-11-29 | Negligible spacing fix to admin/templates/widget/foreign.html | Adrian Holovaty |
| 2005-11-29 | Negligible spacing fix to admin.templatetags.admin_modify | Adrian Holovaty |
| 2005-11-29 | Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were... | Adrian Holovaty |
| 2005-11-29 | Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S... | Adrian Holovaty |
| 2005-11-29 | Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab... | Adrian Holovaty |
| 2005-11-29 | Fixed some tiny typos in docs/contributing.txt | Adrian Holovaty |
| 2005-11-28 | Restored {% debug %} template tag, which was inadvertently removed in [1443] | Adrian Holovaty |
| 2005-11-28 | Added "how to contribute to Django" document | Jacob Kaplan-Moss |
| 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 | Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f... | 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 |