forked from onefinestay/taal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
61 lines (36 loc) · 1.31 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Version 0.8.2
-------------
Bugfix for non-ascii `context` or `message_id`
Version 0.8.1
-------------
Allow `base_query` to be overriden in `_normalised_translations`.
Version 0.8.0
-------------
* Allow `language` to be a callable for more dynamic behaviour.
* Enable more customisable strategy for handling missing translations, adding
an option to return a sentinel value in addition to the existing options of
`None` or debug output.
* Bugfix for `change_instance_type` when updating values to be `None`
Version 0.7.0
-----------------
Updates for kaiso 0.30 compatibility (dropping legacy index support)
Version 0.6.1
-------------
Bugfix for re-saving kaiso instances loaded from the db without changing some
translatable attributes.
Version 0.6.0
-------------
Bump sqlalchemy requirement to 0.9. The signature of the `after_bulk_update`
event has changed, and the legacy compat wrapper seems broken as of sqla 0.9.4.
Version 0.5.3
--------------
Type label context is a top level constant.
SQL performance fix for loading translations.
Version 0.5.2
--------------
Bugfix for SQLAlchemy columns where the model attribute name is different from
the column name.
Version 0.5.1
--------------
Use a set to collect translatables.
Prevents duplicate translations from being needlessly included in the DB query.