| Age | Commit message (Collapse) | Author |
|
DatabaseCache._cull implementation could fail if no key was found to
perform a deletion in the table. This prevented the new cache key/value
from being correctly added.
|
|
|
|
ModelAdmin.search_fields.
|
|
|
|
|
|
The example uses the world border data set, where
one of the entries has a null field value.
|
|
|
|
Co-authored-by: Chason Chaffin <chason@gmail.com>
|
|
This also removes unnecessary commas between attributes.
|
|
|
|
|
|
|
|
Follow up to e29637681be07606674cdccb47d1e53acb930f5b.
|
|
This reverts commit dcb4d79ef719d824431a8b3ff8ada879bbab21cc.
|
|
|
|
This prevented the default behavior of
BaseExpression._resolve_output_field from error'ing out when such
functions accepted both expressions from mixed types
(e.g. SubStr(CharField, IntegerField, IntegerField)).
|
|
|
|
|
|
|
|
MariDB and MySQL.
|
|
|
|
|
|
refresh_from_db() loads fields values.
|
|
|
|
PostgreSQL 12+.
|
|
Thanks Sirius Sufiew for contributing that support.
|
|
|
|
Added the list of apps with changes not reflected in migrations.
|
|
expressions.
Regression in df32fd42b84cc6dbba173201f244491b0d154a63.
Thanks Simon Charette for the review.
|
|
|
|
|
|
DeferredAttribute.__get__().
refresh_from_db() loads fields values.
|
|
Unnecessary since 58ad030d05fa50cfed327368ab61defca3303e02.
|
|
|
|
|
|
a cycle.
|
|
|
|
Support for sqlparse < 0.2.2 was broken in
40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property
was added in sqlparse 0.2.2.
|
|
|
|
|
|
as rhs in queryset filters.
Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4.
|
|
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa.
Thanks Tomasz Szymański for the report.
|
|
|
|
|
|
in formsets.
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
|
|
constraints support.
|
|
|
|
Unused (always True) since its introduction in 132605d889db8767a40243259066b8450428714c.
|