summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2008-10-06Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
2008-10-05Fixed #8964 -- Added a note that MyISAM may not necessarily be the defaultMalcolm Tredinnick
2008-10-05Fixed #9291 -- Tweaked a piece of example code slightly to set a good exampleMalcolm 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-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-18Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda...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 #9091 -- Rephrased Variable() documentation. Thanks, teleniekoAdrian Holovaty
2008-09-16Edited some recent docs changesAdrian Holovaty
2008-09-15Added documentation of the Form class's custom __iter__ method to the forms A...Simon Willison
2008-09-14Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffiel...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 #9067: Added a note that you can register a model with the admin withou...Russell Keith-Magee
2008-09-11Fixed #8858 by correcting typoSimon Willison
2008-09-11Re-added docs for QuerySet reverse() and all() methods, refs #9000 - thanks r...Simon Willison
2008-09-10Fixed #9003 -- Fixed awkward wording in querysets.txtAdrian Holovaty
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-07Fixed #8580 -- Hyperlinked some module names in settings.txt. Thanks, msaelicesAdrian Holovaty
2008-09-07Small wording improvements to sitemaps.txtAdrian Holovaty
2008-09-07Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbaloghAdrian Holovaty
2008-09-06Fixed #8727 -- Fixed broken link to Italian SSN page in localflavor.txtAdrian Holovaty
2008-09-06Fixed #8858 -- Fixed typo in SQLite version information. Also reworded it to ...Adrian Holovaty
2008-09-06Fixed #8909 -- Fixed typo in contenttypes docs. Thanks, arienAdrian Holovaty
2008-09-04Correct bad target in middleware documentationJames Bennett
2008-09-04Fixed #8867: Corrected a couple typos in the signals documentationJames Bennett
2008-09-03Added the last notes about 1.0, including the inevitable (short!) list of kno...Jacob Kaplan-Moss
2008-09-03Added a note about queryset.query being opaque.Jacob Kaplan-Moss
2008-09-03Added a note about SQLite versions before 3.3.6. Refs #7570. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-03Fixed #8838 - two typos in model field docs. Thanks, arienSimon Willison
2008-09-03Fixed #8802 -- Documented MySQL's usage of 1/0 instead of True/False for modelMalcolm Tredinnick
2008-09-03Fixed #8804: corrected URL example in sitemaps docsJames Bennett
2008-09-02A bunch of cleanups to file documentation. Along the way some references to t...Jacob Kaplan-Moss
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed #7943: added documentation on overriding admin templates. Thanks, mwdiersJacob Kaplan-Moss
2008-09-02Added a rough draft of the 1.0 porting guide, and an obviously incomplete pla...Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-02Fixed #8786: Moved phone number field docs to localflavorJames Bennett
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #8728: Corrected some broken links in the documentationJames Bennett
2008-09-01Fixed #8698: Updated overview docs for cache middleware to show that it's bee...James Bennett
2008-09-01Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...James Bennett