summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-08-04Changed several documentation links to be relative.Gary Wilson Jr
2007-08-04Changed the 0.95 release notes to point to the 0.95 documentation index.Gary Wilson Jr
2007-08-04Fixed #5078 -- Fixed several broken links to the syndication documentation.Gary Wilson Jr
2007-08-01Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, thanks...Gary Wilson Jr
2007-07-29Added 'New in Django development version' to changes in docs/authentication.t...Adrian Holovaty
2007-07-28After discussing with Malcolm, added set_unusable_password() and has_usable_p...Simon Willison
2007-07-28Fixed #4995 -- Fixed some problems in documentation ReST formatting. Thanks, ...Russell Keith-Magee
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee
2007-07-26Added section to docs/contributing.txt about docstring coding styleAdrian Holovaty
2007-07-25Added 'New in Django development version' to docs/db-api.txt change from [5746]Adrian Holovaty
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