mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #23460 -- Added literal %s support to extra() QuerySets.
This commit is contained in:
committed by
Tim Graham
parent
17557d068c
commit
ef5f9b6ae8
@@ -281,6 +281,9 @@ Models
|
||||
Django uses whenever objects are loaded using the ORM. The method allows
|
||||
customizing model loading behavior.
|
||||
|
||||
* ``extra(select={...})`` now allows you to escape a literal ``%s`` sequence
|
||||
using ``%%s``.
|
||||
|
||||
Signals
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user