Release information for cs.djutils-20250111.
Summary:
New model_batches_qs() generator yielding QuerySets for batches of a Model.
M lib/python/cs/djutils.py +1 -1
@@ 23,7 23,7 @@ from cs.cmdutils import BaseCommand as C
 from cs.gimmicks import warning
 from cs.lex import cutprefix, stripped_dedent
 
-__version__ = '20241222.3-post'
+__version__ = '20250111'
 
 DISTINFO = {
     'keywords': ["python3"],

          
A => release/cs.djutils-20250111/CHANGES.txt +2 -0
@@ 0,0 1,2 @@ 
+lib/python/cs/djutils.py: cs.djutils: new model_batches_qs() for generating QuerySets for batches of a Model
+lib/python/cs/djutils.py: merge cs.djutils model_batches_qs()

          
A => release/cs.djutils-20250111/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@ 
+New model_batches_qs() generator yielding QuerySets for batches of a Model.