We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221480c commit fb79fc5Copy full SHA for fb79fc5
tests/test_async_model.py
@@ -41,7 +41,7 @@ async def test_async_modelgen_01(self):
41
)
42
43
self.assertIn(
44
- "ComputedLinkSet[models.default.UserGroup]",
+ "ComputedLinkSet[models.orm.default.UserGroup]",
45
reveal_type(alice.groups),
46
47
tests/test_model_generator.py
@@ -3622,7 +3622,7 @@ def test_modelgen_save_46(self):
3622
# Test that sync() updates all objects with the same .id to have
3623
# the same data in them.
3624
3625
- from models import default
+ from models.orm import default
3626
3627
elsa1 = self.client.get(
3628
default.User.select(name=True).filter(lambda u: u.name == "Elsa"),
0 commit comments