• Anssi Kääriäinen's avatar
    Fixed #16426 -- deletion of 1000+ objects with relations on SQLite · dfadbdac
    Anssi Kääriäinen yazdı
    SQLite doesn't work with more than 1000 parameters in a single query.
    The deletion code could generate queries that try to get related
    objects for more than 1000 objects thus breaking the limit. Django now
    splits the related object fetching into batches with at most 1000
    parameters.
    
    The tests and patch include some work done by Trac alias NiGhTTraX in
    ticket #21205.
    dfadbdac
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...