summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse
AgeCommit message (Expand)Author
2016-07-14[1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek
2016-07-01[1.10.x] Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-20[1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
2016-06-18[1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback ...Markus Holtermann
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
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
2016-01-06Fixed #26039 -- Unwrapped nested partials in URL reversal.Grégory Starck
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-23Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.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
2015-03-12Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier
2015-03-12Fixed #12943 -- Allowed unnamed arguments to be propagated in includesBas Peschier
2015-02-12Added missing import from last commit.Tim Graham
2015-02-12Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.Tim Graham
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-03Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2015-01-18Changed RedirectView.permanent to False per deprecation timeline; refs #21587.Tim Graham
2015-01-17Removed the validate management command per deprecation timeline.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-28Corrected deprecation warnings for RedirectView; refs #21587.Berker Peksag
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-07Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-06-23Refactored common code in handlers/base.py and urlresolvers.pyAnubhav Joshi
2014-06-16Added database migration for contrib.auth.Tim Graham