| Age | Commit message (Collapse) | Author |
|
|
|
Backport of 9dc782b631 from master
|
|
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
|
|
RequestFactory.
Backport of a39df37049 from master
|
|
Backport of 62a53bdf11 from master
|
|
max length
Backport of c1b9f99a81 from master
|
|
Backport of 6ce6c77e03 from master
|
|
when needed
Checked database destruction for ORA-29857, which happens when objects of
some types are left over in an old test database (notably, such objects
are created by the GIS backend). When this happens, we can resolve the
issue by dropping the test-user (if we are allowed to).
An alternative approach, to just switch the order of creation (so that,
if the test user exists and can be dropped, it is always dropped before
the tablespace) was considered; but since the user creation depends on
the tablespace, this would necessitate separating the dropping of the user
from its creation -- a change I am reluctant to make.
Thanks Josh Smeaton and Tim Graham for reviews.
Backport of 2e1ed5f33c from master
|
|
Backport of babbf18999 from master
|
|
Thanks jamesbeith for the report.
Backport of bedd439297 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
|
|
includes.
Thanks Daniele Procida for suggested wording.
Backport of 80b8d3bee0 from master
|
|
Backport of 947af46db3 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 to @claudep for the report and the original patch.
Backport of c48a29a02a457cfdb1cff11009401459ba24e870 from master.
|
|
Thanks marfire for the report.
Backport of 9db3653670 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
|
|
Thanks Petrus van Bork for the report.
Backport of e949f4435f 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
|
|
Thanks Rolandde for the report.
Backport of 87eedfff44 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
|
|
Backport of 04bd84786d39b8a17620dfb3b354599d8d95417b from master.
|
|
Thanks Troy Grosfield for the report and Tim Graham for the tests.
Backport of ec2fd02bb3 from master
|
|
per Sphinx docs: "Using ref is advised over standard reStructuredText
links to sections because it works across files, when section headings
are changed, and for all builders that support cross-references.
Backport of 13409b932a from master
|
|
admin.
Thanks Simon Charette for review.
Backport of a24cf21722 from master
|
|
{Single,Multiple}ObjectMixin.model uses.
Backport of e501d4c505 from master
|
|
This reverts commit 154f5f0de108f428de2d5f488e0264f4459a4b66.
Aymeric: "I chose not to talk about django.setup() here on purpose.
This will hardly always be the correct solution."
Backport of 8121860be4 from master
|
|
Backport of 6fa9fa91a5 from master
|
|
Backport of 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 from master.
|
|
Backport of 4ad57bbe31bc1813264824111de2f9f74dbda0d6 from master.
|
|
Backport of ca139bbfdf48bf59b0918a7d675cdc5d4ae60957 from master
|
|
Backport of 20f868bc5a from master
|
|
|
|
|
|
|
|
Thanks oinopion for the suggestion and jarus for the initial patch.
Backport of 054bdfeff1 from master
|
|
Backport of 9e8658db51 from master
|
|
imports.
Thanks Tim Graham for the review.
Backport of b23d47412c from master
|
|
|
|
unquoted HTML attribute.
Thanks "djbug" for the report.
|