Changeset 6fc0921 for asadb/util
- Timestamp:
- Nov 17, 2011, 5:28:01 PM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 283099c
- Parents:
- 728cafa (diff), 29a7eca (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:
- Alex Dehnert <adehnert@…> (11/17/11 17:28:01)
- git-committer:
- Alex Dehnert <adehnert@…> (11/17/11 17:28:01)
- Location:
- asadb/util
- Files:
-
- 6 added
- 2 edited
-
db_form_utils.py (modified) (1 diff)
-
emailbackend.py (added)
-
emails.py (added)
-
mailman.py (added)
-
migrations.py (added)
-
diff_static_data.sh (added)
-
dump_group_perms.py (added)
-
warehouse-refresh.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/db_form_utils.py
r9b911db rb63d6b2 26 26 27 27 def value_from_datadict(self, data, files, name, ): 28 for choice_value, choice_label in self.choices: 29 if choice_label == unicode(self.value): 30 return choice_value 28 31 return self.value 29 32 -
asadb/util/warehouse-refresh.sh
r14e96b3 r5c77dea 15 15 echo 16 16 echo Changes in this commit: 17 git show 17 git show --stat 18 18 19 19 echo … … 30 30 echo 31 31 echo Changes in this commit: 32 git show 32 git show --stat 33 33 34 34 echo
Note: See TracChangeset
for help on using the changeset viewer.