0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo in README. More... about 14 years ago
Fixed setup.py and bumped version to 0.3.1. More... about 14 years ago
Added the ability to aggregate everything on one side or another of a date or datetime. Particularly useful for running totals to display alongside individual snapshots. New methods are until, until_now, after, after_now, and pivot. Updated version to 0.3.0. More... about 14 years ago
Somewhat redundant. More... about 14 years ago
Added version info and overkill note. More... about 14 years ago
Added a LICENSE and setup.py file. More... about 14 years ago
Added license and testing information. More... about 14 years ago
Noted usage examples, noted TODOs. More... about 14 years ago
Added more information to the time_series documentation. More... about 14 years ago
Rough traft of API documentation. More... about 14 years ago
Added a few examples to the README. More... about 14 years ago
Swapped __main__ for an example in the README. More... about 14 years ago
Make tests, you know, pass. More... about 14 years ago
Added basic test for time series. More... about 14 years ago
Removed a bunch of unneccesary boilerplate. More... about 14 years ago
Built out aggregate_field support. Needs tests. More... about 14 years ago
Refactored aggregate to aggregate_class and added aggregate_field kwarg to be implmented next. Hooray for test suites. More... about 14 years ago
Added beginnings of a readme. More... about 14 years ago
Added basic tests. More... about 14 years ago
Added an empty models.py for testing. More... about 14 years ago
Moved qsstats to a module, added better exception checking and made qs optional as well. More... about 14 years ago
Updated docstring. More... about 14 years ago
Updated aggregate passing to actually work, added time_series implementation. More... about 14 years ago
Added the ability to set the default aggregate when instantiating QuerySetStats. Added setting QUERYSETSTATUS_DEFAULT_AGGREGATE to affect default aggregate and moved sane default of Count to this configuration. More... about 14 years ago
Example cleanup. More... about 14 years ago
Made this_day and for_day actually, you know... work. More... about 14 years ago
Added this_day and for_day. Fixed bug in get_aggregate. More... about 14 years ago
Made things a little more generic, added the ability to pass in a custom aggregate, made this_month/this_year a thin wrapper around for_month/for_year. More... about 14 years ago
First sketch at how this might look. The interface is clunky and I would hope that this_* would be wrappers around general get_foo_for_month functionality. It's minimally useful at least. More... about 14 years ago