<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/databases.txt, branch 1.5a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-10-12T23:17:00Z</updated>
<entry>
<title>Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5</title>
<updated>2012-10-12T23:17:00Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-10-12T10:37:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c870cb48cd0ec4b5dfdc5df95e6f0b5f5f8a738b'/>
<id>urn:sha1:c870cb48cd0ec4b5dfdc5df95e6f0b5f5f8a738b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18223 - Corrected default transaction behavior in postgresql docs.</title>
<updated>2012-08-16T22:15:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-08-16T20:05:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2079b730f139685bcedf0c92d5ed9a3f64b51e9f'/>
<id>urn:sha1:2079b730f139685bcedf0c92d5ed9a3f64b51e9f</id>
<content type='text'>
Thanks philipn for the report and mateusgondim for the patch.
</content>
</entry>
<entry>
<title>[py3] Ported django.utils.encoding.</title>
<updated>2012-08-07T10:00:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-21T08:00:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c5ef65bcf324f4c90b53be90f4aec069a68e8c59'/>
<id>urn:sha1:c5ef65bcf324f4c90b53be90f4aec069a68e8c59</id>
<content type='text'>
* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2012-07-24T23:21:16Z</updated>
<author>
<name>Piet Delport</name>
<email>pjdelport@gmail.com</email>
</author>
<published>2012-07-24T23:17:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1128e54746ca211254f4f6b0a37809812957b3e'/>
<id>urn:sha1:f1128e54746ca211254f4f6b0a37809812957b3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #16882 - Clarified why one should not use 'init_command' after initial database creation.</title>
<updated>2012-07-01T11:25:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-07-01T11:25:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9974069620b0f0e6ac2f1e9bd64819ae0a0e623b'/>
<id>urn:sha1:9974069620b0f0e6ac2f1e9bd64819ae0a0e623b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated obsolete links in the documentation</title>
<updated>2012-06-28T08:49:07Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-28T08:49:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85'/>
<id>urn:sha1:8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed references to changes made in 1.2.</title>
<updated>2012-06-07T13:02:35Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-06-07T13:02:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c28e700c7e54e3071f173b34a12eb1c4f6e39552'/>
<id>urn:sha1:c28e700c7e54e3071f173b34a12eb1c4f6e39552</id>
<content type='text'>
Thanks Florian Apolloner for the patch.
</content>
</entry>
<entry>
<title>Prevent Oracle from changing field.null to True</title>
<updated>2012-04-29T16:25:46Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-29T16:25:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=584e2c03376895aeb0404cc1fcc1ad24dfdbc58e'/>
<id>urn:sha1:584e2c03376895aeb0404cc1fcc1ad24dfdbc58e</id>
<content type='text'>
Fixed #17957 -- when using Oracle and character fields, the fields
were set null = True to ease the handling of empty strings. This
caused problems when using multiple databases from different vendors,
or when the character field happened to be also a primary key.

The handling was changed so that NOT NULL is not emitted on Oracle
even if field.null = False, and field.null is not touched otherwise.

Thanks to bhuztez for the report, ramiro for triaging &amp; comments,
ikelly for the patch and alex for reviewing.
</content>
</entry>
<entry>
<title>Added documentation notes about lack of database savepoints support when using MySQL+MyISAM.</title>
<updated>2012-04-21T22:52:03Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-04-21T22:52:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83fc9651713edfed9c3eff52b73933eb67a46a59'/>
<id>urn:sha1:83fc9651713edfed9c3eff52b73933eb67a46a59</id>
<content type='text'>
Refs #15507, #18116 and r17341, r17921.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.</title>
<updated>2012-04-21T03:04:10Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-04-21T03:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4536359887b34eea5e7b8cf6864d9092b46c2980'/>
<id>urn:sha1:4536359887b34eea5e7b8cf6864d9092b46c2980</id>
<content type='text'>
Thanks Carl, Claude and Anssi for discussion and patch review.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
