summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/creation.py
Commit message (Expand)AuthorAgeFilesLines
* queryset-refactor: Merged to [6381]Adrian Holovaty2007-09-201-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