| Age | Commit message (Collapse) | Author |
|
|
|
try to create the same directory.
Regression in 632c4ffd9cb1da273303bcd8005fff216506c795.
Backport of 98ef3829e96ebc73d4d446f92465e671ff520d2b from master.
|
|
for foreign keys that use to_field.
Regression in ee49306176a2d2f1751cb890bd607d42c7c09196.
Backport of f77fc56c9671a2e2498e3920d79e247e6de18c16 from master.
|
|
Regression in e1253bc26facfa1d0fca161f43925e99c2591ced.
Backport of 9a88c6dd6aa84a1b35e585faa0058a0996cc7ed7 from master.
|
|
Backport of 641742528a8babbede92890bc0bef50a255c1bbb from master.
|
|
sys.stdin.read() blocks waiting for EOF in shell.py which will
likely never come if the user provides input on stdin via the
keyboard before the shell starts. Added check for a tty to
skip reading stdin if it's not present.
This still allows piping of code into the shell (which should
have no TTY and should have an EOF) but also doesn't cause it
to hang if multi-line input is provided.
Backport of 4e78e389b16fbceb23d5236ee1650b213e71c968 from master.
|
|
lookups and lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
Backport of 834c4ec8e4cfc43acf0525e0a4d8c914534f6afd,
217f82d7139fd32f07adbfa92c5fb383d0ade577, and
dc5e75d419893bde33b7e439b59bdf271fc1a3f2 from master.
|
|
Backport of f07091a30fbac713a03d292ec1c901f0a7757440 from master
|
|
Backport of 82f286cf6f198d37850d3c5df637b5665566a66b from master.
|
|
Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master.
|
|
This reverts commit f3f31b0fc26f772b198c9683a427f2f7fe208c37.
|
|
This reverts commit a47dd99cc6883fe3e35895e8c5d4bb53996bd184.
|
|
SessionBase.decode() is the inverse operation to SessionBase.encode().
As SessionBase.encode() always returns a string, SessionBase.decode()
should always be passed a string argument. Fixed the file backend, which
was the only backend still passing a bytestring.
Backport of bdae19cf6395d6bfee80864d9e87c4aec241eceb from master
|
|
The mysqlclient cursor attribute `_last_executed` is always stored as
bytes. Decode it.
TextField values are already type str. No need to decode.
Backport of efd8a82e268a82b3ad0be77bd5b4548c30bcb4d7 from master
|
|
|
|
|
|
admin user change form.
Backport of a7284cc0c3620030b43034cdf41216c0941bf411 from master
|
|
users.
Thanks Claude Paroz & Tim Graham for collaborating on the patch.
# Conflicts:
# tests/auth_tests/test_views.py
|
|
|
|
Backport of e40e7026cad400d720963aea0ba156a19f83b058 from master.
|
|
with the same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
Backport of 024abe5b82d95ee60cb18a77ebf841ad715467fa from master
|
|
Backport of 90d93a1b425c0e6e3d88afa9fff78790300e1e38 from master
|
|
Regression in 3b429c96736b8328c40e5d77282b0d30de563c3c.
Backport of d1d5c97bc2821bf8c0f4b2d9c7ab16200845b494 from master.
|
|
Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master.
|
|
insert id with cx_Oracle 7.
Backport of da92ec79621fc0bba671d8afa52b7f6884962fe5 from master
|
|
Meta.default_related_name.
Backport of a4495f4b989dc919d80fcf9f38e31e247faa94fb from master
|
|
with a tilde or underscore.
Regression in 29150d5da880ac1db15e47052330790cf1b802d2.
Backport of 32fbccab406b680bc0a0a8d39a9b95c3a08bbc5a from master
|
|
Regression in 2162f0983de0dfe2178531638ce7ea56f54dd4e7.
Backport of f315d0423a09dfe20dd4d4f6a0eb11fc8e45a665 from master
|
|
|
|
|
|
doesn't accept the obj argument.
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'.
* Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
Backport of fd8a7a5313f5e223212085b2e470e43c0047e066 from master
|
|
or values_list() after combining querysets with extra() with union(), difference(), or intersection().
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
Backport of 39461a83c33f0cfe719d3b139413d1f5d1e75d5e from master
|
|
form has an extra field.
Backport of d311124be59df64278f3149d68e79ce45b8a6c64 from master
|
|
long exception.
Backport of bf17f5e88466e3f571065345f5b2fea0d8af89fe from master
|
|
view permission.
Backport of 09ee3b6fe3c4d80bb445835f88148d6f48cde3ff from master
|
|
Backport of 57f16655cd5031ef04bf5e310c9e1d31eff912ce from master
|
|
Backport of cd790ed1a6dbdf910c41da44c306ddae6ea6fd4d from master
|
|
content types.
Backport of 7cc52250f06c2a4769badbab1d7ee01f8e3cb46a from master
|
|
GenericRelation is declared on an abstract base model.
Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8.
Thanks Lauri Kainulainen for the report.
Backport of b5c7cb4d3306a7b4e8f87bcf365ff30ae53018ed from master
|
|
have the add permission to a TabularInline.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
Backport of 64e1a271f50d921a54388539b6ff7102a31c3d29 from master
|
|
"overflow" error message.
Backport of 730173d1c5cf210d8e3bd951fa49f64b9bc561ca from master
|
|
lookups and lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
Backport of 9fee229874367beafd532dad6d0f9ff9676ded0b from master
|
|
and the user can't create databases.
Regression in e776dd2db677d58dcb50aea20d3bb191537df25b.
Thanks Tim Graham for the review.
Backport of 1a9cbf41a130def83a7e384955544d08be0fc148 from master
|
|
values.
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
Backport of d8e2be459f97f1773c7edf7d37de180139146176 from master
|
|
A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.
Backport of 271542dad1686c438f658aa6220982495db09797 from master
|
|
Backport of 97e637a87fb45c4de970cca6cb783d93473c9d15 from master
|
|
|
|
|
|
CommonMiddleware.
|
|
|