summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-12-01Fixed #5870: documented the "fail_silently" argument to EmailMessage.send().James Bennett
2007-12-01Correct a typo in [6788]James Bennett
2007-12-01Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txtJames Bennett
2007-12-01Edited docs/serialization.txt changes from [6645]Adrian Holovaty
2007-12-01Edited docs/newforms.txt changes from [6625]Adrian Holovaty
2007-11-30Edited docs/cache.txt changes from [6580], removing a gross exclamation point...Adrian Holovaty
2007-11-30Edited docs and docstring changes from [6572] (new cache add() method)Adrian Holovaty
2007-11-30Edited docs/syndication_feeds.txt changes from [6570]Adrian Holovaty
2007-11-30Edited docs/settings.txt changes from [6545]Adrian Holovaty
2007-11-30Edited docs/modpython.txt changes from [6536]Adrian Holovaty
2007-11-30Edited docs/templates.txt changes from [6533]. Let's not smash people over th...Adrian Holovaty
2007-11-30Edited docs/newforms.txt changes from [6532]Adrian Holovaty
2007-11-30Edited docs/unicode.txt change from [6463] -- Americanized 'behavior'Adrian Holovaty
2007-11-30Small edit to docs/i18n.txt from [6461]Adrian Holovaty
2007-11-30Edited docs/databases.txt Oracle changes from [6432]Adrian Holovaty
2007-11-29Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. PointedMalcolm Tredinnick
2007-11-29Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out byMalcolm Tredinnick
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-11-29Added better error handling in the basic feed class example. Refs #5855Malcolm Tredinnick
2007-11-29Fixed #5854 -- Added an example to the newforms documentation showing how toMalcolm Tredinnick
2007-11-29Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc forMalcolm Tredinnick
2007-11-29Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP headerMalcolm Tredinnick
2007-11-29Fixed #4653 -- Improved the logic to decide when to include (and select asMalcolm Tredinnick
2007-11-19Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...Gary Wilson Jr
2007-11-19Fixed link to settings documentation in the i18n docs.Gary Wilson Jr
2007-11-18Rewrote the section about writing autoescaping-aware filters, based on feedbackMalcolm Tredinnick
2007-11-17Fixed #5945 -- Treat string literals in template filter arguments as safeMalcolm Tredinnick
2007-11-15Fixed #5898 -- Updated docs for r6662, as pointed out by arien.Malcolm Tredinnick
2007-11-15Fixed #5892, #5930 -- Fixed some typos pointed out by ars@iki.fi and nickl.Malcolm Tredinnick
2007-11-14Documented the time-saver in flatpages: title and content are marked as safeMalcolm Tredinnick
2007-11-14Content coming via {{ block.super }} is always going to be correctly escapedMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-11Fixed #5890 -- Fixed a ReST markup error. Thanks, arien.Malcolm Tredinnick
2007-11-05Documentation for creating custom model fields.Malcolm Tredinnick
2007-11-04Added pretty tables for `floatformat` documentation.Gary Wilson Jr
2007-11-04Fixed #5868 -- Provided an example of how to extend simplejson to serializeMalcolm Tredinnick
2007-11-04Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...Gary Wilson Jr
2007-10-31Fixed #5842 -- Marked cache template tag as "New in development version", tha...Gary Wilson Jr
2007-10-30Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thoma...Gary Wilson Jr
2007-10-30Fixed #5834 -- Fixed import in `formtools` documentation, thanks telenieko.Gary Wilson Jr
2007-10-30Changed name of `PythonInterpreter` so as not to get confused with the use of...Gary Wilson Jr
2007-10-30Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com.Gary Wilson Jr
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-23Edited docs/django-admin.txt changes from [6400]. (I'm behind on editing!)Adrian Holovaty
2007-10-21Tweaked the caching docs to be consistent about the format for database cachesMalcolm Tredinnick
2007-10-21Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...Malcolm Tredinnick
2007-10-21Changed the default form presentation of datetime values to not include theMalcolm Tredinnick
2007-10-21Fixed #5013 -- Corrected the documentation about which how further middlewareMalcolm Tredinnick
2007-10-21Fixed #4493 -- Noted that the LocaleMiddleware's placement w.r.tMalcolm Tredinnick
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick