summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-07-04Fixed some ReST errors.Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-03Converted some tabs to four spaces in two docsAdrian Holovaty
2007-07-03Fixed tabs -> spaces in [5598]Adrian Holovaty
2007-07-03Fixed an error in a RequestContext example in docs/templates_python.txtAdrian Holovaty
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-30Made docs/contributing.txt docs style guidelines notes more consistent. The s...Adrian Holovaty
2007-06-30Added 'subclass' to docs/contributing.txt docs style guidelinesAdrian Holovaty
2007-06-30Lowercased 'Realize' in docs/contributing.txt to fix potential ambiguityAdrian Holovaty
2007-06-30Edited docs/db-api.txt changes from [5555]Adrian Holovaty
2007-06-30Added database name style to docs/contributing.txt documentation style sectionAdrian Holovaty
2007-06-30Added 'Documentation style' section to docs/contributing.txtAdrian Holovaty
2007-06-30Edited docs/email.txt changes from [5550]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5548]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5547]Adrian Holovaty
2007-06-30Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne...Adrian Holovaty
2007-06-27Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom.Jacob Kaplan-Moss
2007-06-27Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss
2007-06-27Typo fix.Malcolm Tredinnick
2007-06-27Removed some duplication. I suck at documentation.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Trivial edit to docs from [5548].Malcolm Tredinnick
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
2007-06-26Fixed #4684 -- Added an Oracle reference to the supported database servers.Malcolm Tredinnick
2007-06-25Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha...Malcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.Malcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-21Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django...Adrian Holovaty
2007-06-20Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, john.scott.at...Adrian Holovaty
2007-06-20Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@...Adrian Holovaty
2007-06-20Fixed #4537 -- Added note to docs/install.txt about get_python_lib() shortcut...Adrian Holovaty
2007-06-20Fixed #4586 -- Fixed typo in docs/tutorial01.txt.Adrian Holovaty
2007-06-20Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache ...Adrian Holovaty
2007-06-18Updated documentation for User.objects.make_random_password, fixingLuke Plant
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-15Fixed #4547 -- Included a fix missed in [5468].Malcolm Tredinnick
2007-06-13Fixed #4547 -- Trivial typo fixing time. Thanks, Grant Kelly.Malcolm Tredinnick
2007-06-12Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk.Malcolm Tredinnick
2007-06-11Fixed #4473 -- Added documentation of the three cleaning methods invoked onMalcolm Tredinnick
2007-06-11Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for theMalcolm Tredinnick
2007-06-11Fixed #3807 -- Some small fixes to a couple of examples. Thanks,Malcolm Tredinnick
2007-06-10Added a man page for django-admin.py. Also install it correctly as part of theMalcolm Tredinnick
2007-06-10Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.Malcolm Tredinnick
2007-06-08Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil...Russell Keith-Magee
2007-06-07Made some changes to docs/newforms.txt that I'd had lying aroundAdrian Holovaty
2007-06-07Fixed misspelling in docs/add_ons.txt from [5432]Adrian Holovaty
2007-06-07Fixed typo in docs/db-api.txt from [5431]Adrian Holovaty
2007-06-07Fixed #4214: added a bit of explicit info on updating FK fields to db-api.txt...Jacob Kaplan-Moss