If this is something you're going to need a lot, I suggest adding a month 
field, then overriding the model's save() method to populate it from the 
date_time field. It would certainly save a lot of hassle, and could be a major 
performance boost.

Alternatively, depending on what kind of data this is, perhaps you could use 
MongoDB via pymongo to write and recall this info. If it's just log data that's 
only written once and only read for reporting purposes, it might be easier and 
higher-performance, and you don't really need the power of the Django models.

Shawn


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to