<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/syntax_tests/test_url.py, branch 2.1.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-01-18T08:55:19Z</updated>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26013 -- Moved django.core.urlresolvers to django.urls.</title>
<updated>2015-12-31T19:21:29Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-12-30T15:51:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16411b8400ad08f90c236bb2e18f65c655f903f8'/>
<id>urn:sha1:16411b8400ad08f90c236bb2e18f65c655f903f8</id>
<content type='text'>
Thanks to Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag.</title>
<updated>2015-10-26T14:42:20Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-10-26T13:28:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34af2bc523321da828a02bcf8f225ec393ed75cf'/>
<id>urn:sha1:34af2bc523321da828a02bcf8f225ec393ed75cf</id>
<content type='text'>
The deprecation removal in 5e450c52aafb62b9d83c8ac08892e0b92cbec4aa
removed too much.
</content>
</entry>
<entry>
<title>Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline.</title>
<updated>2015-09-23T23:31:09Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-08-17T17:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=785cc71d5b3300e2702b0b2fc7316e58ca70b563'/>
<id>urn:sha1:785cc71d5b3300e2702b0b2fc7316e58ca70b563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23395 -- Limited line lengths to 119 characters.</title>
<updated>2015-09-12T15:40:50Z</updated>
<author>
<name>Dražen Odobašić</name>
<email>dodobas@candela-it.com</email>
</author>
<published>2015-09-11T23:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1e33ceceda1e75ff68c7deed8f6659683a195d3'/>
<id>urn:sha1:b1e33ceceda1e75ff68c7deed8f6659683a195d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24127 -- Changed the default current_app to the current namespace.</title>
<updated>2015-07-27T13:14:48Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-06-25T16:49:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc7923beffea3c51271935cad1371a67c5fcc71b'/>
<id>urn:sha1:bc7923beffea3c51271935cad1371a67c5fcc71b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Corrected HTML-escaping behaviour of url template tag.</title>
<updated>2015-07-21T13:04:58Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2015-07-21T12:35:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a5eadd140a5f06d24e1c5bc0c444ce11be0769a'/>
<id>urn:sha1:8a5eadd140a5f06d24e1c5bc0c444ce11be0769a</id>
<content type='text'>
Due to the URL encoding applied by the tag for all parameters that might be
partly controllable by an end-user, there are no XSS/security problems
caused by this bug, only invalid HTML.
</content>
</entry>
<entry>
<title>Renamed RemovedInDjangoXYWarnings for new roadmap.</title>
<updated>2015-06-24T20:08:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-22T17:54:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aaacaeb0963c406c4fe6f68c6ae51f4a65878250'/>
<id>urn:sha1:aaacaeb0963c406c4fe6f68c6ae51f4a65878250</id>
<content type='text'>
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied ignore_warnings to Django tests</title>
<updated>2014-12-30T17:16:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-21T20:19:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=51890ce8898f821d28f2f6fb6071c936e9bd88f0'/>
<id>urn:sha1:51890ce8898f821d28f2f6fb6071c936e9bd88f0</id>
<content type='text'>
</content>
</entry>
</feed>
