- Build dist
- Create XFormSubmit dir if not present
- Adapt button Modify -> Edit
- rm _set_today in model
- Add /odk to openrosa url
- Remove dependency on lxml
- Remove modifications on xml_content field
- Rebuild initial migration
- Add admin management
- Add use of AUTH_USER_MODEL in settings.py
- Add delete button on submitted forms
- Add migrations on PyPi
- Add is_odk_admin property on user model
- Add locale fr
- Remove AVAILABLE_TXT and SUBMITTED_TXT from settings
- Replace self.headers by self.setdefault in odk.openrosa.view_pull
- Adapt locale fr
- Launch migration in EN
- rm xform FK from submit model
- rm xform from html
- change input type submit to button type
- add md5: string in <hash> tag of xformsList.xml
- rm modified_on & modified_by field
- add convert xls 2 xml (use of pxforms)
- new odkdata app with 2 methods: create_model (use of xlsconv) & load_submit_data
- add datetime fields in XForm & XFormSubmit to check data convert & data load_submit_data
- modify view for Odk load with 4 steps (cfr. README file)
- make xml_content and created_by field as null in order to upload and then process!
- force odkdata/migrations & odkdata/models to git
- add is_odk_admin check in template
- change message when error App does not exist in model
- Add 'doc' and 'xform_sample' folder
- ReadMe corrections
- Add xfs OneToOneField field between final model and odk.XFormSubmit
- Add 'doc' and 'xform_sample' folder
- Bug in odk.admin for action: xformsubmit_load_data
- Add post-save signal on XFormSubmit model
- Change gettext into gettext_lazy in odk.models
- Add functions in odkdata.create_model
- Adapt messages for Submitted forms query set (odk.admin.py)
- Issues with PyPi new version not visisble
- load_submit_data Issues
- Add blank line in create_model methods
- Add post-save signal @ XForm creation to set all xml_fields: xml_content, form_id, version & title
- Adapt _set methods of XForm
- date format in template
- model ordering
- add DB error catch in load_submit_data
- rm signal on xform to allow upload xls and convert xls to xml
- redirect page after xls2xml done
- install psycopg2-binary instead of psycopg2