summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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 '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-03Temporarily changed 'blog' to 'poll' in tutorial01 to avoid confusionAdrian 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-02Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, Slow...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 #1628 -- Added note to docs/model-api.txt about admin ordering by only ...Adrian Holovaty
2006-04-13Added some examples to 'ordering' section of docs/model-api.txtAdrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-11Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pbAdrian Holovaty
2006-04-11Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3Adrian Holovaty
2006-04-11Added note to docs/templates.txt about {% extends %} needing to be the first ...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-04-06Fixed #1588 -- Fixed typo in docs/url_dispatch.txtAdrian Holovaty
2006-03-28Removed legacy password_md5 stuff from docs/authentication.txtAdrian Holovaty
2006-03-28Clarified docs/email.txt. Thanks, PoromenosAdrian Holovaty
2006-03-28Clarified psycopg version in docs/install.txtAdrian Holovaty
2006-03-27Fixed #1546 -- Fixed bad links in docs/templates_python.txt.Adrian Holovaty
2006-03-24Fixed typo in docs/outputting_pdf.txt. Thanks, PaulAdrian Holovaty
2006-03-22Added note to docs/model-api.txt about custom WHERE clausesAdrian Holovaty
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty
2006-03-21Fixed typo in docs/generic_views.txt. Thanks, pbxAdrian Holovaty
2006-03-21Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola a...Adrian Holovaty
2006-03-16Updated 1.0 date in docs/faq.txtAdrian Holovaty
2006-03-16Fixed typo in docs/flatpages.txt. Thanks, Anders HovmöllerAdrian Holovaty
2006-03-10Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amorAdrian Holovaty
2006-03-02Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol...Adrian Holovaty
2006-03-01Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty
2006-02-24Added note to docs/cache.txt about memcached backend requiring Python memcach...Adrian Holovaty
2006-02-22Added 'Which sites use Django?' to the FAQAdrian Holovaty
2006-02-18Implemented get_indexes() for Postgres backend, which means 'inspectdb' can i...Adrian Holovaty
2006-02-18Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a...Adrian Holovaty
2006-02-18Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d...Adrian Holovaty
2006-02-18Linked kusports.com in docs/outputting_pdf.txtAdrian Holovaty
2006-02-18Fixed ReST error in [2332]Adrian Holovaty
2006-02-18Rolled tips and doc improvements from Web-page comments into docs/outputting_...Adrian Holovaty