django1/django/contrib/markup
Adrian Holovaty 5ceed0a053 Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-10 18:36:20 +00:00
..
templatetags Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
__init__.py Fixed #241 -- added django.contrib.markup app with markup templatetags for Textile, ReST and Markdown 2005-08-10 18:31:33 +00:00
models.py Moved markup tests into their contrib directory. 2007-05-20 04:08:14 +00:00
tests.py Fixed #5362: markup tests no longer fail under SVN versions of docutils. Thanks, keithb. 2007-12-02 21:01:17 +00:00