Skip to content

Commit 40a1cbc

Browse files
committed
Doc perf changes
1 parent ca35e4a commit 40a1cbc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Changelog
66
0.12.6
77
------
88
* 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+
913
* 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.
1015

1116
0.12.5
1217
------

docs/ORM_Perf.png

-7 Bytes
Loading

0 commit comments

Comments
 (0)