| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
configuration in logging docs.
Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master
|
|
Backport of 8aad3321ed6f0b603361767a4fe00d046b5fdd34 from master
|
|
Backport of 30dd43884e8e5dfb3dfd7e31fc78fd569f15916a from master
|
|
Backport of 59de9494e7513de29bc71bd0b27445daff25a4b3 from master
|
|
accepts the field the relation points to.
Backport of a44a21a22f20c1a710670676fcca798dd6bb5ac0 from master
|
|
Backport of e3968df527c4d378677f4784fb1bc0c86950fcf8 from master
|
|
|
|
|
|
|
|
Backport of 2106b983c433586925df12cdca72374829756e45 from master
|
|
condition on Oracle and SQLite.
Backport of 719b7466203181066d9537d2e3bec687dffc9f41 from master
|
|
Backport of eb16c7260e573ec513d84cb586d96bdf508f3173 from master
|
|
operator on Oracle and PostgreSQL.
The LIKE operator wildcard generated for contains, startswith, endswith and
their case-insensitive variant lookups was conflicting with parameter
interpolation on CREATE constraint statement execution.
Ideally we'd delegate parameters interpolation in DDL statements on backends
that support it but that would require backward incompatible changes to the
Index and Constraint SQL generating methods.
Thanks David Sanders for the report.
Backport of a8b3f96f6acfa082f99166e0a1cfb4b0fbc0eace from master
|
|
StatReloader.
Backport of 6754bffa2b2df15a741008aa611c1bb0e8dff22b from master
|
|
get_resolver().urlconf_module raising an exception.
Backport of 0636d4d2aa6e4469198fdf662225ad862e60c5e3 from master
|
|
permissions data migration.
Regression in 181fb60159e54d442d3610f4afba6f066a6dac05.
Backport of 98296f86b340c8c9c968375d59f1d3a3479e60c2 from master
|
|
5 seconds and made it customizable.
Made the default timeout of watchman client customizable via
DJANGO_WATCHMAN_TIMEOUT environment variable.
Backport of ed3c59097a01ed3f32f8a8bed95307fb5c181251 from master
|
|
SessionMiddleware subclasses.
Backport of efeceba589974b95b35b2e25df86498c96315518 from master
|
|
error handler views.
Thanks to Jon on Stack Overflow for reporting the issue.
Backport of a5accc0368c6575b55976c06af36ed399c85c781 from master
|
|
with abstract base classes.
Thanks Carlton Gibson for the review.
Backport of 5df3301aab9e1d1c386799263bef5cf013985c83 from master
|
|
Backport of f8f0f92ed9f73a025de599bd1a4965f2cc2ebbba from master
|
|
Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master
|
|
Regression in 1a28dc3887e8d66d5e3ff08cf7fb0a6212b873e5.
The usage of CONCAT to allow SearchVector to deal with non-text fields
made the generated expression non-IMMUTABLE which prevents a functional
index to be created for it.
Using a combination of COALESCE and ::text makes sure the expression
preserves its immutability.
Refs #29582. Thanks Andrew Brown for the report, Nick Pope for the
review.
Backport of 405c8363362063542e9e79beac53c8437d389520 from master
|
|
Backport of 34a68c2cbea837b81cd9ab6bc91563416612157c from master
|
|
Backport of 753580ecd17de62fa8ab9cd43c4cd0b986f9e348 from master
|