index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
creation.py
Age
Commit message (
Expand
)
Author
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-12
Fixed oracle-specific test DB creation code so the test suite will run again.
Matt Boersma
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-18
Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...
Adrian Holovaty
2008-06-26
Fixed a "column" instance that wis massed in [7743].
Ian Kelly
2008-06-26
Fixed #7109 -- Quote certain values before passing them for substitution in
Malcolm Tredinnick
2007-09-19
Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...
Jacob Kaplan-Moss
2007-08-20
Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...
Adrian Holovaty
2007-08-16
Updated Oracle 'syncdb' call from [5906] to use the options that it previousl...
Adrian Holovaty
2007-08-16
Fixed runtests.py failing on Oracle after django.core.management was
Matt Boersma
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-20
Added a db_type() method to the database Field class. This is a hook for calc...
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-01-08
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.
Jacob Kaplan-Moss
2006-05-26
Added half of oracle backend. (The other half is all of the special-casing in...
Adrian Holovaty