Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Nov 7, 2010
1 parent e3b62a0 commit 8c3977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -8,7 +8,7 @@ django-tz manages timezones transitions in a manner similar to how django implem

,,What does this application do?''

* It defines TimeZoneField which is taken from django-timezones (I've added default value guessing based on language code).
* It defines TimeZoneField which is taken from django-timezones.
* It provides global (per thread) timezone cache which can be easily updated by custom middleware.
* It defines LocalizedDateTimeField (+ some additional form fields) - which makes automatically transitions: settings.TIME_ZONE <--> current timezone.
* It implements template filter to localize datetime values according to cache.
Expand Down

0 comments on commit 8c3977e

Please sign in to comment.