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
/
tests
/
regressiontests
/
text
Age
Commit message (
Expand
)
Author
2012-01-29
Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.
Aymeric Augustin
2011-10-13
Remove a handful of `import *` from the tests.
Alex Gaynor
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-12-12
Fixed #5672 -- Allow the separator in the get_text_list utility function to b...
Jannis Leidel
2010-09-27
Migrated text doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2010-02-24
Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ...
Joseph Kocherhans
2009-04-10
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-03-23
Added consistent support for double- and single-quote delimiters in templates.
Malcolm Tredinnick
2007-10-31
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...
Gary Wilson Jr
2007-10-20
Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-30
Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.
Malcolm Tredinnick