| Age | Commit message (Collapse) | Author |
|
transforms with booleans on SQLite.
Thanks Matthew Cornell for the report.
|
|
|
|
with QuerySet.values()/values_list() on SQLite.
|
|
multiple batches.
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
expressions.
Thanks Mariusz Felisiak and Simon Charette for reviews.
|
|
Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd.
|
|
|
|
|
|
|
|
a pickled Query.
|
|
|
|
|
|
QuerySet.alias() allows creating reusable aliases for expressions that
don't need to be selected but are used for filtering, ordering, or as
a part of complex expressions.
Thanks Simon Charette for reviews.
|
|
|
|
with models exceptions.
|
|
|
|
|
|
|
|
MariDB and MySQL.
|
|
|
|
QuerySet.select_for_update() on PostgreSQL.
|
|
|
|
|
|
comments.
|
|
MariaDB 10.5+.
|
|
Thanks Simon Charette for the review and Mariusz Felisiak for tests.
|
|
|
|
|
|
"self" with multi-table inheritance.
Thanks Abhijeet Viswa for the report and initial patch.
|
|
QuerySet.select_for_update() options.
Thanks Par Andersson for reporting the issue.
|
|
|
|
MariaDB and MySQL 8.0.18+.
|
|
8.0.16+.
|
|
|
|
|
|
lookup.
|
|
|
|
involved difficulty.
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:
- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous
Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
|
|
the database.
Note was missing for date, year, iso_year, week, time, hour, minute,
and second lookups.
|
|
|
|
atomicity warning.
|
|
Sphinx interprets some "%[a-z]" in SQL statements as a
"Literal.String.Interpol" which leads to incorrect highlighting.
|
|
|
|
|
|
|