summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle
AgeCommit message (Expand)Author
2007-01-08Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-01Removed stray references to (now deprecated) !__ne query type.Russell Keith-Magee
2006-06-08Fixed #2108 -- allow saving of empty models, rather than just dropping them.Malcolm Tredinnick
2006-06-03Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-05-26Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ...Adrian Holovaty
2006-05-26Added half of oracle backend. (The other half is all of the special-casing in...Adrian Holovaty