| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Pillow < 6.2.0 is vulnerable to CVE-2019-16865.
|
|
PostgreSQL 12+.
|
|
|
|
relationships.
|
|
|
|
|
|
|
|
Python 3.8+ and tblib <= 1.4.0.
|
|
|
|
|
|
|
|
Added internal interface to QuerySet that allows to defer next filter
call till .query is accessed. Used it to optimize prefetch_related().
Thanks Simon Charette for the review.
|
|
than None.
None was a remnant from the times _filter_or_exclude accepted
qtype/mapper as the first arg.
|
|
DatabaseOperations.bulk_batch_size().
Thanks Chetan Khanna for tests.
|
|
|
|
|
|
|
|
debug() should bubbled up exceptions if occurring in test, but behave
the same as run() when no exceptions occurred.
|
|
|
|
django.test.Client in assertRedirects().
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
|
|
CharField.max_length for ArrayField.base_field on PostgreSQL.
|
|
django.db.models.fields.mixins.
|
|
|
|
|
|
|
|
Support was added in 15715bf.
|
|
|
|
SQLite 3.30.1+.
|
|
As discussed on the mailing list, step 1 of First Steps shouldn't be
"Find a printer".
https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion
|
|
configured.
|
|
|
|
|
|
deferred fields.
This is not true since 7f51876 removed the necessity of creating
proxy model classes at runtime for each deferred field sets.
|
|
migrate --plan.
Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the
report.
|
|
|
|
Regression introduced by dcdd219ee1, refs #25817.
Thanks Carlos E. C. Leite for the report and Mariusz for the bisect.
|
|
slashes.
|
|
model instance.
Thanks Carlton Gibson for reviews.
|
|
|
|
key transform.
Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb.
|
|
|
|
SQLCompiler.get_related_selections().
|
|
Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
|
|
|
|
Cache-Control directive.
|