django/tests/regressiontests/urlpatterns_reverse
Russell Keith-Magee afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
assert_ -> assertTrue
 assertEquals -> assertEqual
 failUnless -> assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 15:04:39 +00:00
..
__init__.py
extra_urls.py
included_named_urls.py Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
included_named_urls2.py Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
included_namespace_urls.py
included_urls.py
included_urls2.py
middleware.py
models.py
named_urls.py Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
namespace_urls.py
no_urls.py
tests.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
urlconf_inner.py Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. 2010-11-20 06:22:28 +00:00
urlconf_outer.py
urls.py
urls_error_handlers.py
urls_error_handlers_callables.py
urls_without_full_import.py
views.py