<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/util.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-01-17T12:40:12Z</updated>
<entry>
<title>Removed backwards compatibility shims for "util" modules per deprecation timeline.</title>
<updated>2015-01-17T12:40:12Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-11-18T16:42:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ce36512fa925231b0496cc10f7d114c069c7c06'/>
<id>urn:sha1:9ce36512fa925231b0496cc10f7d114c069c7c06</id>
<content type='text'>
refs #17627.
</content>
</entry>
<entry>
<title>Add a useful stacklevel to some RemovedInDjango19Warnings</title>
<updated>2014-03-27T02:44:52Z</updated>
<author>
<name>Chris Beaven</name>
<email>smileychris@gmail.com</email>
</author>
<published>2014-03-27T02:43:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b077ba7ac1af3fb6557d9d32dc08cf6da07cc73d'/>
<id>urn:sha1:b077ba7ac1af3fb6557d9d32dc08cf6da07cc73d</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>
<entry>
<title>Removed import * in tests.</title>
<updated>2013-10-22T12:32:01Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-22T12:28:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e2029f8ddd744acb97e236cb0703d94b12d5ff8'/>
<id>urn:sha1:8e2029f8ddd744acb97e236cb0703d94b12d5ff8</id>
<content type='text'>
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
</content>
</entry>
<entry>
<title>Added backwards compatability shims for util modules.</title>
<updated>2013-09-16T16:53:42Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-09-16T16:53:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f40c82213f28109be8eb3ee516bc4a13461352c8'/>
<id>urn:sha1:f40c82213f28109be8eb3ee516bc4a13461352c8</id>
<content type='text'>
refs #17627
</content>
</entry>
<entry>
<title>Fixed #17627 -- Renamed util.py files to utils.py</title>
<updated>2013-09-16T16:52:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-09-16T16:52:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=18ffdb1772ba60e085cff8fd9a1d4a7b129b4032'/>
<id>urn:sha1:18ffdb1772ba60e085cff8fd9a1d4a7b129b4032</id>
<content type='text'>
Thanks PaulM for the suggestion and Luke Granger-Brown and
Wiktor Kołodziej for the initial patch.
</content>
</entry>
<entry>
<title>A large number of stylistic cleanups across django/db/</title>
<updated>2013-07-08T00:39:54Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-07-08T00:39:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03d9566e0df45c72bffa99fe244a92f0279da56f'/>
<id>urn:sha1:03d9566e0df45c72bffa99fe244a92f0279da56f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced `and...or...` constructs with PEP 308 conditional expressions.</title>
<updated>2013-05-27T02:47:50Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-05-27T02:47:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fa8d43e742ee8b480d938a47836b5a3720c2677'/>
<id>urn:sha1:0fa8d43e742ee8b480d938a47836b5a3720c2677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19220 -- Prevented decimals to be displayed in scientific notation</title>
<updated>2013-03-31T20:39:01Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-31T20:29:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3ff3212713403c5bb8c5b067d2f00d62cf111036'/>
<id>urn:sha1:3ff3212713403c5bb8c5b067d2f00d62cf111036</id>
<content type='text'>
Thanks nebstrebor for the report and antofik for the patch.
</content>
</entry>
<entry>
<title>Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors</title>
<updated>2013-03-23T16:11:10Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-23T15:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=76aecfbc4b49f5ab0613cccff1df6fab03253fab'/>
<id>urn:sha1:76aecfbc4b49f5ab0613cccff1df6fab03253fab</id>
<content type='text'>
Previously, depending on the database backend or the cursor type,
you'd need to double the percent signs in the query before passing
it to cursor.execute. Now cursor.execute consistently need percent
doubling whenever params argument is not None (placeholder substitution
will happen).
Thanks Thomas Güttler for the report and Walter Doekes for his work
on the patch.
</content>
</entry>
</feed>
