@@ -6,14 +6,14 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
660.41.2 (2024-03-22)
77^^^^^^^^^^^^^^^^^^^
88
9- - Fix breaking change introduced on SQLAlchemy 2.0.22 changes to `attributes.AttributeImpl ` constructor (#733)
9+ - Fix breaking change introduced on SQLAlchemy 2.0.22 changes to `` attributes.AttributeImpl ` ` constructor (#733)
1010
1111
12120.41.1 (2023-04-27)
1313^^^^^^^^^^^^^^^^^^^
1414
1515- Use a custom SQL construct for refreshing materialized views in
16- `refresh_materialized_view ` (#703)
16+ `` refresh_materialized_view ` ` (#703)
1717
1818
19190.41.0 (2023-04-13)
@@ -58,7 +58,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
58580.38.2 (2021-12-29)
5959^^^^^^^^^^^^^^^^^^^
6060
61- - Added inherit_cache=False in order to avoid SQLAlchemy warnings in `cast_locale_expr ` (#571)
61+ - Added inherit_cache=False in order to avoid SQLAlchemy warnings in `` cast_locale_expr ` ` (#571)
6262
6363
64640.38.1 (2021-12-21)
@@ -98,7 +98,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
98980.37.6 (2021-06-02)
9999^^^^^^^^^^^^^^^^^^^
100100
101- - Added `cache_ok=True ` for TSVectorType
101+ - Added `` cache_ok=True ` ` for TSVectorType
102102
103103
1041040.37.5 (2021-05-31)
@@ -116,7 +116,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
1161160.37.3 (2021-05-16)
117117^^^^^^^^^^^^^^^^^^^
118118
119- - Added `cache_ok=True ` for all custom types
119+ - Added `` cache_ok=True ` ` for all custom types
120120- Added CockroachDB support for UUIDType (#526, pull request courtesy of chrishemmings)
121121
122122
@@ -138,7 +138,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
138138- Added SQLAlchemy 1.4 support
139139- Fixed database_exists() on PostgreSQL (#462)
140140- Added create_database support pymssql (#486)
141- - Removed `sort_query `, `get_query_entities ` and `get_query_entity_by_alias ` functions
141+ - Removed `` sort_query `` , `` get_query_entities `` and `` get_query_entity_by_alias ` ` functions
142142
143143
1441440.36.8 (2020-07-08)
@@ -193,7 +193,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
193193^^^^^^^^^^^^^^^^^^^
194194
195195- Added support for CASCADE option when dropping views (#406, pull request courtesy of amicks)
196- - Added `aliases ` parameter to create_materialized_view function.
196+ - Added `` aliases ` ` parameter to create_materialized_view function.
197197
198198
1991990.36.0 (2019-12-08)
@@ -283,7 +283,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
2832830.33.4 (2018-09-11)
284284^^^^^^^^^^^^^^^^^^^
285285
286- - Made PasswordType use `hash ` function instead of deprecated `encrypt ` function (#341, pull request courtesy of libre-man)
286+ - Made PasswordType use `` hash `` function instead of deprecated `` encrypt ` ` function (#341, pull request courtesy of libre-man)
287287
288288
2892890.33.3 (2018-04-29)
@@ -323,7 +323,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
3233230.32.20 (2017-11-04)
324324^^^^^^^^^^^^^^^^^^^^
325325
326- - Added `__hash__ ` method for choice objects (#294, pull request courtesy of havelock)
326+ - Added `` __hash__ ` ` method for choice objects (#294, pull request courtesy of havelock)
327327
328328
3293290.32.19 (2017-10-17)
0 commit comments