| Age | Commit message (Collapse) | Author |
|
|
|
|
|
functions.
Complements 7127eb287fb08b89a31bc97097a1fb6b08ada463.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
template filter.
|
|
Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic
formats.py.
|
|
Refs #25815.
|
|
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation
and Tim for the review.
|
|
|
|
|
|
GDALComputeRasterStatistics.
Thanks Sergey Fedoseev and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|
|
Positive(Small)IntegerField on MySQL.
|
|
order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07ce7aa1a9da6799b3104971ee73998b from stable/1.8.x
The issue was fixed by 7bec480fe2ace94c8e7f0c88485442bfa74436b4.
|
|
models.
Thanks to Trac alias ppetrid for the report and Tim for the review.
Conflicts:
django/db/models/deletion.py
tests/delete/tests.py
Forward port of 7c3ef19978b36b61db88a519f799f1ce8d019679 from stable/1.8.x
|
|
w/on_delete=SET_NULL.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Roel Kramer for tests.
|
|
|
|
The fix has also since been backported to stable/1.8.x.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric for the initial patch and Carl for review.
|
|
|
|
Forwardport of 3ded51bcf21f384b2e80ce97aff5c12d63e5f0e3 from stable/1.8.x
|
|
bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.
|
|
|
|
Thanks to Jamie Matthews for finding and explaining the bug.
|
|
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
|
|
This fixes a regression from refs #25496.
|
|
|
|
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)
Refs #23714 which essentially fixed the same problem when USE_TZ = True.
Thanks Florian and Carl for insisting until I wrote a complete patch.
|
|
|