- 17 Haz, 2015 2 kayıt (commit)
-
-
Markus Holtermann yazdı
Regression introduced in 9aac99e9
-
JensDiemer yazdı
-
- 20 Şub, 2015 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
As suggested by Anssi. This has the slightly strange side effect of passing the expression to Expression.convert_value has the expression passed back to it, but it allows more complex patterns of expressions.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 08 Ock, 2015 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Refactored compiler SELECT, GROUP BY and ORDER BY generation. While there, also refactored select_related() implementation (get_cached_row() and get_klass_info() are now gone!). Made get_db_converters() method work on expressions instead of internal_type. This allows the backend converters to target specific expressions if need be. Added query.context, this can be used to set per-query state. Also changed the signature of database converters. They now accept context as an argument.
-
- 03 Eyl, 2014 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews.
-