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
54ea309a1d
Fixed
#2513
-- Changed LazyDate.__get_value__() to return date objects, not datetime objects
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@3566
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-12 05:18:25 +00:00
..
backends
Fixed
#2514
-- Improved psycopg2 backend to save/load Unicode strings correctly. Thanks, crankycoder@gmail.com
2006-08-12 05:15:25 +00:00
models
Fixed
#2513
-- Changed LazyDate.__get_value__() to return date objects, not datetime objects
2006-08-12 05:18:25 +00:00
__init__.py
Improved error message if DATABASE_ENGINE is invalid.
2006-05-26 19:02:23 +00:00
transaction.py
Fixed typo in docstring in db/transaction.py
2006-06-16 19:35:57 +00:00