| Age | Commit message (Collapse) | Author |
|
|
|
Backport of fc41401f33045d2015dd92e735a13e5ee4af3afd from master
|
|
SECURE_PROXY_SSL_HEADER if set.
An HTTP request would not be redirected to HTTPS when the
SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings were used if
the proxy connected to Django via HTTPS.
HttpRequest.scheme will now always trust the SECURE_PROXY_SSL_HEADER if
set, rather than falling back to the request scheme when the
SECURE_PROXY_SSL_HEADER did not have the secure value.
Thanks to Gavin Wahl for the report and initial patch suggestion, and
Shai Berger for review.
Backport of 54d0f5e62f54c29a12dd96f44bacd810cbe03ac8 from master
|
|
Backport of 30b3ee9d0b33bb440f9c73d1ce9e0e7303887a9f from master
|
|
|
|
doesn't have __file__ attribute.
Backport of 8454f6dea49dddb821bfcb7569ea222bb487dfd1 from master
|
|
Backport of 833878411c35e1d47abfb77c23863a9dc9bb6d27 from master
|
|
Backport of 2f91e7832fd2e51dfb75f6027b673a943e736ef0 from master
|
|
Backport of 8590726a5dd3087d40b549580703cd8c74f3d7b1 from master.
|
|
Backport of 2ef6f209f79b0bd27d53405f0d46bb9ab82b2a52 from master
|
|
Backport of 533311782fd0c974208490ec9d11da3bbe179dea from master
|
|
Backport of 00169bc36156d4a32546229bf39de91213709eaf from master
|
|
Backport of a7038adbd02c916315b16939b835f021c2ee8880 from master
|
|
Backport of 036362e0cfe74e4ab8a65b99eb2aa9c35371fc04 from master
|
|
Backport of 0c2ffdd526ff0f0015628821c77fbee15960eaef from master
|
|
Backport of 175656e166712db019a4704c4031510b9fd6b00a from master
|
|
updated example of custom aggregate functions.
Backport of 76b3fc5c8d8dffb441aaa08f75833888be2107af from master
|
|
Backport of f3a03d5b61bbf6a47c9aaf8113cff5b1befbcbc5 from master
|
|
Sphinx 2.1.0.
Backport of 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 from master
|
|
Backport of 03cd3d137e2c29484b020b9768a4741f1096be97 from master
|
|
Filters in annotations crashed when used with numerical-type
aggregations (i.e. Avg, StdDev, and Variance). This was caused as the
source expressions no not necessarily have an output_field (such as the
filter field), which lead to an AttributeError: 'WhereNode' object has
no attribute output_field.
Thanks to Chuan-Zheng Lee for the report.
Regression in c690afb873cac8035a3cb3be7c597a5ff0e4b261 and two following
commits.
Backport of 4b6dfe16226a81fea464ac5f77942f4d6ba266e8 from master.
|
|
Backport of 1f81e2df69c0f62f9bd85bca5b3876a2d8229fde from master
|
|
affect migrations.
Backport of 5248abe9b0425c1fc989c60a55860cdb4d135bcf from master
|
|
Backport of 21b1d239125f1228e579b1ce8d94d4d5feadd2a6 from master
|
|
Backport of 8fb0ea55830321852a4a051a478f78e24d4f6889 from master
|
|
Backport of 100ec901aebebe56b61f101af38a228414098dd5 from master
|
|
Backport of 34ec52269ade54af31a021b12969913129571a3f from master.
|
|
rendering clickable link.
Backport of deeba6d92006999fee9adfbd8be79bf0a59e8008 from master.
|
|
Backport of 98c0fe19ee2cba9726708ac9336e1dc0d43cca69 from master
|
|
the parent object.
Backport of 85436473066aae5d793caeced010ea4f45da4e79 from master
|
|
in auto-reloader when using StatReloader.
Previously we updated the file mtimes if the file has not been seen
before - i.e on the first iteration of the loop.
If the mtime has been changed we triggered the notify_file_changed()
method which in all cases except the translations will result in the
process being terminated. To be strictly correct we need to update the
mtime for either branch of the conditional.
Regression in 6754bffa2b2df15a741008aa611c1bb0e8dff22b.
Backport of 480492fe70b0bb7df61c00854dc8535c9d21ba64 from master
|
|
exceptions with custom signature.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
Backport of 0344565179527d80990e2247e3be7c04aa8c43c8 from master
|
|
Backport of 67b6cb7723b2765cb776bd59d5603e3e63eefc2e from master
|
|
when used in Subquery.
Backport of a3f91891d2c7f4bdc33f48ae70820ef6f36da26e from master.
|
|
when using StatReloader.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
Backport of b2790f74d4f38c8b297b7c1cef6875d2378f6fa6 from master
|
|
template context values in PasswordResetView.
Backport of 8bdc7a6778ab3849c31ec77a997d07676f210419 from master
|
|
Backport of 8000767769ac37ec7f73eb9fcc4b3fc7399a5808 from master
|
|
declaration and comments.
Backport of 4fb9e7b057507dda1bccd969871ae350f6c68fef from master
|
|
optimization docs.
Backport of 888fdf182e164fa4b24aa82fa833c90a2b9bee7a from master
|
|
docs/howto/custom-template-tags.txt.
Backport of f011d9ea56f9b4385cc7c63c542b7403fef2fde1 from master
|
|
Backport of 5402061c80aa2ede08a7c6b3ff204646c5059cf7 from master
|
|
Backport of fa422dd78b9a90143913ebb1d8c0e796504c2bee from master
|
|
SearchVector.
Regression in 405c8363362063542e9e79beac53c8437d389520.
Backport of c38e7a79f4354ee831f92deb7a658fc0387e3bec from master
|
|
Meta.ordering contains expressions.
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
Backport of 04042b2b440f0bf50eb908d52cfe76af430e1738 from master
|
|
Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master
|
|
Updated the Spatialite installation instruction to refer to the latest
available version from KyngChaos, as Gaia-SINS does not provide MacOS
binaries anymore.
Backport of ccb7f7c6d237900614290085cca103d9509b89b9 from master
|
|
Backport of a309821c973cf3bcfe817bb71163fcccc461cec1 from master
|
|
atomicity warning.
Backport of 1686dce06c1f3587e90ea98816eddaa965fd9f45 from master
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of e286987a27271c8ee7eb6e4d4332b563c4e6094b from master
|
|
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
|