summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-06Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@g...Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pbAdrian Holovaty
2006-05-05Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...Adrian Holovaty
2006-05-05Fixed #1378 -- Added svn:ignore for pyc files for all Django packagesAdrian Holovaty
2006-05-05Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the u...Adrian Holovaty
2006-05-05Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.la...Adrian Holovaty
2006-05-05Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat...Adrian Holovaty
2006-05-05Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ube...Adrian Holovaty
2006-05-05Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPyth...Adrian Holovaty
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...Adrian Holovaty
2006-05-05Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty
2006-05-05Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...Adrian Holovaty
2006-05-05Fixed #1731 -- Added note to docs/model-api.txt about location of model repos...Adrian Holovaty
2006-05-05Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks...Adrian Holovaty
2006-05-05Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pbAdrian Holovaty
2006-05-05Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa...Adrian Holovaty
2006-05-05Added Joseph K. to AUTHORSAdrian Holovaty
2006-05-05Finished proofreading docs/model-api.txtAdrian Holovaty
2006-05-04Fixed #1765 -- Fixed bug in docs/tutorial01.txt. Thanks, nick@efford.netAdrian Holovaty
2006-05-04Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f...Jacob Kaplan-Moss
2006-05-04Added note to docs/contributing.txt about nobody responding on django-developersAdrian Holovaty
2006-05-04Proofread some of docs/model-api.txt. Still not done with this one.Adrian Holovaty
2006-05-04Removed ManyToManyRel.singular, which wasn't being used anymore.Adrian Holovaty
2006-05-04Fixed bug in admin: raw_id_admin fields weren't displaying their old values n...Adrian Holovaty
2006-05-04Removed 'Your first page' section from docs/tutorial01.txt in the interim bef...Adrian Holovaty
2006-05-03Changed docs/faq.txt MVC question to use clearer argument made in Jacob's Goo...Adrian Holovaty
2006-05-03Fixed typos in docs/db-api.txtAdrian Holovaty
2006-05-03Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank...Jacob Kaplan-Moss
2006-05-03Temporarily changed 'blog' to 'poll' in tutorial01 to avoid confusionAdrian Holovaty
2006-05-03Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Thanks, misc...Adrian Holovaty
2006-05-03Proofread docs/db-api.txtAdrian Holovaty
2006-05-03Fixed #1747 -- Fixed error in docs/model-api.txt.Adrian Holovaty
2006-05-03Fixed two typos in docs/url_dispatch.txtAdrian Holovaty
2006-05-02Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...Adrian Holovaty
2006-05-02Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, Slow...Adrian Holovaty
2006-05-02Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages.Adrian Holovaty
2006-05-02Fixed #1739 -- Fixed typo in link in docs/middleware.txtAdrian Holovaty
2006-05-02Fixed ReST error in docs/flatpages.txtAdrian Holovaty
2006-05-02Fixed more ReST errors in docsAdrian Holovaty
2006-05-02Fixed some ReST errors in docs/db-api.txtAdrian Holovaty
2006-05-02Fixed some ReST errors in docs/db-api.txtAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-27Removed docs/writing-apps-guide-outline.txt -- not sure what that was.Adrian Holovaty
2006-04-24Made small change to docs/generic_views.txt: 1 --> 01Adrian Holovaty
2006-04-21Added note to docs/modpython.txt about prefork MPM vs. worker MPMAdrian Holovaty
2006-04-14Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pbAdrian Holovaty
2006-04-13Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pbAdrian Holovaty
2006-04-13fixed #1526: updated slovak (sk) translationGeorg Bauer
2006-04-13Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only ...Adrian Holovaty