summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/tests.py
AgeCommit message (Expand)Author
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-14Added a test for mixing args and kwargs in reverse().Tim Graham
2017-09-13Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-10Refs #27804 -- Used subTest() in urlpatterns_reverse tests.Marten Kenbeek
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-02-11Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-27Improved test coverage and error messages for conf.urls.__init__.Anton Samarchyan
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-19Fixed spelling mistakes in code and comments.james mike dupont
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham
2017-01-11Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.Marten Kenbeek
2016-12-27Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-07-14Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek
2016-07-01Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.Tim Graham
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-20Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
2016-06-18Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.Markus Holtermann
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-29Fixed typo in test name.knbk
2015-12-22Moved URLObject in tests to separate utils module.Marten Kenbeek
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-22Fixed "URLconf" spelling in code comments.Tim Graham
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-06Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek
2015-06-05Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-04-26Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...Harry
2015-03-23Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier
2015-03-23Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-03-12Cleaned up urlpatterns_reverse tests.Bas Peschier