| Age | Commit message (Expand) | Author |
| 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 |
| 2007-10-30 | Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thoma... | Gary Wilson Jr |
| 2007-10-30 | Fixed #5834 -- Fixed import in `formtools` documentation, thanks telenieko. | Gary Wilson Jr |
| 2007-10-30 | Changed name of `PythonInterpreter` so as not to get confused with the use of... | Gary Wilson Jr |
| 2007-10-30 | Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com. | Gary Wilson Jr |
| 2007-10-28 | Fixed #3457 -- Allow overridding of error messages for newforms Fields. | Gary Wilson Jr |
| 2007-10-23 | Edited docs/django-admin.txt changes from [6400]. (I'm behind on editing!) | Adrian Holovaty |
| 2007-10-21 | Tweaked the caching docs to be consistent about the format for database caches | Malcolm Tredinnick |
| 2007-10-21 | Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul... | Malcolm Tredinnick |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-21 | Fixed #5013 -- Corrected the documentation about which how further middleware | Malcolm Tredinnick |
| 2007-10-21 | Fixed #4493 -- Noted that the LocaleMiddleware's placement w.r.t | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4831 -- Added an "add" cache key method, for parity with memcached's | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4123 -- Changed the firstof template tag to correctly handle a literal | Malcolm Tredinnick |
| 2007-10-20 | Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4944 -- Added a note about Model.save() raising IntegrityError is a | Malcolm Tredinnick |
| 2007-10-20 | Updated the new default value for BooleanFields, clarified the behaviour of | Malcolm Tredinnick |
| 2007-10-20 | Added a section to the template documentation to clarify the arbitrary Python | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5512 -- Added a note about a common MySQLdb upgrade problem. Thanks, | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5601 -- Point out the existence of pep8.py for people wanting some extra | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5637 -- Clarified that nothing extra is required when using SQLite and | Malcolm Tredinnick |
| 2007-10-20 | Added "new in development version" marker for [6545]. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4724 -- Added support for configurable session cookie paths. Helps with | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5782 -- Fixed a small typo spotted by obeattie. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4854 -- Recommended the use of forward slashes even in Windows configu... | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5633, refs #5626: Change "Max OS X" to "Mac OS X" in tutorial01. | Matt Boersma |
| 2007-10-19 | Added default value for LOCALE_PATHS from [6530]. | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5658 -- Added a note to the top of the "for template authors" template... | Gary Wilson Jr |