summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-07-12Fixed #4538 -- Split the installation instructions to differentiate between i...Russell Keith-Magee
2007-07-12Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, ...Russell Keith-Magee
2007-07-12Fixed #4522 -- Clarified the allowed filter arguments on the time and date fi...Russell Keith-Magee
2007-07-12Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the sugges...Russell Keith-Magee
2007-07-12Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thank...Russell Keith-Magee
2007-07-12Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thank...Russell Keith-Magee
2007-07-12Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to mov...Russell Keith-Magee
2007-07-12Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bi...Russell Keith-Magee
2007-07-12Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net.Russell Keith-Magee
2007-07-12Fixed #4745 -- Updated docs to point out that 0 is not a valid SITE_ID when r...Russell Keith-Magee
2007-07-12Fixed #4837 -- Updated Debian packaging details. Thanks for the suggestion, Y...Russell Keith-Magee
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-12Improved syndication feed framework to use RequestSite if the sites framework...Adrian Holovaty
2007-07-12Added RequestSite class to sites frameworkAdrian Holovaty
2007-07-12Edited changes to docs/tutorial04.txt from [5649]Adrian Holovaty
2007-07-12Added 'New in Django development version' note to docs/syndication_feeds.txt ...Adrian Holovaty
2007-07-12Fixed #4615: corrected reverse URL resolution examples in tutorial 4. Thanks ...Jacob Kaplan-Moss
2007-07-10Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick
2007-07-10Fixed #4814 -- Fixed some whitespace issues in tutorial01, thanks John Shaffer.Gary Wilson Jr
2007-07-10Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ...Gary Wilson Jr
2007-07-05Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it'sMalcolm Tredinnick
2007-07-05Form encoding should be changed only via HttpRequest, not on GET and POSTMalcolm Tredinnick
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