summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/creation.py
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-06-21[soc2010/query-refactor] Merged up to trunk r13366.Alex Gaynor
2010-06-14[soc2010/query-refactor] Merged up to trunk r13350.Alex Gaynor
2010-06-07[soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #12234 -- Create additional indexes that use the appropriate operation ...Justin Bronn
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-07-18Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...Adrian Holovaty
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-01-08Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty