Skip to content

Commit 0cb812b

Browse files
committed
Documentation updates
1 parent 5b74c4f commit 0cb812b

File tree

3 files changed

+8
-25
lines changed

3 files changed

+8
-25
lines changed

README

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
This app provides a TimeZoneField to save datetime.tzinfo objects.
1+
This app provides a TimeZoneField to save pytz.tzinfo.DstTzInfo objects.
22

3-
Input is validated against pytz.all_timezones. Tzinfo objects are stored
4-
in the database as strings.
3+
Input can either be a pytz DstTzInfo object, or a string that validates
4+
successfully against pytz.all_timezones.
55

6+
Output is a pytz DstTzInfo object.
7+
8+
Objects are stored in the database as strings.
69
South support included.
10+
11+
Custom validators should be designed to validate a pytz DstTzInfo.

docs/how_to_use.txt

-9
This file was deleted.

docs/index.txt

-13
This file was deleted.

0 commit comments

Comments
 (0)