Changeset 1971
- Timestamp:
- 01/14/06 23:54:47 (3 years ago)
- Files:
-
- django/trunk/django/core/db/typecasts.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/db/typecasts.py
r487 r1971 21 21 # "2005-07-29 09:56:00-05" 22 22 if not s: return None 23 if not ' ' in s: return typecast_date(s) 23 24 d, t = s.split() 24 25 # Extract timezone information, if it exists. Currently we just throw
