| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
|
|
|
|
Thanks to Tim for the review.
|
|
warning.
|
|
|
|
|
|
This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.
|
|
Thanks to Ali Lotfi for the initial report and patch
and Tim Graham for the review.
|
|
|
|
Check that the foreign object `from_fields` are a subset of any unique
constraints on the foreign model.
|
|
|
|
|
|
|
|
inheritance.
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The issue was fixed on master in e9103402c0fa873aea58a6a11dba510cd308cb84
so this just forwardports the test and release notes from stable/1.7.x.
Forwardport of 2d12a59938 from stable/1.7.x
|
|
|
|
Validates that related_name is a valid Python id or ends with a '+' and
it's not a keyword. Without a check it passed silently leading to
unpredictable problems.
Thanks Konrad Świat for the initial work.
|
|
|
|
ManyToManyField.
Thanks Loic Bistuer and Tim Graham for help and review.
|
|
|
|
|
|
is within limits of the database.
Thanks russellm for report and Tim Graham for review.
|
|
refs #19195.
|
|
|
|
|
|
|
|
Added DateTimeCheckMixin to avoid the use of default, auto_now, and
auto_now_add options together. Added the fields.E151 Error that is raised
if one or more of these options are used together.
|
|
|
|
refs #19934.
|
|
|
|
- Docs description of arguments mix up.
- Keep it from erroneously masking E332 check.
- Add checks E338 and E339, tweak message of E337.
|
|
Thanks to Loic Bistuer for review. Minor changes to error messages
done by committer.
|
|
|