| Age | Commit message (Collapse) | Author |
|
|
|
Thanks adamchainz for the report and review.
|
|
|
|
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
|
|
|
|
Thanks Adam Chainz for the initial implementation in django-mysql.
Thanks Adam Chainz, Tim Graham, and Shai Berger for the reviews.
|
|
Thanks Tim Graham and Shai Berger for the reviews.
|
|
|
|
field type.
Thanks Tim for the review and Josh for the input.
|
|
|
|
|
|
|
|
|
|
Thanks Common Code for financing the work on this commit.
|
|
|
|
concrete base model.
|
|
on SQLite.
|
|
Thanks Ian Foote for the initial patch.
|
|
|
|
explicit parent links.
Thanks Trac alias trkjgrdg for the report and Tim for investigation and review.
|
|
|
|
|
|
|
|
|
|
database creation
|
|
|
|
subquery.
|
|
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
|
|
Pass type to sql_alter_column*.
|
|
This helps databases which need the database type when changing the default
(Just like MySQL needs it for changing null…)
|
|
The _size attribute is used in File.size but FieldFile overrides it.
|
|
Thanks Akshesh Doshi for the initial patch and Tim Graham for the review
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
prefetching their results.
Thanks Loïc for the suggested improvements and Tim for the review.
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|
|
It was added in 20bab2cf9d02a5c6477d8aac066a635986e0d3f3 and stopped being
used for `Range` in 00aa562884a418c4ee20e223ab82c3455997ee7d when
`bilateral` was added to `Transform`.
|
|
|
|
|
|
|
|
|
|
|
|
different databases.
|