Hi folks! this week I've been working on formatting data depending on the locale. Finally I found a way to do it that I like. As Django fields aren't used when getting data from the db, I'm not finally using fields to localize data. I'm just formatting data from the localizable Python types on templates.
I also allowed customization of the input formats. Most of the work is done in that part, just is pending: * More tests * Some documentation * Modify the date filter to allow, for example, using short date formats, or to avoid localizing a date * Import the CLDR to populate format files Cheers, Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
