| Age | Commit message (Collapse) | Author |
|
This is a security fix.
|
|
|
|
Thanks Tim Graham for the review.
Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x
|
|
Backport of 49a63d08d3b3e2ac32e391d1413a4ac99429e4af from master
|
|
Backport of da2e92d25ea32a25679d99525365ac7ac8e297ee from stable/1.11.x
|
|
self-referential OneToOneField."
This reverts commit 4a9f9cc521f09c60f56024eb6688e30ab86b998f. It was
accidentally pushed to this branch.
|
|
OneToOneField.
Fix definition of `klass_info['from_parent']`. The relationship between
two models shouldn't be considered as being from a parent class if the
model classes are the same.
Thanks Tim for the review.
|
|
This is a security fix.
|
|
Backport of e1f6eba033abea25cd6b0577bd66c655ec453325 from master
|
|
Google Analytics.
This is a security fix.
Backport of "refs #26158 -- rewrote http.parse_cookie() to better match
browsers." 93a135d111c2569d88d65a3f4ad9e6d9ad291452 from master
|
|
Backport of 4a696bbe13383b14b2762cc5accd45849e9dcfba from master
|
|
Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master
|
|
Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master
|
|
Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master
|
|
This is a security fix.
|
|
SchemaEditor.add_field().
Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
|
|
Backport of 418658f453bed7fe7949dda26651aab370003e6a from master
|
|
Backport of ea34426ae789d31b036f58c8fd59ce299649e91e from master
|
|
This reverts commit c0a1e1984e0028022c5ac0722ff4933317bcdbc2 as it doesn't
work on the stable/1.8.x branch and instead uses os.path.join() to fix the
original failure on Windows.
|
|
Fixed a failure on Windows.
Backport of e3877c53edb33271b0f31d20e60a924848692026 from master
|
|
Backport of a0a1c4fbde4fb652b151a409db46c8ac3829ed2b from master
|
|
Backport of 246020efc59de1a64b52fdda6a460904151dae36 from master
|
|
GenericIPAddressField.
Backport of 4681d65048ca2553895e10c2c492997b0a78ffba from master
|
|
and SQLite.
Thanks adamchainz for the report and review.
Backport of d3c87a2425b30400c3e6ea76585a9a537b6d0386 from master
|
|
Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master
|
|
raw_id_fields in list_editable.
Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master
|
|
Backport of 38086c83aca881aa72bc2eba1e6eadaa76529ed0 from master
|
|
Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 from master
|
|
to an empty string.
Backport of 4b129ac81f4fa38004950d0b307f81d1e9b44af8 from master
|
|
Backport of 75614f6d4c1a3fe779a75eb3e787452cccd1d814 from master
|
|
The errors='replace' parameter to force_text altered the URL before checking
it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef.
Backport of 552f03869e from master.
|
|
This fixes a regression introduced by c5544d28923.
Thanks John Eskew for the reporti and Tim Graham for the review.
Backport of ada7a4aef from master.
|
|
login.
This is a security fix.
|
|
This is a security fix.
|
|
cache.
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.
Thanks Tim for the review.
Refs #23822.
Backport of 3938b3ccaa85f1c366909a4839696007726a09da from master
|
|
Backport of b41268135995cef46d40e550f9301fab20cf330d from master
|
|
Partial backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
|
|
SimpleTemplateResponse.
Backport of 3fedfc452fa94f8a6c9a64289d00202313ceb564 from stable/1.9.x
|
|
Thanks Shai Berger for the review.
Backport of b1afebf882db5296cd9dcea26ee66d5250922e53 from master
|
|
values
Also added tests for HStoreField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
Backport of 928c12eb1 from master.
|
|
picklable.
Backport of b59f963ad2a49322725b20fac71661bd49643443 from master
|
|
Backport of b17a9150a0c3a132e82b53755ede62a45f897875 from master
|
|
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
Backport of a325fb1f9b14b46288d0e1342407be4a6db2bdb1 from master
|
|
USE_TZ=False.
Backport of 97eb3356b2a7488c8d0ca0e47ef3e538852d44a2 from master
|
|
Backport of 19d1cb14519186902d7e27813bf2643fe3f7cfa3 from master
|
|
|
|
database/library differences.
Backport of 5aa53286758fbb1fb864a5efda38718a2ca96759 from master
|
|
Backport of 5453aa66cfdf228f40dc1997d811ca986de405a3 from master
|
|
Shallow copying of `django.utils.functional.LazyObject` or its subclasses has
been broken in a couple of different ways in the past, most recently due to
35355a4.
|
|
AUTOINCREMENT is dropped converting an AutoField to IntegerField
which isn't the point of this test. MySQL would warn or error about
this.
Backport of b49cc8664306f8b44e9e12ebb9e43791d508ec74 from master
|