summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2008-08-15One more minor typoJames Bennett
2008-08-15And one more typoJames Bennett
2008-08-15reST fix in release notesJames Bennett
2008-08-15Fix small typo in release notesJames Bennett
2008-08-151.0 beta 1 release notesJames Bennett
2008-08-14Fixed #7503 -- Allow callables in list_display. This also does a lookup on th...Brian Rosner
2008-08-14Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick
2008-08-14Implemented a flush() method on sessions that cleans out the session andMalcolm Tredinnick
2008-08-14Added a clear() method to sessions. Patch from mrts. Refs #7515.Malcolm Tredinnick
2008-08-12Fixed #8189, another use of get_FOO_url() missed in the docs after filestorage.Jacob Kaplan-Moss