Changes between Version 1 and Version 2 of Ticket #23460
- Timestamp:
- Sep 10, 2014, 2:33:41 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23460 – Description
v1 v2 9 9 {{{ 10 10 Foo.objects.extra(select={'foo': '"%s"'}) 11 12 See: https://github.com/django/django/pull/3209 for patch.13 11 }}} 14 12 … … 16 14 17 15 It's expected to allow %%s as an escape sequence. 16 17 See: https://github.com/django/django/pull/3209 for patch.