Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / migrations / 0011_set_old_activation_sent.py @ 357987bc

History | View | Annotate | Download (8.3 kB)

# Date Author Comment
5ce3ce4f 09/10/2012 01:52 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

aab4d540 08/29/2012 01:52 pm Sofia Papagiannaki

remove unused imports & code refinement

814113c4 05/30/2012 04:42 pm Sofia Papagiannaki

during datamigration set only to inactive users activation_sent date to epoch

Refs: #2471

751d24cf 05/30/2012 01:38 pm Sofia Papagiannaki

Register the date a user activation email sent and reset it when the user becomes active (for future use)

This field can have the following values:
  • epoch: signifies the user has been created before adding the specific field (so we have no actually information whether an activation email has been sent or not)...