1
0
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:
Matt Robenolt
2014-09-10 07:23:58 +00:00
committed by Tim Graham
parent 17557d068c
commit ef5f9b6ae8
4 changed files with 26 additions and 6 deletions

View File

@@ -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
^^^^^^^