<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/signals.txt, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-09-13T00:04:27Z</updated>
<entry>
<title>[soc2010/app-loading] merged trunk</title>
<updated>2010-09-13T00:04:27Z</updated>
<author>
<name>Arthur Koziel</name>
<email>arthur@arthurkoziel.com</email>
</author>
<published>2010-09-13T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd49269c7db008b2567f50cb03c4d3d9b321daa1'/>
<id>urn:sha1:dd49269c7db008b2567f50cb03c4d3d9b321daa1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.</title>
<updated>2010-05-10T13:12:53Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-10T13:12:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fa2062d1db6e1507c1c87a42f26d11bd5a5845af'/>
<id>urn:sha1:fa2062d1db6e1507c1c87a42f26d11bd5a5845af</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13087 -- Modified m2m signals to provide greater flexibility over exactly when notifications are delivered.</title>
<updated>2010-03-30T11:54:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-03-30T11:54:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=273a0025448d30154626b3e962df9ad5b55d8b3b'/>
<id>urn:sha1:273a0025448d30154626b3e962df9ad5b55d8b3b</id>
<content type='text'>
This is a BACKWARDS INCOMPATIBLE CHANGE for anyone using the signal names introduced in r12223.

 * If you were listening to "add", you should now listen to "post_add".
 * If you were listening to "remove", you should now listen to "post_remove".
 * If you were listening to "clear", you should now listen to "pre_clear".

You may also want to examine your code to see whether the "pre_add", "pre_remove" or "post_clear" would be better suited to your application.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signal. Thanks to timo for the report.</title>
<updated>2010-02-23T13:19:49Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-23T13:19:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=745b89f6e1a7e71a408c506497c4c66114cf1066'/>
<id>urn:sha1:745b89f6e1a7e71a408c506497c4c66114cf1066</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report.</title>
<updated>2010-01-13T23:54:07Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-01-13T23:54:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ca28f3926f6845e0fd3098a9dd2a82888729839'/>
<id>urn:sha1:0ca28f3926f6845e0fd3098a9dd2a82888729839</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch.</title>
<updated>2010-01-13T11:07:16Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-01-13T11:07:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6afd505b5be528bc5728bc9b9acd48276be457b4'/>
<id>urn:sha1:6afd505b5be528bc5728bc9b9acd48276be457b4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent.  Thanks, adamnelson.</title>
<updated>2009-12-26T03:44:21Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2009-12-26T03:44:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c6fa4936b327f969cfd87517af2aa7c17980b0be'/>
<id>urn:sha1:c6fa4936b327f969cfd87517af2aa7c17980b0be</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Corrected spaces for tabs from r11540.</title>
<updated>2009-09-13T06:18:16Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-09-13T06:18:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dbd6f512eea610a2f88987403c60e610e3916a22'/>
<id>urn:sha1:dbd6f512eea610a2f88987403c60e610e3916a22</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11359 -- Added a link to the signals topic guide in the signals reference. Thanks to tyson for the suggestion.</title>
<updated>2009-09-12T23:06:22Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-09-12T23:06:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7cbc2329098a0b179ffd0e48780561f2d4cda369'/>
<id>urn:sha1:7cbc2329098a0b179ffd0e48780561f2d4cda369</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,</title>
<updated>2009-03-31T23:34:03Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-03-31T23:34:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=516051bfd2b537f441c46359cce7eacbf15fc4b8'/>
<id>urn:sha1:516051bfd2b537f441c46359cce7eacbf15fc4b8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
