<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/creation.py, branch 1.1.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.1.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.1.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-09-01T22:15:35Z</updated>
<entry>
<title>Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django.contrib.localflavor.us`. This is a backwards-incompatible change, albeit a minor one; just add an aditional `import` and go on your way.</title>
<updated>2008-09-01T22:15:35Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-09-01T22:15:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3a18002bbd3b08fb3ee40d681bdda1a39eb0ad9c'/>
<id>urn:sha1:3a18002bbd3b08fb3ee40d681bdda1a39eb0ad9c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8355: Removed some whitespace that was apparently causing difficulty with script compilation. Thanks to bear330 for the report.</title>
<updated>2008-08-16T04:48:57Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-08-16T04:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7299b397527c8774824f28db28a95803f1895583'/>
<id>urn:sha1:7299b397527c8774824f28db28a95803f1895583</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_remove_table_constraints, missed in recent db backend refactor. Thanks to d00gs for the report.</title>
<updated>2008-08-15T07:35:47Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-08-15T07:35:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1691c22821edf906da95e6c4d261b5a05c5c181d'/>
<id>urn:sha1:1691c22821edf906da95e6c4d261b5a05c5c181d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details.</title>
<updated>2008-08-11T12:11:25Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-08-11T12:11:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9dc4ba875f21d5690f6ad5995123a67a3c44bafe'/>
<id>urn:sha1:9dc4ba875f21d5690f6ad5995123a67a3c44bafe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offer anything beyond FileField's implementation. Thanks, Gulopine</title>
<updated>2008-07-18T04:34:47Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-07-18T04:34:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d261c1d000cfe05c6f3e290ca6b993606aed7f63'/>
<id>urn:sha1:d261c1d000cfe05c6f3e290ca6b993606aed7f63</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7947 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding.</title>
<updated>2007-09-19T23:33:57Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-09-19T23:33:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=980fa8b827485616c597a39ec975735c412fd59d'/>
<id>urn:sha1:980fa8b827485616c597a39ec975735c412fd59d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s.  This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported.  Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.</title>
<updated>2007-08-05T05:14:46Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2007-08-05T05:14:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=212ee65be782240554749f25bbd3772240d56fff'/>
<id>urn:sha1:212ee65be782240554749f25bbd3772240d56fff</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added a db_type() method to the database Field class. This is a hook for calculating the database column type for a given Field. Also converted all management.py CREATE TABLE statements to use db_type(), which made that code cleaner. The Field.get_internal_type() hook still exists, but we should consider removing it at some point, because db_type() is more general. Also added docs -- the beginnings of docs on how to create custom database Field classes. This is backwards-compatible.</title>
<updated>2007-07-20T06:28:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-07-20T06:28:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ac2b9f2a3fd2a6c8dd3f87a6302b7d3f2ef73a0a'/>
<id>urn:sha1:ac2b9f2a3fd2a6c8dd3f87a6302b7d3f2ef73a0a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code</title>
<updated>2007-05-21T01:29:58Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-05-21T01:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92c35a0617836b09aef3b6909579ee368004969b'/>
<id>urn:sha1:92c35a0617836b09aef3b6909579ee368004969b</id>
<content type='text'>
to return Decimal instances in Python for this field. Backwards incompatible
change.

Added a real FloatField (stores floats in the database) and support for
FloatField and DecimalField in newforms (analogous to IntegerField).

Included decimal.py module (as django.utils._decimal) from Python 2.4. This is
license compatible with Django and included for Python 2.3 compatibility only.

Large portions of this work are based on patches from Andy Durdin and Jorge
Gajon.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@5302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.</title>
<updated>2007-01-08T20:28:31Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-01-08T20:28:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6390e8983dd364053078cc80361cb369b667690'/>
<id>urn:sha1:f6390e8983dd364053078cc80361cb369b667690</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
