summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/creation.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/app-loading] merged trunkarchive/soc2010/app-loadingsoc2010/app-loadingArthur Koziel2010-09-131-5/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-6/+5
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss2008-09-011-2/+0
* Fixed #8355: Removed some whitespace that was apparently causing difficulty w...Russell Keith-Magee2008-08-161-2/+1
* Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...Russell Keith-Magee2008-08-151-1/+1
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-27/+73
* Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...Adrian Holovaty2008-07-181-1/+0
* Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss2007-09-191-3/+3
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-3/+3
* Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty2007-07-201-1/+0
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+2
* Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss2007-01-081-1/+0
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+29