summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed the validate management command per deprecation timeline.Tim Graham2015-01-171-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-14/+11
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-293-7/+10
* Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag2014-11-282-6/+5
* Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag2014-11-251-3/+5
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne2014-10-071-0/+7
* Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner2014-08-202-0/+6
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-123-29/+33
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-1/+1