<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/__init__.py, branch 1.11.15</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.15</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.15'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-11-14T17:30:46Z</updated>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed missing name in django.db __all__.</title>
<updated>2016-09-26T23:04:18Z</updated>
<author>
<name>Adam Chainz</name>
<email>me@adamj.eu</email>
</author>
<published>2016-09-26T23:04:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b29c6c96c738bd7250a408b079dd8a4d4657849a'/>
<id>urn:sha1:b29c6c96c738bd7250a408b079dd8a4d4657849a</id>
<content type='text'>
'backend' hasn't existed since 051c666acac770dea1af2fc223cc695f985f02f7.</content>
</entry>
<entry>
<title>Sorted imports in __init__.py files.</title>
<updated>2015-06-27T15:53:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-15T18:07:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7da3923ba0c569aa23d0ab0a47a124af60a18f5b'/>
<id>urn:sha1:7da3923ba0c569aa23d0ab0a47a124af60a18f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23820 -- Supported per-database time zone.</title>
<updated>2015-05-17T07:40:28Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-05-02T19:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed83881e648771d22658f21b939f66e75c499864'/>
<id>urn:sha1:ed83881e648771d22658f21b939f66e75c499864</id>
<content type='text'>
The primary use case is to interact with a third-party database (not
primarily managed by Django) that doesn't support time zones and where
datetimes are stored in local time when USE_TZ is True.

Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ
is False used to result in silent data corruption. Now this is an error.
</content>
</entry>
<entry>
<title>Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.</title>
<updated>2014-06-11T14:03:34Z</updated>
<author>
<name>Anubhav Joshi</name>
<email>anubhav9042@gmail.com</email>
</author>
<published>2014-06-06T11:10:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42736ac8e8c31137131714013951249a09e6e7d4'/>
<id>urn:sha1:42736ac8e8c31137131714013951249a09e6e7d4</id>
<content type='text'>
Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch,
and akaariai, loic, and charettes for helping in shaping the patch.
</content>
</entry>
<entry>
<title>Fixed #3711, #6734, #12581 -- Bounded connection.queries.</title>
<updated>2014-06-07T12:37:43Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-06-07T12:09:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfcca7ccce3dc527d16757ff6dc978e50c4a2e61'/>
<id>urn:sha1:cfcca7ccce3dc527d16757ff6dc978e50c4a2e61</id>
<content type='text'>
Prevented unlimited memory consumption when running background tasks
with DEBUG=True.

Thanks Rob, Alex, Baptiste, and others.
</content>
</entry>
<entry>
<title>Removed unused imports.</title>
<updated>2014-03-22T00:18:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-03-22T00:18:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=80e6960580b8400f419cd7177293ed3d293f6e10'/>
<id>urn:sha1:80e6960580b8400f419cd7177293ed3d293f6e10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed django.db.backend per deprecation timeline.</title>
<updated>2014-03-21T21:16:14Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-03-21T21:16:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=051c666acac770dea1af2fc223cc695f985f02f7'/>
<id>urn:sha1:051c666acac770dea1af2fc223cc695f985f02f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed legacy transaction management per the deprecation timeline.</title>
<updated>2014-03-21T20:06:50Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-03-21T13:21:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f9560855e5ed203b8c911c23237826e28a62a38'/>
<id>urn:sha1:0f9560855e5ed203b8c911c23237826e28a62a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings</title>
<updated>2014-03-08T08:57:40Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-02-26T21:48:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=210d0489c5daad56b806f8165f9fe09fb3c2a019'/>
<id>urn:sha1:210d0489c5daad56b806f8165f9fe09fb3c2a019</id>
<content type='text'>
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
</content>
</entry>
</feed>
