| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
Thanks Haris Ibrahim K. V. for writng docs.
|
|
Thanks Squareweave for the django-loaddata-stdin project from which this
is adapted.
|
|
|
|
Thanks François Freitag for review.
|
|
cpython's json version is 2.0.9 so this line is never used.
|
|
With Python 3, there are no more reasons to special-case EmailMessage
arguments which should be plain strings.
|
|
Python 2
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
warnings.
Refs #26290.
Thanks Tim for the review.
|
|
attachments arg.
|
|
Fixed #27777 -- Made File.open() work with the with statement
|
|
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
|
Thanks Sébastien Ramage for the report.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
non-namespaced URLs.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
multi-table inheritance models."
This reverts commit 74a575eb7296fb04e1fc2bd4e3f68dee3c66ee0a as it causes
unexpected migrations and doesn't seem to be the best solution.
|
|
The method customization was removed in 2ca00faa9137.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
equivalents
Thanks Tim Graham for the review.
|