Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-4/+4
| | | | dotted path per deprecation timeline.
* Fixed #24127 -- Changed the default current_app to the ↵Marten Kenbeek2015-07-271-2/+9
| | | | | | | current namespace. Changed the url template tag to use request.resolver_match.namespace as a default for the current_app argument if request.current_app is not set.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-1/+1
| | | | url().
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of ↵chriscauley2014-04-171-4/+4
| | | | | | docs and tests. Thanks tomwys for the suggestion.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-8/+7
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-0/+20
modeltests/regressiontests.