| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ModelAdmin.list_display
Forwardport of 2456276b0250c9f21d580ca6c3f3c86345ad6370 from stable/1.8.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QuerySet.exists() incorrectly handled query.group_by = True
case (grouping by all select fields), causing GROUP BY
expressions to be wiped along with select fields.
|
|
|
|
Added apps to unmigrated apps if the migrations module is a file
or a folder missing __init__.py.
Thanks to Ernest0x for the bug report.
|
|
|
|
prepare_value()
|
|
|
|
|
|
|
|
|
|
|
|
objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Converted the ``libraries`` and ``builtins`` globals of
``django.template.base`` into properties of the Engine class.
* Added a public API for explicit registration of libraries and builtins.
|
|
|
|
|
|
|
|
This is a security fix; disclosure to follow shortly.
Thanks Sam Cooke for the report and draft patch.
|
|
Thanks to Tim and Anssi for the review.
|
|
Avoided split_exclude() for Q when used as an expression.
|
|
|
|
|
|
|
|
Refs #24503.
|
|
|
|
|
|
Thanks Markus Holtermann for review.
|
|
|