Changeset 6fc0921 for asadb/util


Ignore:
Timestamp:
Nov 17, 2011, 5:28:01 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Merge branch 'new-db'

Location:
asadb/util
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/util/db_form_utils.py

    r9b911db rb63d6b2  
    2626
    2727    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
    2831        return self.value
    2932
  • asadb/util/warehouse-refresh.sh

    r14e96b3 r5c77dea  
    1515echo
    1616echo Changes in this commit:
    17 git show
     17git show --stat
    1818
    1919echo
     
    3030echo
    3131echo Changes in this commit:
    32 git show
     32git show --stat
    3333
    3434echo
Note: See TracChangeset for help on using the changeset viewer.