summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/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-65/+64
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.Matt Boersma2009-04-211-5/+1
* Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.Malcolm Tredinnick2009-04-121-2/+6
* Fixed some breakages in the Oracle test database handling from r10026.Ian Kelly2009-03-111-4/+4
* Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...Ian Kelly2008-12-021-1/+1
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss2008-09-011-2/+0
* Fixed oracle-specific test DB creation code so the test suite will run again.Matt Boersma2008-08-121-22/+24
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-259/+257
* Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...Adrian Holovaty2008-07-181-1/+0
* Fixed a "column" instance that wis massed in [7743].Ian Kelly2008-06-261-1/+1
* Fixed #7109 -- Quote certain values before passing them for substitution inMalcolm Tredinnick2008-06-261-4/+8
* Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss2007-09-191-4/+4
* Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...Adrian Holovaty2007-08-201-17/+2
* Updated Oracle 'syncdb' call from [5906] to use the options that it previousl...Adrian Holovaty2007-08-161-1/+1
* Fixed runtests.py failing on Oracle after django.core.management was Matt Boersma2007-08-161-1/+1
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-2/+2
* Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty2007-07-201-1/+0
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-5/+5
* Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick2007-06-231-24/+302
* 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
* Added half of oracle backend. (The other half is all of the special-casing in...Adrian Holovaty2006-05-261-0/+26