We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b74c4f commit 0cb812bCopy full SHA for 0cb812b
README
@@ -1,6 +1,11 @@
1
-This app provides a TimeZoneField to save datetime.tzinfo objects.
+This app provides a TimeZoneField to save pytz.tzinfo.DstTzInfo objects.
2
3
-Input is validated against pytz.all_timezones. Tzinfo objects are stored
4
-in the database as strings.
+Input can either be a pytz DstTzInfo object, or a string that validates
+successfully against pytz.all_timezones.
5
6
+Output is a pytz DstTzInfo object.
7
+
8
+Objects are stored in the database as strings.
9
South support included.
10
11
+Custom validators should be designed to validate a pytz DstTzInfo.
docs/how_to_use.txt
docs/index.txt
0 commit comments