- Dec 07, 2019
-
-
Cédric Krier authored
because transaction import backend which can import transaction back. This raises an ImportError as transaction is not still importing. issue8836
-
- Dec 06, 2019
-
-
Nicolas Évrard authored
issue8836 review258421002
-
- Dec 04, 2019
-
-
Cédric Krier authored
issue8830
-
Cédric Krier authored
drone escape the echo option. issue8830
-
- Dec 03, 2019
-
-
Cédric Krier authored
issue8830 review284451002
-
Sergi Almacellas Abellana authored
issue5964 review266361002
-
- Dec 02, 2019
-
-
Cédric Krier authored
otherwise the backend loaded is always SQLite. issue8749 review276511002
-
- Nov 29, 2019
-
-
Sergi Almacellas Abellana authored
issue8848 review278211002
-
- Nov 27, 2019
-
-
Cédric Krier authored
otherwise the backend loaded in always SQLite. issue8749
-
- Nov 26, 2019
-
-
Cédric Krier authored
issue8776 review288441002
-
Cédric Krier authored
issue8776 review288441002
-
Cédric Krier authored
This ease the composition of URL pointing to Tryton route. issue8767 review264461005
-
- Nov 25, 2019
-
-
Cédric Krier authored
This makes them unique and avoid collision with the shared cache. issue8831 review254651002
-
Nicolas Évrard authored
issue8749 review284271002
-
- Nov 22, 2019
-
-
Nicolas Évrard authored
issue8571 review276391003
-
- Nov 21, 2019
-
-
Nicolas Évrard authored
issue8571 review260041002
-
- Nov 20, 2019
-
-
Nicolas Évrard authored
issue8840 review274321002
-
- Nov 18, 2019
-
-
Sergi Almacellas Abellana authored
issue8832 review250281002
-
- Nov 17, 2019
-
-
Cédric Krier authored
issue8742
-
Cédric Krier authored
Those exceptions are expected behavior so it is the fault of the client, not the server. issue8768 review276221002
-
- Nov 16, 2019
-
-
Cédric Krier authored
Even if the record is already created, the _save_values should not process the reverse field otherwise it creates an infinite loop. issue8742
-
Cédric Krier authored
issue8742 review262301002
-
- Nov 15, 2019
-
-
Sergi Almacellas Abellana authored
issue8735 review270351002
-
Nicolas Évrard authored
issue8569 review285801003
-
- Nov 05, 2019
-
-
Cédric Krier authored
issue8779 review268321002
-
- Nov 04, 2019
-
-
Cédric Krier authored
-
Cédric Krier authored
-
Cédric Krier authored
-
Cédric Krier authored
-
- Nov 03, 2019
-
-
Cédric Krier authored
Databases are too random about rounding when casting epoch into numerical value. So it is better to check against inequality of the string. issue8779 review254571002
-
- Nov 02, 2019
-
-
Cédric Krier authored
-
- Nov 01, 2019
-
-
Cédric Krier authored
issue8184 review285461002
-
Cédric Krier authored
On PostgreSQL-12, the epoch FLOAT is now 6 digits but rounded to 5 digits when cast into NUMERIC. issue8779 review264501002
-
- Oct 30, 2019
-
-
Cédric Krier authored
The unicode method is no supported by Python3. There is only __str__. issue8769 review262341002
-
Cédric Krier authored
If the bytes can not be decoded in UTF-8, we should display a nice error message instead of failing with a 500. Also if the text is not a string, we must return a 400 as it is a wrong request. issue8577 review264451002
-
- Oct 25, 2019
-
-
Cédric Krier authored
issue8744 review254491002
-
Cédric Krier authored
The wrong key values was introduced in rev bfc90c50b591. issue8744 review254491002
-
- Oct 22, 2019
-
-
Sergi Almacellas Abellana authored
issue8735 review274091002
-
- Oct 16, 2019
-
-
Cédric Krier authored
This ensure to have always the same order when selecting the record out of many duplicates (which can happen as there is no unique constraint since r 426276806f60). issue8705 review260271002
-