Ignore:
Timestamp:
Jan 23, 2012, 3:37:25 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
96754f0
Parents:
777e9b2
git-author:
Alex Dehnert <adehnert@…> (01/23/12 03:37:25)
git-committer:
Alex Dehnert <adehnert@…> (01/23/12 03:37:25)
Message:

Data verification infrastructure (Trac: #22)

This includes:

  • a script to remove data that we want people to verify (groups/purge_for_transition.py)
  • code to make more fields required in the normal update interface
  • explanatory message to help people with problematic constitutions
  • adding an "Other" activity category so we can require that field
File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/fixtures/initial_data.xml

    rc060d8c ra8cd440  
    4343        <field type="CharField" name="name">Technology</field>
    4444    </object>
     45    <object pk="15" model="groups.activitycategory">
     46        <field type="CharField" name="name">Other</field>
     47    </object>
    4548</django-objects>
Note: See TracChangeset for help on using the changeset viewer.