File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 1.29.0
5+ ------
6+
7+ * Fixed a bug with adding / substrating ``Integer `` columns from one another in
8+ queries (thanks to @ryanvarley for this).
9+ * Updated the ASGI templates, and BlackSheep dependencies (thanks to @sinisaos
10+ for this).
11+ * Fixed a bug where decimal values generated by ``ModelBuilder `` could be too
12+ large.
13+ * Added an example ``M2M `` relationship in the playground to make learning
14+ ``M2M `` easier (thanks to @sinisaos for this).
15+ * Added documentation for ``MigrationManager.get_table_from_snapshot ``, which
16+ is a way of getting a ``Table `` from the migration history - useful when
17+ running data migrations (thanks to @sinisaos for this).
18+ * Columns with the ``secret=True `` argument are now added to
19+ ``Table._meta.secret_columns `` (thanks to @sinisaos for this).
20+ * Added documentation for the ``migration `` table.
21+ * Tidied up Pydantic tests (thanks to @sinisaos for this).
22+
23+ -------------------------------------------------------------------------------
24+
4251.28.0
526------
627
Original file line number Diff line number Diff line change 1- __VERSION__ = "1.28 .0"
1+ __VERSION__ = "1.29 .0"
You can’t perform that action at this time.
0 commit comments