summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/queries.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Clean up the utilities directory.Barry Warsaw2016-03-251-5/+2
|
* Delegate more to the underlying query object and don't use a cached results.Barry Warsaw2016-01-101-4/+6
|
* Docstring.Barry Warsaw2016-01-061-0/+6
|
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-061-0/+42
use len() and slicing on SQLAlchemy query results. We also don't need to list()-ify the results in the tests. This isn't perfect, but at least it doesn't introduce yet another layer violation.