| Age | Commit message (Expand) | Author |
| 2007-12-01 | Correcting some awkward wording/spelling in docs/request_response.txt while I... | James Bennett |
| 2007-12-01 | Fixed #5550: Documented the context used by the default view for 404 and 500 ... | James Bennett |
| 2007-12-01 | Fixed #5860: Documented the correct order in which the syndication framework ... | James Bennett |
| 2007-12-01 | Fixed #4819: documented the need to call authenticate() before login(), based... | James Bennett |
| 2007-12-01 | Edited docs/newforms.txt changes from [6740] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6733] | Adrian Holovaty |
| 2007-12-01 | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly |
| 2007-12-01 | Edited templates.txt and templates_python.txt auto-escaping changes from [6671] | Adrian Holovaty |
| 2007-12-01 | Documented the new Someday/Maybe triage status. | Malcolm Tredinnick |
| 2007-12-01 | Fixed #5776: Added an explanation of when and why Django might need ALTER TAB... | James Bennett |
| 2007-12-01 | Edited docs/custom_model_fields.txt from [6652] | Adrian Holovaty |
| 2007-12-01 | Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt | James Bennett |
| 2007-12-01 | Fixed #5870: documented the "fail_silently" argument to EmailMessage.send(). | James Bennett |
| 2007-12-01 | Correct a typo in [6788] | James Bennett |
| 2007-12-01 | Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txt | James Bennett |
| 2007-12-01 | Edited docs/serialization.txt changes from [6645] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6625] | Adrian Holovaty |
| 2007-11-30 | Edited docs/cache.txt changes from [6580], removing a gross exclamation point... | Adrian Holovaty |
| 2007-11-30 | Edited docs and docstring changes from [6572] (new cache add() method) | Adrian Holovaty |
| 2007-11-30 | Edited docs/syndication_feeds.txt changes from [6570] | Adrian Holovaty |
| 2007-11-30 | Edited docs/settings.txt changes from [6545] | Adrian Holovaty |
| 2007-11-30 | Edited docs/modpython.txt changes from [6536] | Adrian Holovaty |
| 2007-11-30 | Edited docs/templates.txt changes from [6533]. Let's not smash people over th... | Adrian Holovaty |
| 2007-11-30 | Edited docs/newforms.txt changes from [6532] | Adrian Holovaty |
| 2007-11-30 | Edited docs/unicode.txt change from [6463] -- Americanized 'behavior' | Adrian Holovaty |
| 2007-11-30 | Small edit to docs/i18n.txt from [6461] | Adrian Holovaty |
| 2007-11-30 | Edited docs/databases.txt Oracle changes from [6432] | Adrian Holovaty |
| 2007-11-29 | Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. Pointed | Malcolm Tredinnick |
| 2007-11-29 | Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-11-29 | Added better error handling in the basic feed class example. Refs #5855 | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5854 -- Added an example to the newforms documentation showing how to | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc for | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header | Malcolm Tredinnick |
| 2007-11-29 | Fixed #4653 -- Improved the logic to decide when to include (and select as | Malcolm Tredinnick |
| 2007-11-19 | Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re... | Gary Wilson Jr |
| 2007-11-19 | Fixed link to settings documentation in the i18n docs. | Gary Wilson Jr |
| 2007-11-18 | Rewrote the section about writing autoescaping-aware filters, based on feedback | Malcolm Tredinnick |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-15 | Fixed #5898 -- Updated docs for r6662, as pointed out by arien. | Malcolm Tredinnick |
| 2007-11-15 | Fixed #5892, #5930 -- Fixed some typos pointed out by ars@iki.fi and nickl. | Malcolm Tredinnick |
| 2007-11-14 | Documented the time-saver in flatpages: title and content are marked as safe | Malcolm Tredinnick |
| 2007-11-14 | Content coming via {{ block.super }} is always going to be correctly escaped | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-11-11 | Fixed #5890 -- Fixed a ReST markup error. Thanks, arien. | Malcolm Tredinnick |
| 2007-11-05 | Documentation for creating custom model fields. | Malcolm Tredinnick |
| 2007-11-04 | Added pretty tables for `floatformat` documentation. | Gary Wilson Jr |
| 2007-11-04 | Fixed #5868 -- Provided an example of how to extend simplejson to serialize | Malcolm Tredinnick |
| 2007-11-04 | Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch... | Gary Wilson Jr |
| 2007-10-31 | Fixed #5842 -- Marked cache template tag as "New in development version", tha... | Gary Wilson Jr |