Changeset 9bb186b
- Timestamp:
- 06/08/11 16:41:44 (2 years ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- db74edd
- Parents:
- 1caf64b
- git-author:
- yomguy <yomguy@…> (06/08/11 16:41:44)
- git-committer:
- yomguy <yomguy@…> (06/08/11 16:41:44)
- File:
-
- 1 edited
-
telemeta/models/media.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/media.py
r1caf64b r9bb186b 218 218 219 219 item_published_code_regex = collection_published_code_regex + '(?:_[0-9]{2,3}){1,2}' 220 item_unpublished_code_regex = collection_unpublished_code_regex + '_[0-9]{2,3}(?:_[0-9]{2 }){0,2}'220 item_unpublished_code_regex = collection_unpublished_code_regex + '_[0-9]{2,3}(?:_[0-9]{2,3}){0,2}' 221 221 item_code_regex = '(?:%s|%s)' % (item_published_code_regex, item_unpublished_code_regex) 222 222
Note: See TracChangeset
for help on using the changeset viewer.
