summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam2017-02-112-0/+34
* [1.11.x] Removed unused variables that are overwritten.Mads Jensen2017-01-251-1/+0
* [1.11.x] Fixed spelling mistakes in code and comments.james mike dupont2017-01-191-1/+1
* 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
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-4/+4
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-3/+3
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-235-72/+17
* Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham2015-09-232-96/+82
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-41/+163
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-244-19/+19
* Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek2015-06-201-1/+11
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-083-17/+130
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek2015-06-062-15/+19
* Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek2015-06-052-0/+49
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-12/+12
* Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...Harry2015-04-263-4/+7
* Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier2015-03-232-0/+51
* Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier2015-03-232-0/+23
* Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier2015-03-181-12/+19
* Cleaned up urlpatterns_reverse tests.Bas Peschier2015-03-121-18/+19
* Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier2015-03-121-5/+18
* Fixed #12943 -- Allowed unnamed arguments to be propagated in includesBas Peschier2015-03-122-0/+3
* Added missing import from last commit.Tim Graham2015-02-121-1/+3
* Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.Tim Graham2015-02-121-1/+9
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0617-34/+23
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-12/+12
* Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz2015-02-031-0/+11
* Changed RedirectView.permanent to False per deprecation timeline; refs #21587.Tim Graham2015-01-182-3/+2