Changeset e7240c8
- Timestamp:
- 04/02/12 12:17:30 (14 months ago)
- Branches:
- security
- Children:
- 498c472
- Parents:
- 2073f16 (diff), a29e589 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- yomguy <yomguy@…> (04/02/12 12:17:30)
- git-committer:
- yomguy <yomguy@…> (04/02/12 12:17:30)
- Location:
- telemeta
- Files:
-
- 2 added
- 4 edited
-
views/base.py (modified) (1 diff)
-
admin.py (modified) (1 diff)
-
middleware.py (added)
-
migrations/0009_auto__add_field_userprofile_last_session_key.py (added)
-
models/system.py (modified) (2 diffs)
-
templates/telemeta/inc/collection_related.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/views/base.py
r0d2f73e ra29e589 632 632 previous, next = self.item_previous_next(item) 633 633 mime_type = self.item_analyze(item) 634 #FIXME: use mimetypes.guess_type 635 if 'quicktime' in mime_type: 636 mime_type = 'video/mp4' 637 634 638 playlists = get_playlists(request) 635 639 public_access = get_public_access(item.public_access, str(item.recorded_from_date).split('-')[0], -
telemeta/admin.py
rbfa68c2 rf83d820 6 6 from telemeta.models.system import * 7 7 from django.contrib import admin 8 <<<<<<< HEAD 9 from django.forms import CheckboxSelectMultiple 10 ======= 11 >>>>>>> master 8 12 from django.contrib.auth.models import User 9 13 from django.contrib.auth.admin import UserAdmin -
telemeta/models/system.py
rbfa68c2 rf83d820 42 42 import django.db.models as models 43 43 from django.forms import ModelForm 44 from django.contrib.sessions.models import Session 44 45 45 46 … … 88 89 telephone = CharField(_('Telephone')) 89 90 expiration_date = DateField(_('Expiration_date')) 91 last_session_key = CharField(blank=True, null=True, max_length=40) 90 92 init_password = BooleanField(_('Password initialization')) 91 93 -
telemeta/templates/telemeta/inc/collection_related.html
r28fa06b r5a09eb7 78 78 {% endif %} 79 79 {% endif %} 80 {% endif %}80 {% endif %} 81 81 </td> 82 82 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
