summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-12-04[1.2.X] Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.Timo Graham
2010-12-04[1.2.X] Fixed #12812 -- added warning about cyclic imports in contrib.comment...Simon Meers
2010-12-04[1.2.X] Fixed #14764 -- specified that a set is returned by User.get_..._perm...Simon Meers
2010-12-02[1.2.X] Fixed grammar and tweaked notes about MySQL database/table collation ...Ramiro Morales
2010-12-01[1.2.X] Removed reference to potential exception during template rendering-ti...Ramiro Morales
2010-11-29[1.2.X] Fixed #14777 -- Added docs on working around the Python CSV module's ...Gabriel Hurley
2010-11-29[1.2.X] Fixed #14775 -- Backports the changes in [13772], which documented an...Gabriel Hurley
2010-11-29[1.2.X] Fixed #14804 -- Metadata improvement, broken link fix, and alphabetiz...Gabriel Hurley
2010-11-29[1.2.X] Fixed #11152 - Add some classes to the template docs. Thanks adamv fo...Timo Graham
2010-11-28[1.2.X] Fixed #14762 - Add documention for ContentFile. Thanks jesh for the s...Timo Graham
2010-11-28[1.2.X] Fixed #14791 - Clarify additional note on save(). Thanks OldTroll.Timo Graham
2010-11-28Fixed #14758 - Remove entire method signatures from QuerySet headings - thank...Timo Graham
2010-11-28[1.2.X] Fixed #14790 - Fix reST in 1.0 porting guide - thanks adamv.Timo Graham
2010-11-27[1.2.X] Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
2010-11-27[1.2.X] Fixed #14789 - remove an unused link from docs/topics/install.txt. th...Timo Graham
2010-11-27[1.2.X] Fixed #14784 - Add links to docs/topics/files.txtTimo Graham
2010-11-27[1.2.X] Fixed #14783 - Links + style improvements to docs/topics/email.txt. T...Timo Graham
2010-11-26[1.2.X] Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks ...Timo Graham
2010-11-26Add back a colon that's needed but was removed in r14706Timo Graham
2010-11-26[1.2.X] Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adam...Timo Graham
2010-11-26[1.2.X] Fixes #14743 - Add sphinx links and other cleanups to topics/http/url...Timo Graham
2010-11-26[1.2.X] Fixed #14756 - fix typo in "related objects reference" docs. Thanks d...Timo Graham
2010-11-26Add myself to committersTimo Graham
2010-11-24[1.2.X] Fixed #14771 -- corrected a typo in the testing docs. Thanks to Chri...Alex Gaynor
2010-11-24[1.2.X] Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links ...Gabriel Hurley
2010-11-22[1.2.X] Fixed #14736 -- corrected an ungrammatical sentence in the template t...Gabriel Hurley
2010-11-20[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks ...Gabriel Hurley
2010-11-20[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...Gabriel Hurley
2010-11-20[1.2.X] Fixed a garbage character that was somehow introduced into some backp...Luke Plant
2010-11-20[1.2.X] Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant
2010-11-20[1.2.X] Updated an old workaround described in the Oracle backend notes with ...Ian Kelly
2010-11-19[1.2.X] Removed compatibility with Sphinx < 1.0 workarounds in our extension ...Ramiro Morales
2010-11-19[1.2.X] Fixed #13351: Added documentation about the cx_Oracle 'threaded' opti...Ian Kelly
2010-11-19[1.2.X] Bumped documentation-building requirements to Sphinx 1.0.2 and Pygmen...Carl Meyer
2010-11-19[1.2.X] Fixed #14728 -- Broadened warning about django-admin.py missing .py s...Carl Meyer
2010-11-17[1.2.X] Added a hidden toctree pointing at the index file in the docs to sile...Alex Gaynor
2010-11-17[1.2.X] Fixed #14713 -- documented that resolve can raise Http404. Thanks to...Alex Gaynor
2010-11-17[1.2.X] Corrected some syntax issues in the docs. Backport of [14598].Alex Gaynor
2010-11-17[1.2.X] Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17[1.2.X] Remove an obsolete admonition in tutorial one (referencing 0.96 funct...Chris Beaven
2010-11-16[1.2.X] Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in doc...Chris Beaven
2010-11-16[1.2.X] Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
2010-11-16[1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport ...Alex Gaynor
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...Ramiro Morales
2010-11-12[1.2.X] Fixed #14669 -- corrected an ungrammatical sentence in the internatio...Gabriel Hurley
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API...Carl Meyer
2010-11-09[1.2.X] Fixed #14650 -- noted that underscores are also valid in slug fields....Alex Gaynor
2010-11-09[1.2.X] Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-08[1.2.X] Small rewording of tutorial01.txt changes from [14066]Jacob Kaplan-Moss
2010-11-08[1.2.X] Fixed #14641 - a handful of grammer/typo fixes.Jacob Kaplan-Moss