Changeset 7748c20
- Timestamp:
- 11/30/11 11:33:35 (18 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- d4c2dd3, d38ac1b, b497a41
- Parents:
- 33d177a
- git-author:
- yomguy <yomguy@…> (11/30/11 11:33:35)
- git-committer:
- yomguy <yomguy@…> (11/30/11 11:33:35)
- File:
-
- 1 edited
-
telemeta/models/query.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/query.py
r9f44950 r7748c20 324 324 325 325 def sound(self): 326 return self.filter(items__file__contains='/') 326 return self.filter(items__file__contains='/').distinct() 327 327 328 328
Note: See TracChangeset
for help on using the changeset viewer.
