django/tests/urlpatterns
Simon Charette 57307bbc7d Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly.
Over the years we've had multiple instances of hit and misses when
emitting warnings: either setting the wrong stacklevel or not setting
it at all.

This work adds assertions for the existing warnings that were declaring
the correct stacklevel, but were lacking tests for it.
2024-08-28 11:44:05 -03:00
..
__init__.py
converter_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
converters.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
more_urls.py Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
path_base64_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
path_dynamic_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
path_same_name_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
path_urls.py Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
test_resolvers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly. 2024-08-28 11:44:05 -03:00
views.py Removed default empty content argument from HttpResponse calls. 2019-02-09 16:27:32 -05:00