| Age | Commit message (Expand) | Author |
| 2006-01-15 | Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_E... | Adrian Holovaty |
| 2006-01-15 | Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a... | Adrian Holovaty |
| 2006-01-15 | Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa... | Adrian Holovaty |
| 2006-01-15 | Fixed #1196 -- Admin deletion step no longer assumes related objects have pri... | Adrian Holovaty |
| 2006-01-15 | Fixed #1062 -- Fixed database typecasting bug for DateTimeFields in SQLite. T... | Adrian Holovaty |
| 2006-01-15 | Fixed #1165 -- Fixed bug in generated CREATE TABLE statements where a primary... | Adrian Holovaty |
| 2006-01-15 | Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ... | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-15 | Fixed #1218 -- Improved model validator to complain for non True/False values... | Adrian Holovaty |
| 2006-01-15 | Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,... | Adrian Holovaty |
| 2006-01-15 | Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be c... | Adrian Holovaty |
| 2006-01-15 | Fixed #1200 -- Admin no longer assumes white default background color. Thanks... | Adrian Holovaty |
| 2006-01-13 | fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th... | Georg Bauer |
| 2006-01-13 | Updated docs/tutorial02.txt to include extra sentence about remembering the '... | Adrian Holovaty |
| 2006-01-13 | Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo | Adrian Holovaty |
| 2006-01-13 | fixes #1183 - updated 'ja' translation | Georg Bauer |
| 2006-01-13 | fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE... | Georg Bauer |
| 2006-01-12 | updated translation strings and added dutch to LANGUAGES | Georg Bauer |
| 2006-01-12 | Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde... | Adrian Holovaty |
| 2006-01-12 | Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt) | Jacob Kaplan-Moss |
| 2006-01-12 | Added a link to admin docs in the userlinks block in admin templates. | Wilson Miner |
| 2006-01-12 | Changed answer to 'Do you have any of those nifty screencast things?' in docs... | Adrian Holovaty |
| 2006-01-12 | Fixed billion vs. million bug in docs/model-api.txt. Thanks, Armin | Adrian Holovaty |
| 2006-01-12 | Added ROOT_URLCONF to docs/settings.txt. Thanks, poelzi | Adrian Holovaty |
| 2006-01-12 | Removed 'Subclassing Context: Custom subclasses' from docs/templates_python.t... | Adrian Holovaty |
| 2006-01-12 | Added more explanation to docs/email.txt 'Preventing header injection' section. | Adrian Holovaty |
| 2006-01-12 | Fixed #1203 -- Fixed two typos in cache.py. Thanks, Eugene | Adrian Holovaty |
| 2006-01-11 | Removed a troublesome line of javascript that caused the many-to-many interfa... | Jacob Kaplan-Moss |
| 2006-01-11 | Updated tutorial01.txt to note possible error about DATABASE_ENGINE | Adrian Holovaty |
| 2006-01-11 | Updated docs/install.txt to note 0.91 | Adrian Holovaty |
| 2006-01-11 | Changed INSTALL to use 'python' instead of 'python2.3' | Adrian Holovaty |
| 2006-01-11 | Fixed error in docs/templates_python.txt (thanks, Alice) | Jacob Kaplan-Moss |
| 2006-01-11 | Updated ez_setup.py from 0.6a7 to 0.6a9 | Adrian Holovaty |
| 2006-01-11 | Cleaned up setup.py in preparation for 0.91 release | Adrian Holovaty |
| 2006-01-11 | Added 'Unit tests' section to docs/contributing.txt | Adrian Holovaty |
| 2006-01-11 | Fixed typo in docs/django-admin.py | Adrian Holovaty |
| 2006-01-11 | Fixed typo in docs/django-admin.txt | Adrian Holovaty |
| 2006-01-11 | Updated tutorials 1-4 to use manage.py instead of django-admin.py, new direct... | Adrian Holovaty |
| 2006-01-11 | Added 'shell' option to django-admin.py and manage.py | Adrian Holovaty |
| 2006-01-11 | Changed project_template so that it doesn't create an 'apps' directory | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1195 -- Fixed formfields.TimeField bug introduced in [1872] | Adrian Holovaty |
| 2006-01-09 | Fixed #1110 -- wordwrap template filter now calls str() on input. Thanks, scum | Adrian Holovaty |
| 2006-01-09 | Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi... | Adrian Holovaty |
| 2006-01-09 | Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4.... | Adrian Holovaty |
| 2006-01-09 | Fixed #1034 -- Changed get_last_insert_id to quote database table name. Thank... | Adrian Holovaty |
| 2006-01-09 | Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng | Adrian Holovaty |
| 2006-01-08 | Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller | Adrian Holovaty |