summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-11-01Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.Karen Tracey
2008-11-01Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.Karen Tracey
2008-11-01Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.Karen Tracey
2008-11-01Fixed #9412 -- Corrected a couple of typos in the custom model field doc. Th...Karen Tracey
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-11-01Fixed #9491 -- Added a missing 'the' in what to read next. Thanks mh983.Karen Tracey
2008-10-28Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...Karen Tracey
2008-10-26Minor typo correction from [9279].James Bennett
2008-10-26Remove obsolete reference to "development version" in autoescaping docs.James Bennett
2008-10-24Fixed #9434 -- Added a note to the mod_python docs regarding requiringMalcolm Tredinnick
2008-10-24Fixed #9432 -- Revived documentation of ~Q usage.Malcolm Tredinnick
2008-10-24Fixed #9430 -- Fixed documentation references to the HttpResponse classes forMalcolm Tredinnick
2008-10-24Fixed #9424 -- Typo fix.Malcolm Tredinnick
2008-10-24Fixed #9420 -- Fixed an exception type in the documentation of Queryset.get().Malcolm Tredinnick
2008-10-24Fixed #9390 -- Restored some documentation about select_related() that wasMalcolm Tredinnick
2008-10-24Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.Malcolm Tredinnick
2008-10-09Corrected a typo in the 1.0 porting guide.Brian Rosner
2008-10-09Fixed #9239 -- Somebody read my form validation docs from r9177 and found aMalcolm Tredinnick
2008-10-09Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-10-07Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-10-07Added a link to the "documentation" documentation in the contributing docs.Malcolm Tredinnick
2008-10-07Added a note about where custom manager specifications go in a model (for theMalcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-06Added a lot more explanation about form field validation, including expandedMalcolm Tredinnick
2008-10-06Fixed #7011 -- Clarified what User.is_active really means in the documentation.Malcolm Tredinnick
2008-10-06Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONEMalcolm Tredinnick
2008-10-06Fixed #8768 -- Clarified that ugettext_lazy() results are unicode proxies andMalcolm Tredinnick
2008-10-06Fixed #8975 -- Added a note to the documentation for reverse() that all viewsMalcolm Tredinnick
2008-10-06Fixed #9254 -- Added information to the porting guide about the removal ofMalcolm Tredinnick
2008-10-06Fixed #8688 -- Added a note about using a settings variable for the staticMalcolm Tredinnick
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