| Age | Commit message (Expand) | Author |
| 2006-01-23 | Added 'How do I automatically set a field's value to the user who last edited... | Adrian Holovaty |
| 2006-01-23 | Added 'How can I download the Django documentation to read it offline?' to do... | Adrian Holovaty |
| 2006-01-23 | Removed example.com from default admin templates. One less thing to change in... | Wilson Miner |
| 2006-01-21 | Added 'Custom libraries and template inheritance' section to docs/templates.txt | Adrian Holovaty |
| 2006-01-20 | Added link to washingtonpost.com from docs/faq.txt | Adrian Holovaty |
| 2006-01-20 | Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any pa... | Adrian Holovaty |
| 2006-01-20 | Added section to docs/db-api.txt about ordering by fields in other tables | Adrian Holovaty |
| 2006-01-19 | Removed commented-out decorator syntax in admin template tags. It was looking... | Adrian Holovaty |
| 2006-01-19 | Made small simplification to admin_modify template tag logic | Adrian Holovaty |
| 2006-01-19 | Small style cleanups to the recent changes in docs/i18n.txt | Adrian Holovaty |
| 2006-01-19 | Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows... | Adrian Holovaty |
| 2006-01-19 | Changed unique-messages.py, compile-messages.py and make-messages.py to use '... | Adrian Holovaty |
| 2006-01-18 | Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski Holt | Adrian Holovaty |
| 2006-01-18 | added a note on what to do when app developers want to provide translations f... | Georg Bauer |
| 2006-01-17 | Fixed spaceless template-tag tests in trunk (from magic-removal [2030]) | Adrian Holovaty |
| 2006-01-17 | Improved doctests to normalize long integers in compared output | Adrian Holovaty |
| 2006-01-16 | Fixed bug in spaceless template-tag documentation. Thanks, Esaj | Adrian Holovaty |
| 2006-01-16 | Fixed #1231 -- Added documentation for {% spaceless %} tag to the auto-genera... | Adrian Holovaty |
| 2006-01-16 | Fixed #1234 -- Fixed admin problem with login status getting out of sync with... | Adrian Holovaty |
| 2006-01-16 | Added missing 'staff_member_required' decorator to change_stage() admin view | Adrian Holovaty |
| 2006-01-15 | Added 'Comparing objects' section to docs/db-api.txt | Adrian Holovaty |
| 2006-01-15 | fixed #1228 - updated 'sr' translation | Georg Bauer |
| 2006-01-15 | fixed #1226 - updated 'sk' translation | Georg Bauer |
| 2006-01-15 | Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S... | Adrian Holovaty |
| 2006-01-15 | Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode... | Adrian Holovaty |
| 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 |