summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #4851 -- Fixed description of an example query in `db-api` docs.Gary Wilson Jr2007-07-161-1/+1
* Improved docs/templates.txt section on the 'regroup' tagAdrian Holovaty2007-07-151-22/+72
* Edited docs/db-api.txt changes from [5700]Adrian Holovaty2007-07-151-20/+24
* Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer.Gary Wilson Jr2007-07-151-1/+1
* Clarified the documentation on the steps that happen during a save, and how r...Russell Keith-Magee2007-07-151-14/+63
* Edited docs/db-api.txt changes from [5658]Adrian Holovaty2007-07-141-9/+12
* Fixed #4869 -- Added a note that syncdb does not alter existing tables. Thanks,Malcolm Tredinnick2007-07-141-0/+13
* Documented the 'commit' argument to save() methods on forms created via form_...Adrian Holovaty2007-07-131-0/+7
* Fixed #4538 -- Split the installation instructions to differentiate between i...Russell Keith-Magee2007-07-121-12/+16
* Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, ...Russell Keith-Magee2007-07-121-1/+1
* Fixed #4522 -- Clarified the allowed filter arguments on the time and date fi...Russell Keith-Magee2007-07-121-2/+5
* Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the sugges...Russell Keith-Magee2007-07-121-2/+2
* Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thank...Russell Keith-Magee2007-07-121-0/+8
* Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thank...Russell Keith-Magee2007-07-121-2/+2
* Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to mov...Russell Keith-Magee2007-07-121-2/+2
* Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bi...Russell Keith-Magee2007-07-121-0/+13
* Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net.Russell Keith-Magee2007-07-121-1/+1
* Fixed #4745 -- Updated docs to point out that 0 is not a valid SITE_ID when r...Russell Keith-Magee2007-07-121-2/+2
* Fixed #4837 -- Updated Debian packaging details. Thanks for the suggestion, Y...Russell Keith-Magee2007-07-121-5/+6
* Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee2007-07-121-0/+17
* Improved syndication feed framework to use RequestSite if the sites framework...Adrian Holovaty2007-07-121-2/+15
* Added RequestSite class to sites frameworkAdrian Holovaty2007-07-121-0/+18
* Edited changes to docs/tutorial04.txt from [5649]Adrian Holovaty2007-07-121-3/+3
* Added 'New in Django development version' note to docs/syndication_feeds.txt ...Adrian Holovaty2007-07-121-7/+11
* Fixed #4615: corrected reverse URL resolution examples in tutorial 4. Thanks ...Jacob Kaplan-Moss2007-07-121-1/+16
* Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick2007-07-101-0/+27
* Fixed #4814 -- Fixed some whitespace issues in tutorial01, thanks John Shaffer.Gary Wilson Jr2007-07-101-15/+15
* Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ...Gary Wilson Jr2007-07-104-11/+11
* Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it'sMalcolm Tredinnick2007-07-051-0/+9
* Form encoding should be changed only via HttpRequest, not on GET and POSTMalcolm Tredinnick2007-07-051-3/+1
* Fixed some ReST errors.Malcolm Tredinnick2007-07-041-2/+5
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-0411-72/+583
* Converted some tabs to four spaces in two docsAdrian Holovaty2007-07-032-23/+23
* Fixed tabs -> spaces in [5598]Adrian Holovaty2007-07-031-1/+1
* Fixed an error in a RequestContext example in docs/templates_python.txtAdrian Holovaty2007-07-031-1/+2
* Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty2007-07-018-12/+12
* Made docs/contributing.txt docs style guidelines notes more consistent. The s...Adrian Holovaty2007-06-301-5/+6
* Added 'subclass' to docs/contributing.txt docs style guidelinesAdrian Holovaty2007-06-301-0/+3
* Lowercased 'Realize' in docs/contributing.txt to fix potential ambiguityAdrian Holovaty2007-06-301-1/+1
* Edited docs/db-api.txt changes from [5555]Adrian Holovaty2007-06-301-7/+13
* Added database name style to docs/contributing.txt documentation style sectionAdrian Holovaty2007-06-301-0/+6
* Added 'Documentation style' section to docs/contributing.txtAdrian Holovaty2007-06-301-0/+49
* Edited docs/email.txt changes from [5550]Adrian Holovaty2007-06-301-5/+5
* Edited docs/email.txt changes from [5548]Adrian Holovaty2007-06-301-15/+16
* Edited docs/email.txt changes from [5547]Adrian Holovaty2007-06-301-6/+6
* Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne...Adrian Holovaty2007-06-301-6/+11
* Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom.Jacob Kaplan-Moss2007-06-271-2/+6
* Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss2007-06-271-0/+42
* Typo fix.Malcolm Tredinnick2007-06-271-1/+1
* Removed some duplication. I suck at documentation.Malcolm Tredinnick2007-06-271-3/+0