| Age | Commit message (Expand) | Author |
| 2005-12-06 | Improved django.contrib.admin.views.main to raise ImproperlyConfigured if adm... | Adrian Holovaty |
| 2005-12-05 | Fixed bug in get_next_by_FOO/get_previous_by_FOO methods that caused a databa... | Jacob Kaplan-Moss |
| 2005-12-05 | fixes #997 - updated 'sr' translation | Georg Bauer |
| 2005-12-05 | Changed CommonMiddleware so it doesn't assume HTTP_HOST is set. | Adrian Holovaty |
| 2005-12-05 | Fixed #982 -- Added '__ne__' support for Django models, which apparently wasn... | Adrian Holovaty |
| 2005-12-04 | fixed #995 - updated 'it' translations for JavaScript | Georg Bauer |
| 2005-12-04 | fixes #993 - updated 'cy' translations | Georg Bauer |
| 2005-12-04 | reverted changes from [1534] and [1536] regarding ticket #966 | Georg Bauer |
| 2005-12-04 | added more translation hooks for calendar (month names and day first characte... | Georg Bauer |
| 2005-12-04 | fixes #991 - updated 'sv' translations | Georg Bauer |
| 2005-12-04 | fixes #990 - updated 'zh_CN' translation | Georg Bauer |
| 2005-12-04 | updated all message files for possible new message IDs and new line numbers | Georg Bauer |
| 2005-12-04 | fixes #989 - new 'no' translations for JavaScript | Georg Bauer |
| 2005-12-04 | fixes #988 - new djangjs translation for 'it' | Georg Bauer |
| 2005-12-04 | limit packages in javascript_catalog to settings.INSTALLED_APPS and 'django.c... | Georg Bauer |
| 2005-12-04 | first take at admin JavaScript translation - translation hooks for the calend... | Georg Bauer |
| 2005-12-04 | added infrastructure code for later javascript translating (currently not act... | Georg Bauer |
| 2005-12-03 | again fix for the popen3 calls in make-messages.py - thx. Olivier | Georg Bauer |
| 2005-12-03 | added 'b' modifier to popen3 calls in make-messages.py to help getting it to ... | Georg Bauer |
| 2005-12-02 | Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, Ol... | Adrian Holovaty |
| 2005-12-01 | fixes #976 - updated 'sk' translation | Georg Bauer |
| 2005-12-01 | fixes #956, #969 and #955 - updated 'gl', 'sk' and 'es' translations | Georg Bauer |
| 2005-12-01 | Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/' | Adrian Holovaty |
| 2005-12-01 | Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad... | Adrian Holovaty |
| 2005-12-01 | Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ... | Adrian Holovaty |
| 2005-12-01 | Fixed #971 -- inspectdb for SQLite now introspects field types. | Adrian Holovaty |
| 2005-12-01 | Fixed #965 -- 'django-admin.py sqlsequencereset' now includes m2m tables. Tha... | Adrian Holovaty |
| 2005-12-01 | Fixed #452 -- Fixed bug in generated DB API for models that have two ManyToMa... | 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 | 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 | Added mod_python authentication handler and document on authenticating agains... | Jacob Kaplan-Moss |
| 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 |