<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/creation.py, branch 3.1.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-11-21T18:50:24Z</updated>
<entry>
<title>Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided.</title>
<updated>2019-11-21T18:50:24Z</updated>
<author>
<name>Farhaan Bukhsh</name>
<email>farhaan.bukhsh@gmail.com</email>
</author>
<published>2019-11-20T17:37:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=664c98f1f8c63a932a9c767a7364a6a1826799bb'/>
<id>urn:sha1:664c98f1f8c63a932a9c767a7364a6a1826799bb</id>
<content type='text'>
Previously, the same signature was created for multiple in-memory
databases on SQLite when they had tests databases names
DATABASES['TEST']['NAME'].
</content>
</entry>
<entry>
<title>Refs #29983 -- Added support for using pathlib.Path in all settings.</title>
<updated>2019-11-07T09:26:22Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-07T09:26:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=77aa74cb70dd85497dbade6bc0f394aa41e88c94'/>
<id>urn:sha1:77aa74cb70dd85497dbade6bc0f394aa41e88c94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30184 -- Removed ellipsis characters from shell output strings.</title>
<updated>2019-02-13T18:59:44Z</updated>
<author>
<name>Dan Davis</name>
<email>danizen@users.noreply.github.com</email>
</author>
<published>2019-02-13T18:59:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac'/>
<id>urn:sha1:2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac</id>
<content type='text'>
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.</content>
</entry>
<entry>
<title>Refs #29784 -- Switched to https:// links where available.</title>
<updated>2018-09-26T06:48:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-26T06:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82f286cf6f198d37850d3c5df637b5665566a66b'/>
<id>urn:sha1:82f286cf6f198d37850d3c5df637b5665566a66b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29654 -- Replaced three dots with ellipsis character in output strings.</title>
<updated>2018-08-22T13:13:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-08-22T13:13:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50b8493581fea3d7137dd8db33bac7008868d23a'/>
<id>urn:sha1:50b8493581fea3d7137dd8db33bac7008868d23a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29040 -- Made test database creation messages use a consistent output stream.</title>
<updated>2018-07-19T22:05:33Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-07-19T22:05:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65503ca09798bffbe8226c3a8a7953906042b2ee'/>
<id>urn:sha1:65503ca09798bffbe8226c3a8a7953906042b2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28909 -- Simplifed code using unpacking generalizations.</title>
<updated>2018-02-26T17:23:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-02-26T17:23:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=074a2f7f58cfab807ae72b09e634cad30a895369'/>
<id>urn:sha1:074a2f7f58cfab807ae72b09e634cad30a895369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.</title>
<updated>2017-11-07T14:08:46Z</updated>
<author>
<name>Дилян Палаузов</name>
<email>dilyanpalauzov@users.noreply.github.com</email>
</author>
<published>2017-11-06T15:23:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c69e4bc69166b2d752b437a651dfa91f8b53ecfd'/>
<id>urn:sha1:c69e4bc69166b2d752b437a651dfa91f8b53ecfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.</title>
<updated>2017-10-04T00:17:12Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-10-04T00:15:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0c761d3f84aa340175b5f8646d7b2f12d2e75be'/>
<id>urn:sha1:d0c761d3f84aa340175b5f8646d7b2f12d2e75be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.</title>
<updated>2017-09-11T15:32:40Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-09-11T15:32:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99e65d648842d4715f32682117adc01223fef316'/>
<id>urn:sha1:99e65d648842d4715f32682117adc01223fef316</id>
<content type='text'>
</content>
</entry>
</feed>
