summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_url.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-141/+155
* Refs #24121 -- Added __repr__() to URLNode.Rohith PR2021-03-021-0/+21
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-1/+1
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-5/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag.Marten Kenbeek2015-10-261-0/+20
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-50/+19
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek2015-07-271-3/+31
* Corrected HTML-escaping behaviour of url template tag.Luke Plant2015-07-211-1/+10
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-20/+20
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-62/+41
* Isolated template tests from Django settings.Aymeric Augustin2014-12-281-45/+44
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-1/+1
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-0/+267