| Age | Commit message (Expand) | Author |
| 2005-12-16 | Changed resolve_variable to resolve integers and floats as integers and float... | Adrian Holovaty |
| 2005-12-16 | Fixed #646 -- inspectdb no longer fails on database tables with hyphen in the... | Adrian Holovaty |
| 2005-12-16 | Fixed #937 -- autoreload no longer reloads on every request on Windows. Thank... | Adrian Holovaty |
| 2005-12-16 | Fixed #1039 -- Changed file-based cache to cache EOFErrors during pickle. Tha... | Adrian Holovaty |
| 2005-12-16 | Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks... | Adrian Holovaty |
| 2005-12-15 | Fixed misaligned icon on delete links. | Wilson Miner |
| 2005-12-15 | fixes #1066 - yesno used the wrong way to do translations | Georg Bauer |
| 2005-12-15 | Fixed #1040 -- Gave manage.py executable permission and added shebang line. T... | Adrian Holovaty |
| 2005-12-15 | Removed django/views/rss, which was empty | Adrian Holovaty |
| 2005-12-15 | Removed django/views/core, which was empty | Adrian Holovaty |
| 2005-12-14 | added a missed translation to the admin (the error message when you try to ad... | Georg Bauer |
| 2005-12-14 | fixes #1053 - updated 'es' translations | Georg Bauer |
| 2005-12-14 | Removed bin/validate.py -- it wasn't being used | Adrian Holovaty |
| 2005-12-10 | updated 'zn_CH' translations | Georg Bauer |
| 2005-12-10 | Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi... | Adrian Holovaty |
| 2005-12-09 | fixes #1036 - updated 'es' translation for JavaScript stuff | Georg Bauer |
| 2005-12-09 | updated javascript catalogs for new translation hooks | Georg Bauer |
| 2005-12-09 | added more translation hooks to javascript code - this time it is the two-col... | Georg Bauer |
| 2005-12-09 | Fixed #857 -- Changed default session cookie name from hotclub to sessionid. ... | Adrian Holovaty |
| 2005-12-09 | Fixed #1032 -- CREATE TABLE SQL in Postgres now quotes column name in 'CHECK'... | Adrian Holovaty |
| 2005-12-09 | Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRC | Adrian Holovaty |
| 2005-12-09 | Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than... | Adrian Holovaty |
| 2005-12-09 | Fixed #975 -- JavaScript shortcut in raw_id_admin for ManyToManyFields no lon... | Adrian Holovaty |
| 2005-12-09 | Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.com | Adrian Holovaty |
| 2005-12-09 | Fixed #998 -- Fixed edge-case bug in debug view for templates with only one l... | Adrian Holovaty |
| 2005-12-09 | Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i... | Adrian Holovaty |
| 2005-12-09 | Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th... | Adrian Holovaty |
| 2005-12-09 | Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only ... | Adrian Holovaty |
| 2005-12-09 | Fixed inconsistent spacing in contrib.admin.views.main | Adrian Holovaty |
| 2005-12-09 | Fixed inconsistent spacing in core/meta/fields.py | Adrian Holovaty |
| 2005-12-09 | Negligible quoting change to contrib/admin/templates/admin/change_form.html | Adrian Holovaty |
| 2005-12-09 | Fixed #992 -- Fixed bug in archive_month generic view leaving out the last da... | Adrian Holovaty |
| 2005-12-09 | Fixed #927 -- Non-integer primary keys save() method now works | Adrian Holovaty |
| 2005-12-08 | fixes #1029 - updated 'gl' translation | Georg Bauer |
| 2005-12-08 | fixes #1025 - updated 'sk' translation | Georg Bauer |
| 2005-12-07 | Fixed #1022 -- Fixed bug in admin when deleting models with OneToOne. Thanks,... | Adrian Holovaty |
| 2005-12-07 | Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's cal... | Adrian Holovaty |
| 2005-12-07 | Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltani | Adrian Holovaty |
| 2005-12-07 | Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ... | Adrian Holovaty |
| 2005-12-07 | Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider words | Adrian Holovaty |
| 2005-12-06 | fixes #1011 - updated 'es' translation for JavaScript | Georg Bauer |
| 2005-12-06 | fix for a problem with djangojs missing for some languages. Thx Olivier | Georg Bauer |
| 2005-12-06 | added two more message IDs for translations to dateparse.js - month names and... | Georg Bauer |
| 2005-12-06 | fixes #1005 - updated 'sk' translation | Georg Bauer |
| 2005-12-06 | fixes #1001 - new 'es' translations for JavaScript | Georg Bauer |
| 2005-12-06 | Added conf/project_template/manage.py, which is a light wrapper around django... | Adrian Holovaty |
| 2005-12-06 | Negligible capitalization change in django.core.management | Adrian Holovaty |
| 2005-12-06 | Factored out django.core.management ACTION_MAPPING into DEFAULT_ACTION_MAPPIN... | Adrian Holovaty |
| 2005-12-06 | Moved all logic from django-admin.py into django.core.management, into a new ... | Adrian Holovaty |
| 2005-12-06 | Debug 400 page now displays special error message if your URLconf is empty. | Adrian Holovaty |