Changeset 1caf64b
- Timestamp:
- 06/08/11 16:04:00 (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:
- 9bb186b
- Parents:
- 88cddb5
- git-author:
- yomguy <yomguy@…> (06/08/11 16:04:00)
- git-committer:
- yomguy <yomguy@…> (06/08/11 16:04:00)
- File:
-
- 1 edited
-
telemeta/models/media.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/media.py
r74fa706 r1caf64b 217 217 218 218 219 item_published_code_regex = collection_published_code_regex + '(?:_[0-9]{2 }){1,2}'220 item_unpublished_code_regex = collection_unpublished_code_regex + '_[0-9]{2,3}(?:_[0-9]{2 ,3}){0,1,2}'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}' 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.
