summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2007-07-04unicode: Added unicode-aware slugify filter (in Python) and better non-ASCIIarchive/attic/unicodeMalcolm Tredinnick
2007-07-03unicode: Made some documentation edits and inconsequential typo fixes through...Adrian Holovaty
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-17unicode: Render templates as unicode objects and only convert them toMalcolm Tredinnick
2007-06-11unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick
2007-06-11unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed aMalcolm Tredinnick
2007-06-09unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template tag.Malcolm Tredinnick
2007-06-09unicode: Merged from trunk up to [5443].Malcolm Tredinnick
2007-06-01unicode: Merged from trunk up to [5398].Malcolm Tredinnick
2007-05-25unicode: Merged from trunk up to [5333].Malcolm Tredinnick
2007-05-24unicode: Fixed #4367 -- Fixed a problem when trying to display someMalcolm Tredinnick
2007-05-23unicode: Fixed a number of problems where lazily translated objects were notMalcolm Tredinnick
2007-05-22unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick
2007-05-19unicode: Fixed iri_to_uri() to be not quite as broken (I think it's specMalcolm Tredinnick
2007-05-17unicode: Added (optional) explicit template encoding specification. Also portedMalcolm Tredinnick
2007-05-17unicode: Fixed urlencode filter to handle IRI portions and map them to URIMalcolm Tredinnick
2007-05-14unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick
2007-05-14unicode: Made various changes to prevent actual and potential Python 2.3Malcolm Tredinnick
2007-05-12unicode: Added some bullet-proofing to the output encoding path. Passing badyMalcolm Tredinnick
2007-05-11unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-26unicode: Merged from trunk up to [5080].Malcolm Tredinnick
2007-04-22unicode: Added FILE_CHARSET setting and use it to decode files read from disk.Malcolm Tredinnick
2007-04-21Changed default template filters to always return unicode (and to handle unic...Malcolm Tredinnick
2007-04-21unicode: Merged up to [5053].Malcolm Tredinnick
2007-04-09unicode: Converted the template output and database I/O interfaces toMalcolm Tredinnick
2007-04-03Fixed #3887 -- Fixed formatting error in docstring that was causing problems inMalcolm Tredinnick
2007-04-01Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...Russell Keith-Magee
2007-03-30Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ...Adrian Holovaty
2007-03-29Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked in t...Russell Keith-Magee
2007-03-27Fixed #3826: added a {% with %}. Thanks, SmileyChris.Jacob Kaplan-Moss
2007-03-25Fixed #3808 -- Fixed some typos in comments. Thanks, Collin GradyAdrian Holovaty
2007-03-16Small tweaks to docstrings from [4700]Adrian Holovaty
2007-03-10Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues.Malcolm Tredinnick
2007-03-10Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, SimonMalcolm Tredinnick
2007-03-09Fixed #3670 -- Fixed template argument parsing so that it understands negativeMalcolm Tredinnick
2007-02-27Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f...Jacob Kaplan-Moss
2007-02-23Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo...Jacob Kaplan-Moss
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. Thank...Jacob Kaplan-Moss
2007-02-13Fixed #3155 -- Allow an integer to be passed to the urlencode filter. PatchMalcolm Tredinnick
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick
2007-02-12Small formatting tweaks to named-end-blocks change from [4489]Adrian Holovaty
2007-02-12Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensureMalcolm Tredinnick
2007-02-10Fixed #3071 -- added a {{{__contains__}}} method to the Context class. ThanksMalcolm Tredinnick
2007-02-10Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick
2007-02-09Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out byMalcolm Tredinnick
2007-02-06Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err...Jacob Kaplan-Moss
2007-01-03Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...Russell Keith-Magee
2006-12-05Template system now supports variables whose str() returns a Unicode object w...Adrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty