<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/debug.py, branch archive/attic/new-admin</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnew-admin</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnew-admin'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2005-11-25T01:53:23Z</updated>
<entry>
<title>new-admin: Removed space at top of views/debug.py module</title>
<updated>2005-11-25T01:53:23Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-25T01:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b413132dd5dad3c3768b6b409ac51d2c7175051a'/>
<id>urn:sha1:b413132dd5dad3c3768b6b409ac51d2c7175051a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged to trunk 1407</title>
<updated>2005-11-25T00:09:46Z</updated>
<author>
<name>Robert Wittams</name>
<email>robert@wittams.com</email>
</author>
<published>2005-11-25T00:09:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32ca04e59eb73b2a7dc52a4734b9e0a1b47c8c4a'/>
<id>urn:sha1:32ca04e59eb73b2a7dc52a4734b9e0a1b47c8c4a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>now really fixed the source formatting. brought to you by the magics of IRC-based pair programming</title>
<updated>2005-11-25T00:04:06Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-25T00:04:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca683d8ca54b7579eefba8ef52ccd35b04a66b63'/>
<id>urn:sha1:ca683d8ca54b7579eefba8ef52ccd35b04a66b63</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>just another small fix to the template_debug layout</title>
<updated>2005-11-24T23:35:28Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-24T23:35:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eff2a1fde278e9fb5577728550cd1650e4e65c42'/>
<id>urn:sha1:eff2a1fde278e9fb5577728550cd1650e4e65c42</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>fixed debug view for templates so it starts counting with 1</title>
<updated>2005-11-24T23:31:33Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-24T23:31:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73766b1f8890a90013dc16560aa7329bdfe734a3'/>
<id>urn:sha1:73766b1f8890a90013dc16560aa7329bdfe734a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>small fix to the template_debug stuff, it was dropping last characters and didn't split the first line correctly</title>
<updated>2005-11-24T22:57:04Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-24T22:57:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0fbd43a57b8a391915099e49c1ed3e3089331c9'/>
<id>urn:sha1:f0fbd43a57b8a391915099e49c1ed3e3089331c9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmortem' section on the pretty debug page. Thanks for the idea, David Ascher</title>
<updated>2005-11-24T21:15:51Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-24T21:15:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d9228251562f4f37cd76da4404874483718c7728'/>
<id>urn:sha1:d9228251562f4f37cd76da4404874483718c7728</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>new_admin: merged to trunk r1385</title>
<updated>2005-11-24T00:35:49Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-24T00:35:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d953d9ba5b77e46af33169fef3c8383f424db337'/>
<id>urn:sha1:d953d9ba5b77e46af33169fef3c8383f424db337</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>changed the linebreaks_iter function to use str.find instead of re.finditer, because the latter one has problems with Python 2.3</title>
<updated>2005-11-24T00:06:36Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-24T00:06:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eab4a2259657ec1193b3ea2fcdcdf3a4371397d8'/>
<id>urn:sha1:eab4a2259657ec1193b3ea2fcdcdf3a4371397d8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merge to trunk r1381</title>
<updated>2005-11-23T23:23:20Z</updated>
<author>
<name>Robert Wittams</name>
<email>robert@wittams.com</email>
</author>
<published>2005-11-23T23:23:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f7d3e8a20d75d2b9db77b4400e0ac1bc7cee39d4'/>
<id>urn:sha1:f7d3e8a20d75d2b9db77b4400e0ac1bc7cee39d4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
