| Age | Commit message (Collapse) | Author |
|
attributes.
Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master
|
|
database.
Thanks Liz Lemon for the report and investigation and
Claude Paroz for the test.
Backport of aad46c3e370e105f9117a337924090d05f1b001d from master
|
|
relations.
Backport of 5fa4370543658aedd79dc554d8c52684d6c7cbca from master
|
|
Backport of 4e861682904744b0ea3ead8552513c6f1a826c5a from master
|
|
Backport of b820b6108a7d3f11ec18774d16d657f4f63fe9fa from master
|
|
Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master
|
|
MySQL 5.7.5+.
Backport of 4178488881f4e703c4e47ea78720dd61e0230ce5 from master
|
|
Backport of 68de48c96328e13d5dbdb1f3006e4a1ca74f3c34 from master
|
|
Partially reverted refs #25532 to fix a regression in Django 1.10.
This reintroduces a crash for disabled forms.JSONField (refs #26949),
however, that issue is also present on Django 1.9.
Thanks Ryan Schave for the test.
Backport of a5f85d891b51d7ceb4f9e422e3e4f5c741062288 from master
|
|
view middleware.
Backport of 44a6b4028033890d4a3832875c774db321182de6 from master
|
|
debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
|
|
Backport of 971120778a7e7b7ebc2fc48275cca20a87580efe from master
|
|
Python 3.5+.
Backport of d7a097265b1842843a73ce0da36ef98bacac8a3e from master
|
|
Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master
|
|
as to_attr.
Thanks Trac alias karyon for the report and Tim for the review.
Backport of 271bfe65d986f5ecbaeb7a70a3092356c0a9e222 from master
|
|
Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master
|
|
This is a security fix.
|
|
Backport of 7c33aa8a87d323f0e8e5368705aa8ba96f9819d0 from master
|
|
|
|
|
|
Fixed a regression in 625b8e9295d79650208bfb3fca8bf9e6aaf578e4:
improper short-circuiting could lead to a KeyError when threads
concurrently call RegexURLResolver._populate().
Backport of 389a5318a06e7e4d8f8aba14af88c4cc4ea0db47 from master
|
|
file names
Thanks Tim Graham for the review.
Backport of 3e71f6544feca490211e88db4f449dfdb7acce39 from master.
|
|
Backport of 76e19da5b0385d4f8afda509e0b60f77f7ffc4c2 from master
|
|
migrations during test database creation"
This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it
disables migrations all the time, not just during tests.
Backport of 944e66cb1db6614ef0644b9030dd1d75e950767c from master
|
|
SchemaEditor.add_field().
Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
|
|
to_field_name.
Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc.
Backport of 81963b37a92ef583b9f725f1a78dd2ca97c1ab95 from master
|
|
deprecation.
Backport of f4afb85d7e900123fa8f88110adc011ab184e153 from master
|
|
Backport of 418658f453bed7fe7949dda26651aab370003e6a from master
|
|
When both parent and child models had managers with the same name and
a migrations opt-in both were added to the migration state.
Backport of dab83e5ba108c08a04ae400ac5354fd73e26c6f5 from master
|
|
Also removed try/except/fail antipattern that hides exceptions.
Backport of c9ae09addffb839403312131d4251e9d8b454508 from master
|
|
Backport of baff4dd37dabfef1ff939513fa45124382b57bf8 from master
|
|
Backport of a9e188ccd6315d278795355a53bce6c1a63f5a50 from master
|
|
fields.
Backport of 49b4596cb4744e4b68d56e6a540a3e15c1582963 from master
|
|
db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
Backport of 6bf7964023487f2a352084e74aca27aecb354d6c from master
|
|
field state.
Backport of d47f6d75ef67dbd18abf2bb927753f739a9c117d from master
|
|
Backport of ca77b509059831b055a3b735ff77e042f8e1c0eb from master
|
|
for empty geometries.
Backport of ea4665066b651e0e2730f2e2d85fcef9d7ac7966 from master
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
Backport of c2e62fd1aed093c4d9ff84e3d86e6a85c8aa1917 from master
|
|
AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
Backport of 39805686b364358af725b695924a5a6dfa7f5302 from master
|
|
fields.
Thanks Julien Hartmann for the report.
Backport of 20d1cb33c2ec1242e16c49deb88e8c70517b2d1a from master
|
|
in Form.__init__() for TabularInline.
Backport of 9c2d5a8d333277cc1b482a9d05f174cf4d09f24c from master
|
|
when using SESSION_COOKIE_PATH.
Backport of d13881bd34ff8f76b902ef5256001341d60b3161 from master
|
|
dim=3
Thanks Yegor Kazantsev for the report and the initial patch.
Backport of 140c23502 from master.
|
|
It was removed in 785cc71d5b3300e2702b0b2fc7316e58ca70b563 only because
it was untested and unused in Django itself, however, some third-party
apps use it.
Backport of 4e400dcb79bc468ee1ff899312a00ed8dc3e795c from master
|
|
caused by the manager inheritance refactor.
This also makes migrations respect the base_manager_name and
default_manager_name model options.
Thanks Anthony King and Matthew Schinckel for the initial patches.
Backport of 2eb7cb2fffcc382979d0731370de26b051d04659 from master
|
|
Backport of 9bf8d50a678463a5a3cd52f10c830fe0ca65d2c6 from master
|
|
Thanks François-Xavier Thomas for the report.
Backport of 8ba44ecda0 from master.
|
|
Thanks Simon Charette for review.
Backport of b45852c2631d4f291fb22ef3348065f2a3c2e5e3 from master
|
|
File."
This reverts commit 1b407050dd53e56686fdd3e168f8cac4f9be8306 as it
introduces a regression in the test for refs #26772.
Backport of cd217de6100e0101fd921dd18bc2e706bac397c9 from master
|
|
strings.
Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e.
Thanks Tim Graham for the review.
Backport of 625b8e9295d79650208bfb3fca8bf9e6aaf578e4 from master
|