- 21 May, 2015 4 kayıt (commit)
-
-
Tim Graham yazdı
-
garwoodpr yazdı
-
garwoodpr yazdı
-
Preston Timmons yazdı
* Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.
-
- 20 May, 2015 12 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly. Thanks Sam Cooke for the report and draft patch.
-
Simon Charette yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
Thanks to Tim and Anssi for the review.
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Anssi Kääriäinen yazdı
Avoided split_exclude() for Q when used as an expression.
-
latyas(懒) yazdı
-
- 19 May, 2015 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Riccardo Magliocchetti yazdı
-
I am Clinton yazdı
-
Alasdair Nicol yazdı
-
Riccardo Magliocchetti yazdı
-
- 18 May, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #24503.
-
Tim Graham yazdı
This was broken in c2bc1cef (refs #23763).
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
I am Clinton yazdı
-
Claude Paroz yazdı
Thanks Wim Feijen for the report.
-
Tim Graham yazdı
-
- 17 May, 2015 11 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Markus Holtermann for review.
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
It has been superseded by the converter infrastructure.
-
Aymeric Augustin yazdı
Took advantage of the new database adapters and converters.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
The primary use case is to interact with a third-party database (not primarily managed by Django) that doesn't support time zones and where datetimes are stored in local time when USE_TZ is True. Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ is False used to result in silent data corruption. Now this is an error.
-
Aymeric Augustin yazdı
This mirrors convert_xxxfield_value nicely, taking advantage of the adapter/converter terminology which is commonly used by DB-API modules.
-
Aymeric Augustin yazdı
Refs #23820. Fixed #19738. Refs #17755. In order not to introduce a regression for raw queries, parameters are passed through the connection.ops.value_to_db_* methods, depending on their type.
-
Aymeric Augustin yazdı
Put the types in the same order and checked for None consistently.
-
Aymeric Augustin yazdı
Refs #23820.
-