mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
|
Some checks failed
Docs / docs (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
The for_save flag wasn't properly propagated when resolving expressions, which
prevented get_db_prep_save() from being called in some cases. This affected
fields like JSONField where None would be saved as JSON null instead of SQL NULL.
Regression in
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_bulk_update.py | ||
| test_contains.py | ||
| test_db_returning.py | ||
| test_explain.py | ||
| test_iterator.py | ||
| test_q.py | ||
| test_qs_combinators.py | ||
| test_query.py | ||
| test_sqlcompiler.py | ||
| tests.py | ||