New localization system already in trunk

Follow me for more content or contact for work opportunities:
Twitter / LinkedIn

Just few hours ago, Django's new localization system has been commited to trunk.

As some of you know, I did most of the work as my Google Summer of Code project, this year. Of course, together with Jannis Leidel, who also did the final steps, including the commit.
Summarizing, with this change Django will format all displayed data, according to user's current locale. For example, the calendar will display Sunday as the first day for users in the States, but Monday for users from most European countries. Also it'll format numbers and dates.
You can check the slides I presented at DjangoCon.
Note that the setting is no longer USE_FORMAT_I18N (as in the slides), but USE_L10N.
You can also check the commit at:

Follow me for more content or contact for work opportunities:
Twitter / LinkedIn