Greetings, I am in the process of writing a custom model field. Its basically an encrypted char field, the idea is that when ever the field is saved to the database it would be encrypted and when it is loaded back from the database it would be decrypted.
I have gotten the encryption and decryption code down and I have been able to override the appropriate functions so that the data is encrypted when it is saved to the database. Unfortunately I have not been able to figure out what function to override to decrypt the data when it is loaded from the database. Additionally I have a strange problem where any time I include this custom field in a model, that model no longer appears in the Django admin. There doesn't seem to be any errors in the field/model since I can use it with out problems from the shell. Any help or insight would be greatly appreciated! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---