summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-10-06Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm Tredinnick
2008-10-06Fixed #9212: Added code to check the xgettext version, and if it is lower tha...Karen Tracey
2008-10-05Add note to 1.0 porting guide about removal of dictionary access to HTTP requ...James Bennett
2008-10-05Changed the "write your own settings" recommendation to mention that DjangoMalcolm Tredinnick
2008-10-05Fixed #8964 -- Added a note that MyISAM may not necessarily be the defaultMalcolm Tredinnick
2008-10-05Fixed a typo and clarified how django.core.mail.outbox works in the testing f...Malcolm Tredinnick
2008-10-05Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas.Malcolm Tredinnick
2008-10-05Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.Malcolm Tredinnick
2008-10-05Fixed #9291 -- Tweaked a piece of example code slightly to set a good exampleMalcolm Tredinnick
2008-10-05Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-10-05Fixed #9300 -- Typo fix in docs.Malcolm Tredinnick
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-09-30Fixed #9255: Removed now-obsolete warning about the old semantics of __exact=...James Bennett
2008-09-30Rewrote bits of the cycle tag documentation, which was confusing -- it implie...Adrian Holovaty
2008-09-29Fixed #9234 -- Typo fix.Malcolm Tredinnick
2008-09-28Restored documentation about pickling QuerySets (and how to only pickle theMalcolm Tredinnick
2008-09-27Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.Malcolm Tredinnick
2008-09-22Fixed #8371: Added a note warning Windows users about the use of forward slas...Russell Keith-Magee
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many f...Russell Keith-Magee
2008-09-21Fixed #9149: Fixed reST error in syndication docsJames Bennett
2008-09-19Fixed heading levels in docs/internals/committersJacob Kaplan-Moss
2008-09-19Updated contributing documentation to contain the new release process and upd...Jacob Kaplan-Moss
2008-09-18Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda...Russell Keith-Magee
2008-09-18Fixed #8955: Modified the sphinx configuration to generate LaTeX documentatio...Russell Keith-Magee
2008-09-17Fixed some misordered markup for the ROOT_URLCONF setting in the docs.Malcolm Tredinnick
2008-09-17Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly ...Adrian Holovaty
2008-09-17Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)Adrian Holovaty
2008-09-16Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearerAdrian Holovaty
2008-09-16Fixed #9091 -- Rephrased Variable() documentation. Thanks, teleniekoAdrian Holovaty
2008-09-16Edited some recent docs changesAdrian Holovaty
2008-09-16Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zheAdrian Holovaty
2008-09-16Edited forms/index.txt changes from [9030]Adrian Holovaty
2008-09-15Added mention of inclusion tags to reusable form templates documentationSimon Willison
2008-09-15Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja...Russell Keith-Magee
2008-09-15Added documentation on creating reusable form templates; thanks for the sugge...Simon Willison
2008-09-15Clarified the wording of the section on customizing form.errors within a fiel...Simon Willison
2008-09-15Added documentation of the Form class's custom __iter__ method to the forms A...Simon Willison
2008-09-14Added documentation for looping over a form's fields in a templateSimon Willison
2008-09-14Fixed #9044: Corrected mistake in a closing tag in an example template. Thank...Russell Keith-Magee
2008-09-14Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffiel...Russell Keith-Magee
2008-09-14Fixed #9075: Added a call to close() in the example file upload handler. Than...Russell Keith-Magee
2008-09-14Fixed #9078: Added commas to the example URLconf lines so that they can be ea...Russell Keith-Magee
2008-09-14Fixed #9077: Modified the database installation notes to point to somewhere u...Russell Keith-Magee
2008-09-14Fixed #9067: Added a note that you can register a model with the admin withou...Russell Keith-Magee
2008-09-14Fixed #9060: Clarified some language in the description of modelformset_facto...Russell Keith-Magee
2008-09-14Fixed #9059: Corrected some markup in tutorial 4 that incorrectly identified ...Russell Keith-Magee
2008-09-14Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the re...Russell Keith-Magee
2008-09-14Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ...Russell Keith-Magee
2008-09-14Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the...Russell Keith-Magee