| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_prep_value() method is complementary of from_db_value().
Follow up to e9103402c0fa873aea58a6a11dba510cd308cb84.
|
|
|
|
As the strings represent URLs and not paths, should use urllib to
manipulate them.
|
|
combined expressions.
Thanks Thodoris Sotiropoulos for the report and Simon Charette for the
implementation idea.
Regression in df32fd42b84cc6dbba173201f244491b0d154a63.
|
|
|
|
|
|
|
|
and body.
|
|
|
|
|
|
|
|
|
|
|
|
migrations.
Used app config to lookup user model in _create_user().
Thanks Markus Holtermann for the review and initial patch.
Thanks Simon Charette for the implementation idea.
|
|
|
|
|
|
CheckConstraint.check and UniqueConstraint.condition.
|
|
|
|
|
|
|
|
|
|
Converters typenames are case-insensitive. See
https://docs.python.org/3/library/sqlite3.html#sqlite3.register_converter.
|
|
|
|
Bug was fixed in mysqlclient 1.3.13.
|
|
|
|
|
|
|
|
Use the rich interface and native parsing provided by the browser rather
than raw string manipulation.
https://developer.mozilla.org/en-US/docs/Web/API/URL
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
|
|
|
|
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
|
|
|
|
|
|
test_order_by_relational_field_through_model failure.
Set explicit datetime for M2M ordering test.
Thanks to Mariusz Felisiak for the suggestion.
|
|
|
|
|
|
|
|
This removes also unused DatabaseOperations.date_interval_sql().
|
|
|
|
is 0o000.
Fixed test that checks permissions on files extracted from archives
with no permissions set, to not assume a default umask of 0o002.
Test regression in c95d063e776e849cf1a0bf616c654165cb89c706.
|
|
UniqueConstraint.include/opclasses with deferrable.
|
|
mixed case label.
Regression in 9e1b6b8a66af4c2197e5b1b41eb9dbb36e4f6502.
Thanks Ignacio Santolin for the report.
|
|
e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|