| Age | Commit message (Collapse) | Author |
|
Fixed a regression introduced by 28efafa24c.
Thanks Michal Čihař for the report and initial patch, and
Collin Anderson and Tim Graham for the reviews.
Backport of 8b4cc9df9c from master.
|
|
This fixes a regression introduced by 2a31d00933.
Thanks tony-zhu for the report.
Backport of f0bb3c98cc from master.
|
|
Backport of f6c208d95c from master
|
|
Thanks Naddiseo for reporting.
Backport of 5732424bee from master
|
|
is a method.
The "check" name is a reserved word used by Django's check framework,
and cannot be redefined as something else other than a method, or the check
framework will raise an error.
This change amends the django.core.checks.model_check.check_all_models()
function, so that it verifies that a model instance's attribute "check"
is actually a method. This new check is assigned the id "models.E020".
Conflicts:
docs/ref/checks.txt
Backport of a5c77417a6 from master
|
|
Previous versions of the tests were buggy, as initial_data.json
did exist and the test wasn't failing. It was finally failing on
Python 3.4.2.
Thanks Raphaël Hertzog for the report (and Debian bug #765117
contributors).
Backport of 7a893ee771 from master.
|
|
Refs #23638. Older Python versions are less strict when parsing
invalid cookie content. The test just has to ensure Django doesn't
crash.
|
|
Thanks Philip Gatt for the report and Tim Graham for the review.
Backport of 59d487e7fc from master.
|
|
backend as per RFC.
Backport of 8d789449c7861b8cf8b10d244f26d9d354989aaf from master.
|
|
Thanks ranjur for reporting bug, timgraham for review,
and collinanderson for contributing tips.
Backport of 06b11b617e from master
|
|
column into a NOT NULL one due to existing rows
Thanks to Simon Charette, Loic Bistuer and Tim Graham for the review.
Backport of f633ba778d from master
|
|
migrations.
Backport of a407b846b4 from master
|
|
Python 3.
Backport of 03d89168a2 from master
|
|
Added update_or_create to RelatedManager, ManyRelatedManager and
GenericRelatedObjectManager.
Added missing get_or_create to GenericRelatedObjectManager.
Conflicts:
tests/generic_relations/tests.py
tests/get_or_create/tests.py
Backport of ed37f7e979 from master
|
|
characters in request.
Thanks edevil for the report and Simon Charette for review.
Backport of 9dff5ce7c7 from master
|
|
in admindocs.
Backport of 2f16ff5a6c from master
|
|
Thanks Troy Grosfield for the report and Tim Graham for the tests.
Backport of ec2fd02bb3 from master
|
|
admin.
Thanks Simon Charette for review.
Backport of a24cf21722 from master
|
|
|
|
imports.
Thanks Tim Graham for the review.
Backport of b23d47412c from master
|
|
deconstruction.
Backport of 45bd7b3bd9 from master
|
|
Thanks sky-chen for the report.
Backport of 215aa4f53b from master
|
|
unapplying the wrong migrations."
Backport of d7ab2cefb7 from master
|
|
Thanks gkoller for the report and Markus Holtermann for review.
|
|
parameters
Backport of b9a670b227 from master
|
|
hooks to GenericInlineModelAdmin.
Backport of cf43a1ee90 from master
|
|
Backport of 463952d940 from master
|
|
Backport of 83cd18633f from master
|
|
Backport of 9d30412a5a from master
|
|
This reverts commit 3a66035107a640c4905f0a5f247a45f32dbe16d7.
A regression test was also added.
Backport of d63ac5b595694c44ed8a64d782a177d2f92125d9 from master.
|
|
wrong migrations.
Backport of abcf28a076 from master
|
|
Made sure the app labels stay unique for the AppConfigStubs, so
migrations wouldn't fail if two dotted app names has the same last part
(e.g. django.contrib.auth and vendor.auth)
Backport of 5e32605ce9 from master.
|
|
Backport of 61f56e239f from master
|
|
unique/index_together.
Thanks fwkroon for the report.
Backport of 6d5958c7a3 from master
|
|
If loading an application trigger an ImportError, the details of that
error were lost in some cases. Thanks Ben Davis for the report.
Backport of b161c01 from master
|
|
don't define get_absolute_url().
Thanks jukvalim for the report and initial patch,
and Preston Timmons for review.
Backport of c32bc1a7a7 from master
|
|
Backport of f7eee04ebe from master
|
|
Backport of 16548cfc7c from master
|
|
Backport of d28b5f13b3 from master
|
|
This fixes a regression introduced by the 53ff096982 security fix.
Thanks to @a1tus for the report and Tim for the review.
refs #23329.
Backport of 342ccbddc1 from master
|
|
serializ
Thanks Sam Hartsfield for the report.
Backport of 4680d25df2 from master
|
|
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().
Backport of 14c8456 from master
|
|
|
|
hitting the recursion limit
|
|
existing pattern to newly added test_testcase_ordering as well
Backport of d11e836203 from master
|
|
Backport of e03b7940e5 from master
|
|
Backport of 8b6cb9d0dd from master
|
|
Thanks kwist for the report and the initial patch.
Backport of 5021421799 from master.
|
|
models.
Backport of 6613ea6e3f from master
|
|
Backport of e98c5513cb from master
|