django1/django/core/db
Adrian Holovaty c1a16d54b0 Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-28 23:08:47 +00:00
..
backends Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3 2005-09-28 23:08:47 +00:00
__init__.py Fixed #404 -- Fixed random ordering in MySQL by abstracting random function into db backend modules. Thanks, mattycakes@gmail.com 2005-09-02 20:46:00 +00:00
base.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
dicthelpers.py Refactor dictfetch* methods from mysql backend out into a seperate module; this is so that future db backends that need these functions can share them. 2005-07-21 15:48:20 +00:00
typecasts.py Changed timestamp and time typecasting to preserve microseconds. Added unit tests to test this behavior, and added a db_typecast unit test module. Refs #306. 2005-08-11 19:34:34 +00:00