| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Complete rework of translating data values from database
Deprecation of SubfieldBase, removal of resolve_columns and
convert_values in favour of a more general converter based approach and
public API Field.from_db_value(). Now works seamlessly with aggregation,
.values() and raw queries.
Thanks to akaariai in particular for extensive advice and inspiration,
also to shaib, manfre and timograham for their reviews.
|
|
|
|
|
|
This reverts commit a8521a2c228bd9e981dc8a2bea4e26f4544a52a7.
|
|
|
|
Thanks to Trac alias nessita for the report.
|
|
|
|
Fixed #23364. Thanks Markush2010 for the report.
|
|
Thanks to Petr Glotov for spotting this.
|
|
refs #23323.
|
|
|
|
Thanks blueyed for the report and Tim Graham for the review.
|
|
d562527a rename the db to using in the wrong signal.
Thanks Maik Hoepfel for the report.
|
|
Refs #20739. Thanks Raphaël Hertzog for the report and the initial
patch.
|
|
|
|
Thanks romankrv for the suggestion.
|
|
Thanks Mike O'Connor for the reporty.
|
|
unique field.
Thanks Keryn Knight for the suggestion.
|
|
framework.
|
|
|
|
Thanks Daniele Procida for review.
|
|
USE_TZ=True.
|
|
string literals.
|
|
|
|
|
|
|
|
|
|
Refs #22632. Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
This is a security fix. Disclosure following shortly.
|
|
This is a security fix. Disclosure following shortly.
|
|
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham
for reviews and contributions.
|
|
|
|
object attribute.
|
|
validation.
Thanks mitar for the report.
|
|
|
|
|
|
|
|
|
|
|
|
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
|
Also the unused, undocumented django.utils.html.strip_entities() function.
|
|
|
|
|
|
|
|
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33.
|