<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/shortcuts/__init__.py, branch 2.0.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-11-19T23:34:20Z</updated>
<entry>
<title>Changed shortcuts from being a package to just being a module</title>
<updated>2013-11-19T23:34:20Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-11-19T23:34:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73b3c257e339985f2ab009c3ccf9a74be9e1d134'/>
<id>urn:sha1:73b3c257e339985f2ab009c3ccf9a74be9e1d134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More attacking E302 violators</title>
<updated>2013-11-02T20:12:09Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-11-02T20:12:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7548aa8ffd46eb6e0f73730d1b2eb515ba581f95'/>
<id>urn:sha1:7548aa8ffd46eb6e0f73730d1b2eb515ba581f95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a mistake in my previous commit.</title>
<updated>2013-09-22T12:36:53Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-09-22T12:36:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=51ed1ef1d56b383210830f69594b789ab3457b95'/>
<id>urn:sha1:51ed1ef1d56b383210830f69594b789ab3457b95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed a few trailing backslashes.</title>
<updated>2013-09-22T12:04:10Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-09-22T12:01:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5b062576bda29abe93504dbcb126e644d07f9dd'/>
<id>urn:sha1:a5b062576bda29abe93504dbcb126e644d07f9dd</id>
<content type='text'>
We have always been at war with trailing backslashes.
</content>
</entry>
<entry>
<title>More import removals</title>
<updated>2013-06-29T09:58:36Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-06-29T09:52:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6118d6d1c982e428cf398ac998eb9f0baba15bad'/>
<id>urn:sha1:6118d6d1c982e428cf398ac998eb9f0baba15bad</id>
<content type='text'>
Following the series of commits removing deprecated features in
Django 1.7, here are some more unneeded imports removed and other
minor cleanups.
</content>
</entry>
<entry>
<title>Removed 'mimetype' arguments from a few places, as per deprecation TL.</title>
<updated>2013-06-29T00:48:16Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-06-28T23:50:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8eadbc5a03d06f5bfedfa3fad35ad0801d2ab6ff'/>
<id>urn:sha1:8eadbc5a03d06f5bfedfa3fad35ad0801d2ab6ff</id>
<content type='text'>
This includes HttpResponse and co. __init__() methods,
django.shortcuts.render_to_response() and the index(), sitemap() sitemap
app views.
</content>
</entry>
<entry>
<title>Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.</title>
<updated>2013-01-31T12:54:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-01-31T12:39:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89cb771be7b53c40642872cdbedb15943bdf8e34'/>
<id>urn:sha1:89cb771be7b53c40642872cdbedb15943bdf8e34</id>
<content type='text'>
Thanks Tim for the report and initial patch.
</content>
</entry>
<entry>
<title>Fixed #19432 -- Provided better error message for get_object_or_404</title>
<updated>2012-12-12T21:05:00Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-12T19:34:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6ed6a18a033ba78de9418f5b56b80f8b3d3aaf11'/>
<id>urn:sha1:6ed6a18a033ba78de9418f5b56b80f8b3d3aaf11</id>
<content type='text'>
Thanks Kit Sunde for the report and Brian Holdefehr for the initial
patch.
</content>
</entry>
<entry>
<title>Fix spelling error in the docstring</title>
<updated>2012-11-23T16:20:18Z</updated>
<author>
<name>Rigel Di Scala</name>
<email>rigeld@gmail.com</email>
</author>
<published>2012-11-23T16:20:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2bca9a4edaddbecfec4b5e25b21d8e439bba7495'/>
<id>urn:sha1:2bca9a4edaddbecfec4b5e25b21d8e439bba7495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.</title>
<updated>2012-09-08T22:58:35Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-09-08T22:55:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a78dd109e6c81c49e90e36e9b793bad67c46c23c'/>
<id>urn:sha1:a78dd109e6c81c49e90e36e9b793bad67c46c23c</id>
<content type='text'>
Thanks UloPe and Eric Florenzano for the patch, and Malcolm Tredinnick for
review.
</content>
</entry>
</feed>
