summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-07-23Added documentation for a test runner argument that has always been present, ...Russell Keith-Magee
2007-07-23Fixed #3771 -- Modified the test runner to observe the --noinput argument con...Russell Keith-Magee
2007-07-22Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al...Gary Wilson Jr
2007-07-20Added some additional docs to docs/model-api.txt db_type() sectionAdrian Holovaty
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-20Refs #3782 -- Added documentation note that suite() handling is only in devel...Russell Keith-Magee
2007-07-20Fixed #3782 -- Added support for the suite() method recommended by the Python...Russell Keith-Magee
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-07-16Fixed #4851 -- Fixed description of an example query in `db-api` docs.Gary Wilson Jr
2007-07-15Improved docs/templates.txt section on the 'regroup' tagAdrian Holovaty
2007-07-15Edited docs/db-api.txt changes from [5700]Adrian Holovaty
2007-07-15Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer.Gary Wilson Jr
2007-07-15Clarified the documentation on the steps that happen during a save, and how r...Russell Keith-Magee
2007-07-14Edited docs/db-api.txt changes from [5658]Adrian Holovaty
2007-07-14Fixed #4869 -- Added a note that syncdb does not alter existing tables. Thanks,Malcolm Tredinnick
2007-07-13Documented the 'commit' argument to save() methods on forms created via form_...Adrian Holovaty
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