| Age | Commit message (Collapse) | Author |
|
effective default.
Thanks to Andriy Sokolovskiy for initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
SplitDateTimeWidget.
|
|
formfield_overrides.
Useful for overriding the DateTimeField widget.
|
|
|
|
|
|
The WGS84 proj string can differ depending on installed libs.
Refs #26592.
|
|
|
|
|
|
|
|
|
|
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
|
|
|
|
|
|
the address.
On Python 3, sending emails failed for addresses containing non-ASCII
characters due to the usage of the legacy Python email.utils.formataddr()
function. This is fixed by using the proper Address object on Python 3.
|
|
The docs say that these headers always appear without the HTTP_ prefix.
This may have been an oversight when they were added in
d725cc9734272f867d41f7236235c28b3931a1b2, the only commit that uses
these names.
|
|
Thanks Tim Graham for the review.
|
|
UserModel.is_anonymous/is_authenticated methods.
|
|
|
|
serialization
|
|
|
|
Thanks Tim Graham for completing the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
lists.
|
|
|
|
GenericForeignKey targets.
|
|
Thanks Maxime Lorant for the report and Anssi for the suggestion.
|
|
It's no longer necessary for GenericForeignKey (and any other virtual fields)
to intercept the field's values using the pre_init signal.
|
|
|
|
|
|
|
|
|
|
|
|
(deprecated) method.
|
|
|
|
Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review.
|
|
the Storage.
|
|
|
|
Refs #18149.
|
|
Refs #26341.
|