summaryrefslogtreecommitdiff
path: root/django/contrib/markup
AgeCommit message (Expand)Author
2010-03-26Removed out-of-date statement in markdown templatetags docstring (refs #1204).Gary Wilson Jr
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-09Fixed #12495 -- Fixed broken link in django.contrib.markup docstringAdrian Holovaty
2008-04-15Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well asMalcolm Tredinnick
2007-12-02Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than...Jacob Kaplan-Moss
2007-12-02Fixed #2910 -- Added support for markdown extensions to the markdown markupMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-20Moved markup tests into their contrib directory.Russell Keith-Magee
2006-06-30restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S...Jacob Kaplan-Moss
2006-06-28Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_C...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-08-10Fixed #241 -- added django.contrib.markup app with markup templatetags for Te...Jacob Kaplan-Moss