Changeset 355a16a
- Timestamp:
- 04/03/12 12:47:16 (15 months ago)
- Branches:
- security
- Children:
- ba683be
- Parents:
- 3b50bb3 (diff), d36c84a (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/03/12 12:47:16)
- git-committer:
- yomguy <yomguy@…> (04/03/12 12:47:16)
- Location:
- telemeta
- Files:
-
- 2 added
- 4 edited
-
templates/telemeta/base.html (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/templates/telemeta/base.html
r8a5b1b5 rd36c84a 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1 <!DOCTYPE html> 2 2 {% load i18n %} 3 3 {% load telemeta_utils %} -
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
r2592b8e r3b50bb3 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 91 93 class Meta(MetaCore): -
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.
