<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/multiple_database/routers.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>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 #28982 -- Simplified code with and/or.</title>
<updated>2018-01-04T01:12:23Z</updated>
<author>
<name>Дилян Палаузов</name>
<email>Dilyan.Palauzov@db.com</email>
</author>
<published>2018-01-03T23:52:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b2aa24f75434c2ce50100cfef3586071e0747a'/>
<id>urn:sha1:d7b2aa24f75434c2ce50100cfef3586071e0747a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Stopped inheriting from object to define new style classes.</title>
<updated>2017-01-19T07:39:46Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2017-01-19T07:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cecc079168e8669138728d31611ff3a1e7eb3a9f'/>
<id>urn:sha1:cecc079168e8669138728d31611ff3a1e7eb3a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24351, #24346 -- Changed the signature of allow_migrate().</title>
<updated>2015-02-20T14:34:09Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2015-02-19T07:27:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bed504d70bede3431a213203c13a33905d6dbf77'/>
<id>urn:sha1:bed504d70bede3431a213203c13a33905d6dbf77</id>
<content type='text'>
The new signature enables better support for routing RunPython and
RunSQL operations, especially w.r.t. reusable and third-party apps.

This commit also takes advantage of the deprecation cycle for the old
signature to remove the backward incompatibility introduced in #22583;
RunPython and RunSQL won't call allow_migrate() when when the router
has the old signature.

Thanks Aymeric Augustin and Tim Graham for helping shape up the patch.

Refs 22583.
</content>
</entry>
<entry>
<title>Fixed #22667 -- Replaced leader/follower terminology with primary/replica</title>
<updated>2014-05-22T15:59:17Z</updated>
<author>
<name>Flavio Curella</name>
<email>flavio.curella@gmail.com</email>
</author>
<published>2014-05-20T19:54:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=beec05686ccc3bee8461f9a5a02c607a02352ae1'/>
<id>urn:sha1:beec05686ccc3bee8461f9a5a02c607a02352ae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced occurrences of master/slave terminology with leader/follower</title>
<updated>2014-05-20T16:35:16Z</updated>
<author>
<name>Flavio Curella</name>
<email>flavio.curella@gmail.com</email>
</author>
<published>2014-05-20T16:24:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73a57b06f9d8c963b9be2bdb83122a004a4a8b0b'/>
<id>urn:sha1:73a57b06f9d8c963b9be2bdb83122a004a4a8b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2013-10-10T20:49:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T20:42:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae4ac1778f04805c0ed62c8debb13b281ba02b'/>
<id>urn:sha1:1dae4ac1778f04805c0ed62c8debb13b281ba02b</id>
<content type='text'>
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
</content>
</entry>
<entry>
<title>Isolated select_for_update tests a bit more.</title>
<updated>2013-09-24T08:29:21Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-09-24T08:27:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16ceb05b4751425ed16ee0eddd0c533f067344b2'/>
<id>urn:sha1:16ceb05b4751425ed16ee0eddd0c533f067344b2</id>
<content type='text'>
This change prevents including the multiple_database test models without
duplicating the router code (we probably should do this at one point).

Refs #21148
</content>
</entry>
</feed>
