| Age | Commit message (Collapse) | Author |
|
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
|
|
`action="."` strips query parameters from the URL which is not usually what
you want. Copy-paste coding of these examples could lead to difficult to
track down bugs or even data loss if the query parameter was meant to alter
the scope of a form's POST request.
Backport of 77974a684a2e874bccd8bd9e0939ddcb367a8ed2 from master
|
|
ModelAdmin.readonly_fields.
Backport of 9a33d3d76497d9e198de942ee1236c452231262f from master
|
|
Partial backport of afe0bb7b13bb8dc4370f32225238012c873b0ee3 from master.
|
|
Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.
Backport of 56aaae58a746eb39d5e92ba60f59f4c750a8e1a8 from master
|
|
Backport of 54d3ba84066301b9cdbbd657620c0f1e5c2422c0 from master
|
|
language code
Thanks Jens Lundstrom for the report and Tim Graham for the review.
Backport of 632a9f21bc from master.
|
|
page.
Backport of 7cc2efc2d6916c05a0a5cb0c0e67f5405d8f6a03 from master
|
|
Refs 1014ba026e879e56e0f265a8d9f54e6f39843348
Backport of 2765adc8dcbaa41662af9000c4de2820418bf0a2 from master
|
|
annotate().
Backport of 3eba9638ee69138c73efb1d1c1d1b806ddafc6cf from master
|
|
Django's test suite often tries to load fixture files from apps that have
no fixtures at all. This creates a lot of unnecessary disabling and
enabling of constraints which can be expensive on some database.
To speed this up, loaddata now first checks if any fixture file matches.
If no fixture file is matched, then the command exits before disabling
and enabling of constraints is done.
The main benefit of this change is seen on MSSQL, where tests on
Django 1.8 run hours faster.
Backport of ee9f4686b19e2b4a68f5cb4f9d61dc045c1d4c63 from master
|
|
fields.
Backport of 69208a5a1c55d42ca0eaffa900be643d9f801089 from master
|
|
Backport of 300de968d680eea10daa00132f60b7db47abfe1d from master
|
|
This test sometimes fail because the checked integers can appear in the
output as memory addresses due to #24316.
Backport of 2939ed4a18864549a25807193ea5af490d632dc6 from stable/1.9.x
|
|
decorator.
Backport of 4a438e400b7ce0ab9d0b6876196cbe8d620a4171 from master
|