andrewebdev / django-adzone

A django application to manage advertising and advertising zones.
BSD 3-Clause "New" or "Revised" License
87 stars 39 forks source link

Corrected more timezone date overflow issues. #18

Closed melinath closed 11 years ago

melinath commented 11 years ago

Turns out that (if pytz is installed) some extra datetime overflow issues with migrations show up.

This commit drops the MAX_DATETIME that the code uses to two days prior to datetime.max. This resolves the issues by putting the "end of time" out of range of any timezone changes.