| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The `callable` builtin was added back in python 3.2
which is the minimal python3 version supported by django
at this point.
|
|
|
|
|
|
contrib.auth.
The migration serializer now looks for a deconstruct method on any object.
|
|
The new handling allows us to do away with the whitelisting that was
required to support date and datetime objects.
|
|
Thanks Markus Holtermann for the report.
|
|
|
|
|
|
|
|
|
|
Thanks hjwp for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks joseph at vertstudios.com for the suggestion.
|
|
Refs #20978.
|
|
|
|
lambda functions.
|
|
|
|
|
|
|
|
|
|
|
|
file module or an empty directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|