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