Hi,
How to get model filter on date ranges. In my project using employee doj, i need to deign a table. like employee who have joined less than three months , 3-6month, 6-12 months, 12-24 months. Depart < 3month 3-6months 6-12months 12-24months ----------------------------------------- ---- ----- A dep 4 6 6 8 ------------------------------------------------------ How to do this filter in django. I have gone through this link ,but its confusing . http://www.nerdydork.com/django-filter-model-on-date-range.html Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

