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