<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/flatpages/middleware.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-06-17T17:00:39Z</updated>
<entry>
<title>Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.</title>
<updated>2016-06-17T17:00:39Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2016-06-14T07:41:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7d1b69dbe7f72ac04d2513f0468fe2146231b286'/>
<id>urn:sha1:7d1b69dbe7f72ac04d2513f0468fe2146231b286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26601 -- Improved middleware per DEP 0005.</title>
<updated>2016-05-17T11:22:22Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2015-11-07T15:12:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9baf692a58de78dba13aa582098781675367c329'/>
<id>urn:sha1:9baf692a58de78dba13aa582098781675367c329</id>
<content type='text'>
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
</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>Fixed all E261 warnings</title>
<updated>2013-11-02T22:20:39Z</updated>
<author>
<name>coagulant</name>
<email>baryshev@gmail.com</email>
</author>
<published>2013-11-02T21:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bc0d46a840f17dce561daca8a6b8690b2cf5d0a'/>
<id>urn:sha1:3bc0d46a840f17dce561daca8a6b8690b2cf5d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Started attackign the next flake8 violation</title>
<updated>2013-10-31T15:42:28Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-10-31T15:42:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=726ded5708e4e8767e69a6f6f6a039e75667ce03'/>
<id>urn:sha1:726ded5708e4e8767e69a6f6f6a039e75667ce03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21189: Cleaned up usage of bare except clauses.</title>
<updated>2013-10-05T09:50:03Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-09-30T15:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20472aa827669d2b83b74e521504e88e18d086a1'/>
<id>urn:sha1:20472aa827669d2b83b74e521504e88e18d086a1</id>
<content type='text'>
Thanks to berkerpeksag for the report and to claudep
for the review.
</content>
</entry>
<entry>
<title>Fixed #8376 -- Use request.path and request.path_info at the right moments when</title>
<updated>2008-08-21T01:40:22Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-08-21T01:40:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d05d724165413c923de9094e3ecf5dd652f6c0c5'/>
<id>urn:sha1:d05d724165413c923de9094e3ecf5dd652f6c0c5</id>
<content type='text'>
serving data in the flatpage middleware. Patch from jcassee.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa</title>
<updated>2006-06-08T05:00:13Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-08T05:00:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2abfd5dd586c4f6fb619de561b2194687021e256'/>
<id>urn:sha1:2abfd5dd586c4f6fb619de561b2194687021e256</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.</title>
<updated>2006-05-02T01:31:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-02T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f69cf70ed813a8cd7e1f963a14ae39103e8d5265'/>
<id>urn:sha1:f69cf70ed813a8cd7e1f963a14ae39103e8d5265</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=True. Thanks, Hugo</title>
<updated>2005-11-20T04:55:57Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-20T04:55:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09f32294e8a6b9f65bca44c252f78a904e9c3515'/>
<id>urn:sha1:09f32294e8a6b9f65bca44c252f78a904e9c3515</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
