Django

Code

Ticket #8953 (closed: duplicate)

Opened 1 year ago

Last modified 1 year ago

Timezone support at the model level

Reported by: simon Assigned to: nobody
Milestone: Component: Uncategorized
Version: 1.0 Keywords: djangocon
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description (Last modified by simon)

This should probably rely on dateutil and/or pytz - so you wouldn't be able to use DateTimeTzField without having those installed.

Attachments

Change History

09/07/08 20:58:59 changed by simon

  • needs_better_patch changed.
  • description changed.
  • needs_tests changed.
  • needs_docs changed.

09/10/08 12:00:19 changed by brosner

I would like to point out http://code.google.com/p/django-timezones/ as something that was created for Pinax. It tries to be as unintrusive as possible. There are some less than ideal ways of accomplishing things, but it certainly is a start and hopefully heading down the right direction with cleanups for Django proper.

09/10/08 13:13:52 changed by jhenry

There is another implementation of this in use on http://chicago.decider.com/ on launchpad.

https://code.launchpad.net/~theonion/bulbs/trunk

09/10/08 13:37:07 changed by korpios

What jhenry said; also see my comment:

http://code.djangoproject.com/ticket/2626#comment:13

In a nutshell, we have it working without needing to hack up Django core.

02/25/09 16:52:04 changed by jacob

  • status changed from new to closed.
  • resolution set to duplicate.

This is a duplicate of #2626.


Add/Change #8953 (Timezone support at the model level)




Change Properties
Action