Skip to content

Commit

Permalink
Added version info and overkill note.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroydon committed Mar 29, 2010
1 parent c752480 commit 67f387f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -4,7 +4,8 @@ django-qsstats: QuerySet statistics for Django

The goal of django-qsstats is to be a microframework to make
repetitive tasks such as generating aggregate statistics of querysets
over time easier.
over time easier. It's probably overkill for the task at hand, but yay
microframeworks!

Requirements
============
Expand Down
3 changes: 3 additions & 0 deletions qsstats/__init__.py
@@ -1,3 +1,6 @@
__author__ = 'Matt Croydon'
__version__ = (0, 2, 0)

from dateutil.relativedelta import relativedelta
from django.conf import settings
from django.db.models import Count
Expand Down

0 comments on commit 67f387f

Please sign in to comment.