Changes between Version 3 and Version 4 of Ticket #26641, comment 1


Ignore:
Timestamp:
May 20, 2016, 10:07:54 AM (8 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26641, comment 1

    v3 v4  
    11You should be able to use the [https://docs.djangoproject.com/en/1.9/ref/models/database-functions/#concat Concat] function for this purpose:
    22
    3 {{{
     3{{{#!python
    44from django.db.models import Value
    55from django.db.models.functions import Concat
Back to Top