summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-08-26Fixed some Sphinx markup in signals docs.Jacob Kaplan-Moss
2008-08-26Fixed #8326: added signals documentation.Jacob Kaplan-Moss
2008-08-26Fixed #8560 -- Corrected a typo in a comment of docs/intro/tutorial02.txt to ...Brian Rosner
2008-08-26Fixed #8558 -- Removed a stray line in tutorial 2 left over from when it wasMalcolm Tredinnick
2008-08-26Fixed #8326: added documentation about running Django on Jython. Docs origina...Jacob Kaplan-Moss
2008-08-26Fixed #8555: corrected `get_comment_form` tag documentation.Jacob Kaplan-Moss
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-26Fixed #8150 -- Updated a reference to creating an admin class in the overviewMalcolm Tredinnick
2008-08-26Corrected references that aren't `Field` attributes.Gary Wilson Jr
2008-08-26Added documentation to explain the gains and losses when using utf8_binMalcolm Tredinnick
2008-08-26A few fixes for the testing documentation:Gary Wilson Jr
2008-08-26Removed a stray reference to mysql_old in the docs.Malcolm Tredinnick
2008-08-25Fixed a silly typo in comment settings doc.Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-25Fixed a bad link in topics/db/models.txtJacob Kaplan-Moss
2008-08-25Fixed #8539: fixed PEP references. Thanks, carljm.Jacob Kaplan-Moss
2008-08-25Fixed #5591: corrected info about variables in `trans` tag. Thanks, idangazit.Jacob Kaplan-Moss
2008-08-25Removed outdated "adminindex" command -- the same behavior is now far easier ...Jacob Kaplan-Moss
2008-08-25Converted some images in the docs that claimed to be PNGs, but weren't.Jacob Kaplan-Moss
2008-08-25Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman.Jacob Kaplan-Moss
2008-08-25Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...Russell Keith-Magee
2008-08-24Fixed #7243: Corrected some example code in the custom model fields documenta...Russell Keith-Magee
2008-08-24Fixed #7996: Added a note that you need to register your site with Google in ...Russell Keith-Magee
2008-08-24Fixed #8486: Corrected some file attribute names in the request/response docs...Russell Keith-Magee
2008-08-24Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ...Russell Keith-Magee
2008-08-24Corrected some formatting in the testing docs.Russell Keith-Magee
2008-08-24Fixed #8475 -- Corrected typo in example code in syndication docs. Thanks to ...Russell Keith-Magee
2008-08-24Fixed #8512: Corrected typo in form validation documentation. Thanks for the ...James Bennett
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-23Fixed #8388: Corrected documentation for SortedDict use in extra()James Bennett
2008-08-23Fixed #8040 -- SlugField now returns a proper formfield to deal with validati...Brian Rosner
2008-08-17Changed the (internal) way extra(select=.., select_params=...) handling is doneMalcolm Tredinnick
2008-08-17Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks ja...Brian Rosner
2008-08-16Documented that GenericForeignKey fields can't be used transparently inMalcolm Tredinnick
2008-08-16Fixed #8132 -- Updated tutorial 2 to describe the current way to customise theMalcolm Tredinnick
2008-08-16Fixed #8007: removed mention of admin options in models from docs/design_phil...James Bennett
2008-08-16Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAG...James Bennett
2008-08-16Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()...James Bennett
2008-08-15Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta...Brian Rosner
2008-08-15Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks...Brian Rosner
2008-08-15Fixed a ReST error in cache docs.Gary Wilson Jr
2008-08-15Fixed #8137 -- Replaced an outdated link in the transactions docs.Gary Wilson Jr
2008-08-15Fixed #6551: clarify the meaning of ``DATABASE_NAME`` for SQLite in docs/tuto...James Bennett
2008-08-15Fixed #6765: Changed docs/model-apit.txt to better indicate what's expected o...James Bennett
2008-08-15Fixed #8154: Added note to docs/db-api.txt indicating that reverse() is only ...James Bennett
2008-08-15Fixed #8262: Corrected typo in docs/settings.txtJames Bennett
2008-08-15Fixed #8234: Corrected typo in docs/cache.txtJames Bennett
2008-08-15Fixed #8277: corrected minor typo in docs/forms.txt.James Bennett
2008-08-15Fixed #8337 -- Corrected typo introduced in [8365]. Thanks to julien for the...Russell Keith-Magee
2008-08-15Refs #8319 -- Added documentation note on the limitations of limit_choices_to.Russell Keith-Magee