summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...Mariusz Felisiak2022-09-011-0/+21
* Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay2022-05-171-21/+0
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-291-1/+26
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+18
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-513/+910
* Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight2022-01-101-0/+9
* Fixed #23895 -- Prevented pickling of ResolverMatch.Jonathan Davis2021-07-291-0/+7
* Fixed #32870 -- Improved error message when URLconf is empty.Igor Fernandes2021-06-221-4/+6
* Fixed #32572 -- Improved ResolverMatch.__repr__().Nick Pope2021-03-291-2/+22
* Removed unused param_dict return from URLResolver.resolve_error_handler().Adam Johnson2020-06-221-4/+2
* Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_laz...Jon Dufresne2019-12-271-1/+11
* Added tests for terminated path with optional arguments in django.urls.revers...daniel a rios2019-06-241-0/+2
* Cleaned up exception message checking in some tests.Jon Dufresne2019-03-151-3/+7
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-3/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-15/+15
* Updated a test to reflect the fact that "import *" isn't used in URLconfs any...Tim Graham2018-12-311-1/+1
* Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend2018-12-061-1/+1
* Added test for ResolverMatch.__repr__().Xavier Fernandez2018-11-301-0/+8
* Fixed #29673 -- Reset the URLconf at the end of each request.Matthew Power2018-09-261-1/+8
* Completed test coverage for django.urls.utils.get_callable().Hasan Ramezani2018-07-191-9/+34
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-3/+4
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-17/+18
* Added a test for mixing args and kwargs in reverse().Tim Graham2017-09-141-0/+5
* Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham2017-09-131-4/+4
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+6
* Refs #27804 -- Used subTest() in urlpatterns_reverse tests.Marten Kenbeek2017-07-101-289/+375
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-24/+24
* Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam2017-02-111-0/+17
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-10/+10
* Improved test coverage and error messages for conf.urls.__init__.Anton Samarchyan2017-01-271-0/+10
* Removed unused variables that are overwritten.Mads Jensen2017-01-251-1/+0
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-2/+2
* Fixed spelling mistakes in code and comments.james mike dupont2017-01-191-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-8/+0
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-8/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham2017-01-171-74/+85
* Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.Marten Kenbeek2017-01-111-2/+25
* Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham2016-12-271-2/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-10/+8
* Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor2016-08-201-0/+8
* Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek2016-07-141-0/+13
* Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.Tim Graham2016-07-011-1/+1
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-49/+31
* Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham2016-06-201-0/+6
* Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.Markus Holtermann2016-06-181-0/+7
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-6/+6
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-2/+2