..
__init__.py
Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.
2006-08-27 13:59:47 +00:00
erroneous_urls.py
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raised by the URL resolver system during startup. Many thanks, IonelMaries and Bas Peschier.
2011-06-16 16:41:14 +00:00
erroneous_views_module.py
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raised by the URL resolver system during startup. Many thanks, IonelMaries and Bas Peschier.
2011-06-16 16:41:14 +00:00
extra_urls.py
Fixed another case of reverse URL resolving that wasn't working.
2008-09-30 05:52:35 +00:00
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
Corrected [13479], accounting for unnamed urls that are instances of classes.
2010-08-06 13:47:56 +00:00
included_urls.py
A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag.
2008-08-31 11:11:20 +00:00
included_urls2.py
Fixed another case of reverse URL resolving that wasn't working.
2008-09-30 05:52:35 +00:00
middleware.py
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
2011-07-13 09:35:51 +00:00
models.py
Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.
2006-08-27 13:59:47 +00:00
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
Fixed #11559 -- Fixed the URL resolver to be able to handle captured parameters in parent URLconfs when also using namespaces. Thanks, cwb, ungenio and hvdklauw.
2011-08-12 14:15:50 +00:00
no_urls.py
Fixed #10065 -- Corrected an error message when an empty urlpattern object is provided. Thanks to Matthew Flanagan for the patch.
2009-04-04 06:54:56 +00:00
reverse_lazy_urls.py
Fixed minor typo in tests introduced in r16121. Refs #5925 .
2011-05-12 13:24:07 +00:00
tests.py
Fixed #14503 -- Unified multiple implementations of test cases assert* methods that verify a given exception is raised by a callable throughout the Django test suite.
2011-08-13 00:42:08 +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
Fixed #5034 -- honor request.urlconf in reverse and resolve.
2009-11-16 01:58:00 +00:00
urls.py
Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of its resolve() with regard to the default kwargs. Many thanks to patrys.
2011-05-07 16:59:25 +00:00
urls_error_handlers.py
Fixed #10326 : handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin.
2009-12-13 20:29:04 +00:00
urls_error_handlers_callables.py
Fixed #10326 : handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin.
2009-12-13 20:29:04 +00:00
urls_without_full_import.py
Added file missing from r13590.
2010-08-14 15:50:46 +00:00
views.py
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raised by the URL resolver system during startup. Many thanks, IonelMaries and Bas Peschier.
2011-06-16 16:41:14 +00:00