summaryrefslogtreecommitdiff
path: root/django/contrib/markup/tests.py
AgeCommit message (Expand)Author
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-14Fixed #18041 -- Removed support for Markdown versions < 2.1, following the 1....Claude Paroz
2012-03-16Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fai...Julien Phalip
2012-03-14Fixed #17837. Improved markdown safety.Paul McMillan
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-10-24Fixed #17086 -- Removed pollution of global template-builtins from markup and...Carl Meyer
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-06-19Fixed #10843: the textile tests now pass against the latest textile library.Jacob Kaplan-Moss
2007-12-02Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than...Jacob Kaplan-Moss
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-05-20Moved markup tests into their contrib directory.Russell Keith-Magee