| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
Backport of b435f82939edf70674856e0e1cd63973c2e0a1d1 from master
|
|
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master
|
|
|
|
|
|
|
|
Seems to be a needless restriction in
978a00e39fee25cfa99065285b0de88366710fad.
|
|
|
|
|
|
Forward port of d5ed08263b58ec972a1e009f23d7b90c30b6b9c1 from master.
|
|
|
|
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Akshesh Doshi for the initial implementation.
|
|
Forwardport of cbf7e7dc52db2834e95817bbbfb56a693c83b84f from stable/2.1.x.
|
|
|
|
The PostgreSQL concat() function handles nulls and non-text values better than
the || operator.
|
|
|
|
|
|
|
|
|
|
Thanks erindy for the report.
|
|
|
|
null value.
|
|
|
|
Forward port of 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 from stable/2.0.x.
|
|
|
|
|
|
|
|
|
|
|
|
Forward port of 765e6de92493aa638555408172597e054e813ce3 from stable/2.0.x
|
|
|
|
True/1 values as different.
|
|
|
|
|
|
defaults.
|
|
JSONDecodeError.
|
|
|
|
|
|
|
|
|
|
This wasn't possible when settings were accessed during Field initialization
time as our test suite setup script was triggering imports of expressions
before settings were configured.
|
|
|
|
Thanks Adam Johnson and Tim Graham for the reviews.
|