This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
db
History
Adrian Holovaty
06315375ce
Fixed
#7420
-- Abstracted some more database options into DatabaseFeatures -- supports_usecs, time_field_needs_date, interprets_empty_strings_as_nulls and date_field_supports_time_value -- and changed various hard-coded 'if DATABASE_BACKEND == oracle' statements to use the new options. Thanks to ramiro for the patch
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@7643
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16 03:15:04 +00:00
..
backends
Fixed
#7420
-- Abstracted some more database options into DatabaseFeatures -- supports_usecs, time_field_needs_date, interprets_empty_strings_as_nulls and date_field_supports_time_value -- and changed various hard-coded 'if DATABASE_BACKEND == oracle' statements to use the new options. Thanks to ramiro for the patch
2008-06-16 03:15:04 +00:00
models
Fixed
#7420
-- Abstracted some more database options into DatabaseFeatures -- supports_usecs, time_field_needs_date, interprets_empty_strings_as_nulls and date_field_supports_time_value -- and changed various hard-coded 'if DATABASE_BACKEND == oracle' statements to use the new options. Thanks to ramiro for the patch
2008-06-16 03:15:04 +00:00
__init__.py
Merged the queryset-refactor branch into trunk.
2008-04-27 02:50:16 +00:00
transaction.py
Fixed
#7286
-- Added functools wrapping to the transaction decorators. Thanks, SmileyChris.
2008-05-29 11:50:50 +00:00