| Age | Commit message (Expand) | Author |
| 2006-05-22 | Fixed #1931 -- update_object generic view no longer assumes the object's get_... | Adrian Holovaty |
| 2006-05-21 | Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt | Adrian Holovaty |
| 2006-05-21 | Improved the advice on using QuerySets in extra_context based on feedback from | Malcolm Tredinnick |
| 2006-05-20 | Documented that CommonMiddleware will not append a slash to URLs containing a | Malcolm Tredinnick |
| 2006-05-19 | Fixed #1901 -- removed typos from calls to _get_image_dimensions and | Malcolm Tredinnick |
| 2006-05-19 | Prevent people from using "startapp" to create apps with the same name as the... | Malcolm Tredinnick |
| 2006-05-19 | Small cleanups to docs/model-api.txt and docs/django-admin.txt | Adrian Holovaty |
| 2006-05-19 | Fixed #1886 -- documented the syncdb option. | Malcolm Tredinnick |
| 2006-05-19 | Documented that the development server does not, by default handle static | Malcolm Tredinnick |
| 2006-05-19 | Fixed #981 -- documented the SQL initial data insert files. | Malcolm Tredinnick |
| 2006-05-19 | Documented the simple_tag and inclusion_tag functions that make writing certain | Malcolm Tredinnick |
| 2006-05-18 | The tests now run correctly with the new psycopg2 backend. There's 4 failure... | Jacob Kaplan-Moss |
| 2006-05-18 | Fixed whitespace in tests/runtests.py | Jacob Kaplan-Moss |
| 2006-05-18 | Made a few small tweaks to admin doc pages. | Jacob Kaplan-Moss |
| 2006-05-18 | Fixed #1724 -- updated the output from the shell commands to match what we now | Malcolm Tredinnick |
| 2006-05-18 | fixed #1909: updated japanese translation | Georg Bauer |
| 2006-05-18 | fixed #1893: updated hebrew translation | Georg Bauer |
| 2006-05-18 | Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch,... | Adrian Holovaty |
| 2006-05-17 | fixed #1906: updated zh_CN translation | Georg Bauer |
| 2006-05-17 | Clarified (hopefully) how to use the default settings override in configure(). | Malcolm Tredinnick |
| 2006-05-17 | Clarified how extra_context values are evaluated and, in particular, how to | Malcolm Tredinnick |
| 2006-05-17 | Changed the link the "official tarball" to refer to the 0.91 release and added | Malcolm Tredinnick |
| 2006-05-17 | Added comment explaining nonobvious self.__dict__ assignment in django.conf._... | Adrian Holovaty |
| 2006-05-16 | Added postgresql_psycopg2 backend, which is untested, just for a starting point | Adrian Holovaty |
| 2006-05-16 | Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.... | Adrian Holovaty |
| 2006-05-16 | Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr | Adrian Holovaty |
| 2006-05-16 | Fixed #1830 -- MySQL inspectdb now detects tinyint field properly | Adrian Holovaty |
| 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 |