Changeset cab50c71
- Timestamp:
- 03/27/12 17:46:33 (15 months ago)
- Branches:
- security
- Children:
- 4e37b5b
- Parents:
- 82a33d0 (diff), 274b106 (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@…> (03/27/12 17:46:33)
- git-committer:
- yomguy <yomguy@…> (03/27/12 17:46:33)
- Location:
- telemeta
- Files:
-
- 2 added
- 1 deleted
- 3 edited
-
migrations/0009_auto__chg_field_mediaitem_language_iso__del_field_userprofile_departem.py (deleted)
-
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/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.
