Changes between Initial Version and Version 1 of Ticket #18691, comment 3
- Timestamp:
- Jul 31, 2012, 4:13:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18691, comment 3
initial v1 1 The documentation on [https://docs.djangoproject.com/en/dev/howto/custom-model-fields/ writing custom model fields] should help you. 2 1 3 Here's how aware-datetime support was added `DateTimeField`: https://github.com/django/django/commit/9b1cb755a2#L14L735 2 4