| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
starting with a slash.
Thanks Frank Bijlsma for the initial patch.
|
|
end with an underscore or contain double underscores.
|
|
|
|
Thanks Tim Graham for the initial patch.
|
|
models.
|
|
|
|
through model.
|
|
limit_choices_to.
|
|
|
|
|
|
containing underscores.
|
|
ForeignKey.to_field.
|
|
|
|
|
|
|
|
|
|
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.
|