0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Aug 13, 2025 — Aug 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed format to use specific test classes. More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago
Added ordering. More... over 13 years ago
Fix requests. More... over 13 years ago
Put an empty Q object inside the QueryList if there was no queryset so that other things don't explode later on More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago
Query joining is no longer backwards More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago
Changed the q property to as_q because /SOMEBODY/ doesn't want q to be a property More... over 13 years ago
Turn filtering on. More... over 13 years ago
Fix spelling error More... over 13 years ago
All tests pass, but step 10 is questionable. More... over 13 years ago
Merge branch 'master' of https://github.com/armet/django-armet into topics/linkhead More... over 13 years ago
Use the operator library instead of lambda expressions since its faster More... over 13 years ago
Merge branch 'master' of https://github.com/armet/django-armet into topics/linkhead More... over 13 years ago
Added to base.py More... over 13 years ago
Only compile Q objects if they have filtering values More... over 13 years ago
Add the query list to the resource on construction More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago
Add negation, and move sorting to its own function since you can't sort a Q object More... over 13 years ago
Created a query list that can aggregate the Query objects stored in into a single Q object for django filtering More... over 13 years ago
ugh More... over 13 years ago
Tests are all fixed. More... over 13 years ago
Commented this out for now. More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago
Some moinor changes. More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago
Some modifications to the resolver since its supposed to be a bit more magical More... over 13 years ago
Cleaned the hell out of the prefetching optimizations in model. More... over 13 years ago
Merge branch 'master' of github.com:armet/django-armet More... over 13 years ago