summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2006-05-22Added the missing django.contrib applications to docs/add_ons.txtAdrian Holovaty
2006-05-22Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty
2006-05-22Fixed #849 -- Improved login_required view decorator to save query-string par...Adrian Holovaty
2006-05-22Fixed #981 -- Documented backend-specific SQL filesAdrian Holovaty
2006-05-21Fixed #1957 -- Added docs for 'version' to docs/django-admin.txtAdrian Holovaty
2006-05-21Improved the advice on using QuerySets in extra_context based on feedback fromMalcolm Tredinnick
2006-05-20Documented that CommonMiddleware will not append a slash to URLs containing aMalcolm Tredinnick
2006-05-19Small cleanups to docs/model-api.txt and docs/django-admin.txtAdrian Holovaty
2006-05-19Fixed #1886 -- documented the syncdb option.Malcolm Tredinnick
2006-05-19Documented that the development server does not, by default handle staticMalcolm Tredinnick
2006-05-19Fixed #981 -- documented the SQL initial data insert files.Malcolm Tredinnick
2006-05-19Documented the simple_tag and inclusion_tag functions that make writing certainMalcolm Tredinnick
2006-05-18Fixed #1724 -- updated the output from the shell commands to match what we nowMalcolm Tredinnick
2006-05-17Clarified (hopefully) how to use the default settings override in configure().Malcolm Tredinnick
2006-05-17Clarified how extra_context values are evaluated and, in particular, how toMalcolm Tredinnick
2006-05-17Changed the link the "official tarball" to refer to the 0.91 release and addedMalcolm Tredinnick
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-16Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.frAdrian Holovaty
2006-05-15Fixed #1815: More documentation proof-reading from nico@teknico.net.Malcolm Tredinnick
2006-05-15Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.Malcolm Tredinnick
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
2006-05-09Fixed bugs in docs/model-api.txtAdrian Holovaty
2006-05-09Fixed #1811 -- Fixed inconsistencies in docs/overview.txtAdrian Holovaty
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-08Added CsrfMiddleware to contrib, and documentation.Luke Plant
2006-05-08Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quark...Adrian Holovaty
2006-05-08Made small clarification to docs/modpython.txtAdrian Holovaty
2006-05-06Removed section in docs/model-api.txt about connection.commit(), which no lon...Adrian Holovaty
2006-05-06Updated docs regarding QuerySet slicing and IndexError, in line with r2859Luke Plant
2006-05-06Simplified example in 'Limiting QuerySets' section of docs/db-api.txt.Adrian Holovaty
2006-05-06Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.eduAdrian Holovaty
2006-05-06Small tweaks to docs/tutorial01.txtAdrian 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 #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the u...Adrian Holovaty
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...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-05Finished proofreading docs/model-api.txtAdrian Holovaty
2006-05-04Fixed #1765 -- Fixed bug in docs/tutorial01.txt. Thanks, nick@efford.netAdrian Holovaty
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