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 ca35e4a commit 40a1cbcCopy full SHA for 40a1cbc
CHANGELOG.rst
@@ -6,7 +6,12 @@ Changelog
6
0.12.6
7
------
8
* Handle a ``__models__`` variable within modules to override the model discovery mechanism.
9
+
10
+ If you define the ``__models__`` variable in ``yourapp.models`` (or wherever you specify to load your models from),
11
+ ``generate_schema()`` will use that list, rather than automatically finding all models for you.
12
13
* Split model consructor into from-Python and from-DB paths, leading to 15-25% speedup for large fetch operations.
14
+* More efficient queryset manipulation, 5-30% speedup for small fetches.
15
16
0.12.5
17
docs/ORM_Perf.png
-7 Bytes
0 commit comments