summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Cleaned up exception message checking in some tests.Jon Dufresne2019-03-151-3/+7
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-3121-182/+182
* Updated a test to reflect the fact that "import *" isn't used in URLconfs any...Tim Graham2018-12-312-4/+2
* 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
* Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.Tim Graham2017-09-221-33/+0
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-202-24/+24
* 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-112-0/+34
* 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 django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-2/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* 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-194-4/+4
* 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-183-7/+0
* Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham2017-01-174-85/+100
* 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-273-4/+33
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.Carl Meyer2016-11-141-0/+16
* Added tests for LocaleRegexProvider.Carl Meyer2016-11-149-0/+81
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-143-0/+4
* 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-202-0/+26
* 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-182-0/+32
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-172-12/+13
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-1/+1
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-2/+2
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-4/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-17/+34
* Fixed #26039 -- Unwrapped nested partials in URL reversal.Grégory Starck2016-01-062-4/+4
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-314-8/+8
* Fixed typo in test name.knbk2015-12-291-1/+1
* Moved URLObject in tests to separate utils module.Marten Kenbeek2015-12-224-22/+28