<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/signals.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31327 -- Deprecated providing_args argument for Signal.</title>
<updated>2020-03-05T08:38:52Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-03-01T17:22:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=769cee525222bb155735aba31d6174d73c271f3c'/>
<id>urn:sha1:769cee525222bb155735aba31d6174d73c271f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed imports per isort 4.3.0.</title>
<updated>2018-02-01T08:29:46Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-02-01T08:29:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bcf73d788866bc93f8248cb2e9d601ecbc4b50c'/>
<id>urn:sha1:9bcf73d788866bc93f8248cb2e9d601ecbc4b50c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.&lt;various&gt;_types usage</title>
<updated>2017-01-18T19:18:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-29T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b2f2e74adb36a4334e83130f6abc2f79d395235'/>
<id>urn:sha1:7b2f2e74adb36a4334e83130f6abc2f79d395235</id>
<content type='text'>
Thanks Tim Graham and Simon Charette for the reviews.
</content>
</entry>
<entry>
<title>Refs #24205 -- Removed Signal.disconnect()'s weak argument.</title>
<updated>2017-01-17T19:09:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-11-07T14:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03087f80d14969ebfc7b81f54096941c60c9b52b'/>
<id>urn:sha1:03087f80d14969ebfc7b81f54096941c60c9b52b</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Fixed #26778 -- Fixed ModelSignal.connect() weak argument.</title>
<updated>2016-06-19T00:45:38Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-06-19T00:45:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bf8d50a678463a5a3cd52f10c830fe0ca65d2c6'/>
<id>urn:sha1:9bf8d50a678463a5a3cd52f10c830fe0ca65d2c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26686 -- Fixed crash when registering model signals with abstract senders.</title>
<updated>2016-06-02T18:34:01Z</updated>
<author>
<name>Alex Hill</name>
<email>alex@hill.net.au</email>
</author>
<published>2016-05-31T16:17:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08014fe75b4fc379523f340191a02147ec35f7a3'/>
<id>urn:sha1:08014fe75b4fc379523f340191a02147ec35f7a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.</title>
<updated>2016-05-27T21:45:08Z</updated>
<author>
<name>Alex Hill</name>
<email>alex@hill.net.au</email>
</author>
<published>2016-05-20T08:21:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff6c6feae17120c2c7df74fb6a9dc76826a1e233'/>
<id>urn:sha1:ff6c6feae17120c2c7df74fb6a9dc76826a1e233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()</title>
<updated>2016-05-20T01:33:36Z</updated>
<author>
<name>Alex Hill</name>
<email>alex@hill.net.au</email>
</author>
<published>2016-03-30T08:34:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=779bb82f519420418a711f7ae75e71d600de3224'/>
<id>urn:sha1:779bb82f519420418a711f7ae75e71d600de3224</id>
<content type='text'>
</content>
</entry>
</feed>
