| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
Per deprecation timeline.
|
|
end with an underscore or contain double underscores.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
Python 3.
|
|
|
|
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.
|
|
|
|
- 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.
|
|
|
|
Thanks to mondone for fruitful colaboration.
|
|
This is the result of Christopher Medrela's 2013 Summer of Code project.
Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.
Also: Fixes #8579, fixes #3055, fixes #19844.
|