Sketch for django_queryset_generator function

This commit is contained in:
tcely 2025-04-13 10:17:09 -04:00 committed by GitHub
parent 15a9537b0e
commit eb206f9f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,3 +222,7 @@ def remove_enclosed(haystack, /, open='[', close=']', sep=' ', *, valid=None, st
return haystack
return haystack[:o] + haystack[len(n)+c:]
def django_queryset_generator(query_set, /):
pass