| Age | Commit message (Expand) | Author |
| 2006-05-05 | Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha... | Adrian Holovaty |
| 2006-05-05 | Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi... | Adrian Holovaty |
| 2006-05-05 | Fixed #1731 -- Added note to docs/model-api.txt about location of model repos... | Adrian Holovaty |
| 2006-05-05 | Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks... | Adrian Holovaty |
| 2006-05-05 | Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-05-05 | Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa... | Adrian Holovaty |
| 2006-05-05 | Added Joseph K. to AUTHORS | Adrian Holovaty |
| 2006-05-05 | Finished proofreading docs/model-api.txt | Adrian Holovaty |
| 2006-05-04 | Fixed #1765 -- Fixed bug in docs/tutorial01.txt. Thanks, nick@efford.net | Adrian Holovaty |
| 2006-05-04 | Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f... | Jacob Kaplan-Moss |
| 2006-05-04 | Added note to docs/contributing.txt about nobody responding on django-developers | Adrian Holovaty |
| 2006-05-04 | Proofread some of docs/model-api.txt. Still not done with this one. | Adrian Holovaty |
| 2006-05-04 | Removed ManyToManyRel.singular, which wasn't being used anymore. | Adrian Holovaty |
| 2006-05-04 | Fixed bug in admin: raw_id_admin fields weren't displaying their old values n... | Adrian Holovaty |
| 2006-05-04 | Removed 'Your first page' section from docs/tutorial01.txt in the interim bef... | Adrian Holovaty |
| 2006-05-03 | Changed docs/faq.txt MVC question to use clearer argument made in Jacob's Goo... | Adrian Holovaty |
| 2006-05-03 | Fixed typos in docs/db-api.txt | Adrian Holovaty |
| 2006-05-03 | Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank... | Jacob Kaplan-Moss |
| 2006-05-03 | Temporarily changed 'blog' to 'poll' in tutorial01 to avoid confusion | Adrian Holovaty |
| 2006-05-03 | Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Thanks, misc... | Adrian Holovaty |
| 2006-05-03 | Proofread docs/db-api.txt | Adrian Holovaty |
| 2006-05-03 | Fixed #1747 -- Fixed error in docs/model-api.txt. | Adrian Holovaty |
| 2006-05-03 | Fixed two typos in docs/url_dispatch.txt | Adrian Holovaty |
| 2006-05-02 | Fixed #1745 -- Accessing many-to-many relationships without a PK value now th... | Adrian Holovaty |
| 2006-05-02 | Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, Slow... | Adrian Holovaty |
| 2006-05-02 | Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages. | Adrian Holovaty |
| 2006-05-02 | Fixed #1739 -- Fixed typo in link in docs/middleware.txt | Adrian Holovaty |
| 2006-05-02 | Fixed ReST error in docs/flatpages.txt | Adrian Holovaty |
| 2006-05-02 | Fixed more ReST errors in docs | Adrian Holovaty |
| 2006-05-02 | Fixed some ReST errors in docs/db-api.txt | Adrian Holovaty |
| 2006-05-02 | Fixed some ReST errors in docs/db-api.txt | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-27 | Removed docs/writing-apps-guide-outline.txt -- not sure what that was. | Adrian Holovaty |
| 2006-04-24 | Made small change to docs/generic_views.txt: 1 --> 01 | Adrian Holovaty |
| 2006-04-21 | Added note to docs/modpython.txt about prefork MPM vs. worker MPM | Adrian Holovaty |
| 2006-04-14 | Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-04-13 | Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb | Adrian Holovaty |
| 2006-04-13 | fixed #1526: updated slovak (sk) translation | Georg Bauer |
| 2006-04-13 | Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only ... | Adrian Holovaty |
| 2006-04-13 | Added some examples to 'ordering' section of docs/model-api.txt | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-04-12 | Fixed #1531 -- Fixed eager exception catching that caused the template system... | Adrian Holovaty |
| 2006-04-12 | Negligible spacing change to core/template/loader.py | Adrian Holovaty |
| 2006-04-11 | Fixed #1569 -- Made streaming HttpResponse unicode-aware | Adrian Holovaty |
| 2006-04-11 | Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-04-11 | Removed unneeded 'import sys' from base.py handler | Adrian Holovaty |
| 2006-04-11 | Fixed #1551 -- Improved base handler to not lose track of important exception... | Adrian Holovaty |
| 2006-04-11 | Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3 | Adrian Holovaty |
| 2006-04-11 | Converted django.core.mail to use 'from django.conf import settings' instead ... | Adrian Holovaty |
| 2006-04-11 | Added note to docs/templates.txt about {% extends %} needing to be the first ... | Adrian Holovaty |