Sidebar Network

django-simpleaggregation A simple aggregation component for Django models.

The Basics

Often it is necessary in Django to denormalize aggregation metadata about models. Whether they be votes, polls, or something else, it can often be helpful to have precomputed information about that data. This project provides an abstracted means for dealing with (simple) aggregation of models.

Project Homehttp://code.google.com/p/django-simpleaggregation/
Grab the Repository – svn checkout http://django-simpleaggregation.googlecode.com/svn/trunk/
 

Recent Commits

  • 15 was committed 1 year ago.
    Fixed bug with sessions, also added old-admin support
  • 14 was committed 1 year ago.
    Added helper for getting a single aggregate
  • 13 was committed 1 year ago.
    Removed the helper functions from before in favor of an accessor function, which can also give out pagination information as well.
  • 12 was committed 1 year ago.
    Fixed limit/offset
  • 11 was committed 1 year ago.
    Added install and license files.
  • 10 was committed 1 year ago.
    Added documentation for everything
  • 9 was committed 1 year ago.
    Updated helper functions, utils to allow for backtracking on the returns. Will begin to write documentation now.
  • 8 was committed 1 year ago.
    Added helpers app for getting lists of data sorted by aggregates. This is proving to be quite difficult. Also, just some basic improvements.
  • 7 was committed 1 year ago.
    Updated everything to require aggregates to have a name, and split out the templatetag into 3 use cases: name, iterable, or instance.
  • 6 was committed 1 year ago.
    Added initial version of templatetags, broke smart_getattr out into utils