| Age | Commit message (Expand) | Author |
| 2007-11-17 | Fixed a couple of chained filter tests that weren't demonstrating what they | Malcolm Tredinnick |
| 2007-11-17 | Fixed some missed auto-escaping and URL quoting cases in the urlize filter. | Malcolm Tredinnick |
| 2007-11-17 | Fixed a few problems with variable resolving inside of blocktrans tags. A cou... | Malcolm Tredinnick |
| 2007-11-17 | Translating safe strings should return a safe result. | Malcolm Tredinnick |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-17 | Fixed #4713 -- Fixed handling of _() in template tag arguments. Based on | 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-15 | Fixed #5933 -- Updated Polish translation from Jarek Zgoda. | Malcolm Tredinnick |
| 2007-11-14 | Fixed #5944 -- Added safe string markings to admin error messages in one place | 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-13 | Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model... | Gary Wilson Jr |
| 2007-11-12 | Simplified `SortedDict.__deepcopy__` now that the its constructor can take a ... | Gary Wilson Jr |
| 2007-11-11 | Fixed #5918 -- Removed `SortedDictFromList` since `SortedDict` now can do eve... | Gary Wilson Jr |
| 2007-11-11 | Fixed #5890 -- Fixed a ReST markup error. Thanks, arien. | Malcolm Tredinnick |
| 2007-11-11 | Fixed #5876 -- Updated Catalan translation from Marc Garcia. | Malcolm Tredinnick |
| 2007-11-11 | Fixed #5914 -- Updated Hebrew translation from Meir Kriheli. | Malcolm Tredinnick |
| 2007-11-11 | Fixed #5900 -- Updated traditional Chinese translation. Thanks, terryh.tp@gma... | Malcolm Tredinnick |
| 2007-11-11 | Fixed #5687 -- Updated Swedish translation. A bit of a group effort from Dmitri | Malcolm Tredinnick |
| 2007-11-11 | Fixed #5898 -- Changed a few response processing paths to make things harder ... | Malcolm Tredinnick |
| 2007-11-11 | When using assertRedirect(), allow the caller to specify relative URLs and | Malcolm Tredinnick |
| 2007-11-09 | Corrected a couple comments in `model_forms` tests. | Gary Wilson Jr |
| 2007-11-09 | Fixed bug in /admin/doc/views/ caused by [6658] | Luke Plant |
| 2007-11-07 | Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B... | Luke Plant |
| 2007-11-05 | Documentation for creating custom model fields. | Malcolm Tredinnick |
| 2007-11-05 | Added the small changes necessary to make creating custom model fields easier. | Malcolm Tredinnick |
| 2007-11-04 | Fixed #5729 -- For MySQL (only), always delay the creation of foreign key | Malcolm Tredinnick |
| 2007-11-04 | Fixed #5640 -- Added some extra error reporting when smart_unicode() or | Malcolm Tredinnick |
| 2007-11-04 | Added pretty tables for `floatformat` documentation. | Gary Wilson Jr |
| 2007-11-04 | Added tests for `floatformat` template filter for number with non-zero decima... | Gary Wilson Jr |
| 2007-11-04 | `floatformat` template filter docstring changes: | Gary Wilson Jr |
| 2007-11-04 | Fixed #5868 -- Provided an example of how to extend simplejson to serialize | Malcolm Tredinnick |
| 2007-11-04 | Fixed a Python 2.3 problem. | Malcolm Tredinnick |
| 2007-11-04 | Added examples to the `pluralize` template filter's docstring. | Gary Wilson Jr |
| 2007-11-04 | For readability, use _() as an alias to mark translatable strings. | Malcolm Tredinnick |
| 2007-11-04 | Style and import fixes. | Gary Wilson Jr |
| 2007-11-04 | Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch... | Gary Wilson Jr |
| 2007-11-03 | Made use of `itertools.cycle` for the `cycle` template tag. | Gary Wilson Jr |
| 2007-10-31 | Removed unused variable. | Gary Wilson Jr |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | 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-29 | Fixed imports, indention, and a long line. | Gary Wilson Jr |
| 2007-10-29 | Style fixes. | Gary Wilson Jr |
| 2007-10-28 | Corrected a typo and made some style fixes. | Gary Wilson Jr |