django/tests/basic
Aivars Kalvans f92641a636 Fixed -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db().
The from_queryset parameter can be used to:
- use a custom Manager
- lock the row until the end of transaction
- select additional related objects
2024-01-15 10:55:14 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed -- Prevented Model.refresh_from_db() from mutating list of fields. 2023-11-24 13:42:40 +01:00
tests.py Fixed -- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db(). 2024-01-15 10:55:14 +01:00