<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/contrib/comments/example.txt, 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>2014-03-21T11:05:36Z</updated>
<entry>
<title>Removed contrib.comments per deprecation timeline.</title>
<updated>2014-03-21T11:05:36Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-03-21T11:05:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aa93a1890f25cbd43bfab0b6684915d8b3c42702'/>
<id>urn:sha1:aa93a1890f25cbd43bfab0b6684915d8b3c42702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecated django.contrib.comments.</title>
<updated>2013-03-11T20:38:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2013-03-09T14:49:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=571b2d139baa81ae9a0afea88c5b570a2d16d313'/>
<id>urn:sha1:571b2d139baa81ae9a0afea88c5b570a2d16d313</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19605 - Removed unused url imports from doc examples.</title>
<updated>2013-01-15T12:50:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-15T11:29:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43f89e0ad6fa111f3d53dfa71786353e0265bf39'/>
<id>urn:sha1:43f89e0ad6fa111f3d53dfa71786353e0265bf39</id>
<content type='text'>
Thanks sergzach for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #19516 - Fixed remaining broken links.</title>
<updated>2013-01-02T23:32:57Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-01T13:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b5f64cc6ed5f1e904093fe4e6ff0f681b8e545f'/>
<id>urn:sha1:9b5f64cc6ed5f1e904093fe4e6ff0f681b8e545f</id>
<content type='text'>
Added -n to sphinx builds to catch issues going forward.
</content>
</entry>
<entry>
<title>Fixed #18934 - Removed versionadded/changed annotations for Django 1.3</title>
<updated>2012-09-20T23:06:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-09-19T20:39:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=837425b425c2d58596f3ed04a7ed79541279ee7e'/>
<id>urn:sha1:837425b425c2d58596f3ed04a7ed79541279ee7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed references to changes made in 1.2.</title>
<updated>2012-06-07T13:02:35Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-06-07T13:02:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c28e700c7e54e3071f173b34a12eb1c4f6e39552'/>
<id>urn:sha1:c28e700c7e54e3071f173b34a12eb1c4f6e39552</id>
<content type='text'>
Thanks Florian Apolloner for the patch.
</content>
</entry>
<entry>
<title>Fixed #17572 —— A few grammar errors in the comments framework example page.</title>
<updated>2012-01-21T15:42:37Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-01-21T15:42:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=58346e92fad0656da1dabf9bc68e3a19ce044e37'/>
<id>urn:sha1:58346e92fad0656da1dabf9bc68e3a19ce044e37</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed use of non-standard indentation rules in docs, and the custom transform that supported them.</title>
<updated>2011-10-10T17:32:33Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-10-10T17:32:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c61987d75ad9bc5233257f46a8246bb9d63bbbe1'/>
<id>urn:sha1:c61987d75ad9bc5233257f46a8246bb9d63bbbe1</id>
<content type='text'>
Doc writers should be aware that we are now back to normal ReST rules
regarding blockquotes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a bunch of ReST errors that resulted in interpretation as block quotations</title>
<updated>2011-10-10T15:32:01Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-10-10T15:32:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af244e47ccc88860fe928fec96c7873e3e4017fe'/>
<id>urn:sha1:af244e47ccc88860fe928fec96c7873e3e4017fe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.</title>
<updated>2011-09-11T22:36:16Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-11T22:36:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26b812208751edf87b4df0aee00996c5c7bcd4c9'/>
<id>urn:sha1:26b812208751edf87b4df0aee00996c5c7bcd4c9</id>
<content type='text'>
This applies to both our own [test] code and documentation examples. Also:
 * Moved the functions and handlers from `django.conf.urls.defaults` up to
   `django.conf.urls` deprecating the former module.
 * Added documentation for `handler403`.
 * Tweaked the URLs topic document a bit.

Thanks to pupeno and cdestigter for their great work contributing patches.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
