Changes between Version 3 and Version 4 of Ticket #26641, comment 1
- Timestamp:
- May 20, 2016, 10:07:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26641, comment 1
v3 v4 1 1 You should be able to use the [https://docs.djangoproject.com/en/1.9/ref/models/database-functions/#concat Concat] function for this purpose: 2 2 3 {{{ 3 {{{#!python 4 4 from django.db.models import Value 5 5 from django.db.models.functions import Concat