| Age | Commit message (Collapse) | Author |
|
Thanks to Jean Gourds for the report, Tim and Claude for the review.
|
|
|
|
This allows setting a Content-Security-Policy HTTP header
(refs #15727).
Special thanks to blighj, the original author of this patch.
|
|
|
|
This also fixes a possible data eviction race condition between
setting and getting a key. Another thread could remove the key
before get_and_set() accesses it again. In this case, now the
default value will be returned instead of None.
|
|
Some versions of GDAL give slightly different results.
|
|
This is useful for certain language translations.
|
|
|
|
|
|
|
|
|
|
|
|
template filter.
|
|
|
|
The check introduced in 4ce433e was too strict in real life. The poorly
implemented bots this patch attempted to ignore are sloppy when it comes
to http vs. https.
|
|
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.
|
|
|
|
initialized from numpy.array.
|
|
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
|
|
Made the `manage.py help collectstatic` don't fail if the `STATIC_ROOT`
setting is empty.
|
|
|
|
|
|
w/on_delete=SET_NULL.
|
|
|
|
unique_together constraint.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Roel Kramer for tests.
|
|
|
|
Thanks Gavin Wahl for the report and Tim Graham for the review.
|
|
|
|
|
|
filter by default.
|
|
|
|
LineString.
|
|
|
|
|
|
|
|
Setting a cookie with the same name as a previously deleted cookie
would set its expiry date to 'Thu, 01-Jan-1970 00:00:00 GMT'.
|
|
|
|
|