| Age | Commit message (Expand) | Author |
| 2006-05-16 | Fixed #1834 -- Added docstrings to admin template tags. Thanks, ubernostrum | Adrian Holovaty |
| 2006-05-16 | updated translation files - new message IDs from magic removal | Georg Bauer |
| 2006-05-16 | switched el translation to iso-8859-1 to prevent compile-messages and make-me... | Georg Bauer |
| 2006-05-16 | updated german translations | Georg Bauer |
| 2006-05-16 | fixed #1854: updated icelandic translations | Georg Bauer |
| 2006-05-16 | fixed #1831: added hungarian translation | Georg Bauer |
| 2006-05-16 | fixed #1817: added translation hooks for 3-letter month names | Georg Bauer |
| 2006-05-16 | fixed #1660: added support functions and tags for bidi language support | Georg Bauer |
| 2006-05-16 | Added first stab at reverse matching to urlresolvers.py | Adrian Holovaty |
| 2006-05-15 | Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks... | Adrian Holovaty |
| 2006-05-15 | Fixed #1815: More documentation proof-reading from nico@teknico.net. | Malcolm Tredinnick |
| 2006-05-15 | Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan. | Malcolm Tredinnick |
| 2006-05-15 | Fixed #1852 -- Improved TemplateSyntaxError to display the original exception... | Adrian Holovaty |
| 2006-05-15 | Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe... | Adrian Holovaty |
| 2006-05-15 | Fixed #1864 -- Changed ContentType repr to str | Adrian Holovaty |
| 2006-05-15 | Fixed #1858 : typo in get_FIELD_size() method. Thanks, tom@jerakeen.org. | Malcolm Tredinnick |
| 2006-05-14 | Fixed #1530 -- make count() respect distinct() on QuerySets. Create some | Malcolm Tredinnick |
| 2006-05-13 | Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using | Jacob Kaplan-Moss |
| 2006-05-11 | Fixed CsrfMiddleware post processing so that it in the presence of multiple | Luke Plant |
| 2006-05-11 | Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call... | Luke Plant |
| 2006-05-11 | Updated tests in line with changed exception messages, fixing 2 failures. | Luke Plant |
| 2006-05-11 | Updated 'or_lookup' tests to give example of more compact syntax, for the sak... | Luke Plant |
| 2006-05-11 | Changed Site model to use str, not repr | Adrian Holovaty |
| 2006-05-11 | Fixed #1750 -- Changed setup.py to exclude 'examples.*' | Adrian Holovaty |
| 2006-05-11 | Fixed #1837 -- Gave FlatPage a str | Adrian Holovaty |
| 2006-05-10 | Added Model.__str__() default fallback, and changed Model.__repr__() to embed... | Adrian Holovaty |
| 2006-05-09 | Fixed bugs in docs/model-api.txt | Adrian Holovaty |
| 2006-05-09 | Fixed #1743 -- Updated Norwegian translations. Thanks, espen.grindhaug | Adrian Holovaty |
| 2006-05-09 | Fixed #1757 -- Updated Dutch translation. Thanks, Rudolph | Adrian Holovaty |
| 2006-05-09 | Added padding fix to container to address reported display issues in Safari. | Wilson Miner |
| 2006-05-09 | Fixed #1804 -- Updated fr translation. Thanks, gael.dev@4now.net | Adrian Holovaty |
| 2006-05-09 | Fixed #1806 -- Updated ja translation. Thanks, mtsuyuki@gmail.com | Adrian Holovaty |
| 2006-05-09 | Fixed #1752 -- Updated cs translations. Thanks, radek | Adrian Holovaty |
| 2006-05-09 | Fixed #1477 -- Made maxlength overridablef for URLField formfield | Adrian Holovaty |
| 2006-05-09 | Fixed #1797 -- Fixed NameError in ado_mssql backend. Thanks, pb | Adrian Holovaty |
| 2006-05-09 | Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField... | Adrian Holovaty |
| 2006-05-09 | Fixed #1811 -- Fixed inconsistencies in docs/overview.txt | Adrian Holovaty |
| 2006-05-09 | Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks... | Adrian Holovaty |
| 2006-05-09 | Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net | Adrian Holovaty |
| 2006-05-08 | Added CsrfMiddleware to contrib, and documentation. | Luke Plant |
| 2006-05-08 | Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quark... | Adrian Holovaty |
| 2006-05-08 | Made small clarification to docs/modpython.txt | Adrian Holovaty |
| 2006-05-06 | Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None... | Adrian Holovaty |
| 2006-05-06 | Removed section in docs/model-api.txt about connection.commit(), which no lon... | Adrian Holovaty |
| 2006-05-06 | Updated docs regarding QuerySet slicing and IndexError, in line with r2859 | Luke Plant |
| 2006-05-06 | Changed the admin index to sort models alphabetically. | Luke Plant |
| 2006-05-06 | Removed unused code. | Luke Plant |
| 2006-05-06 | Made QuerySet slicing return IndexError instead of DoesNotExist (and related ... | Luke Plant |
| 2006-05-06 | Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th... | Adrian Holovaty |
| 2006-05-06 | Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri... | Adrian Holovaty |