On Wednesday, 10 September 2014 22:21:39 UTC+1, Malte wrote: > > That's a lot of locales to change though. I am still somewhat new to Git. > How would you go about it? >
Oddly, I came to the same conclusion last night that seconds should be removed and was just contemplating writing a pull request for it. Can you give us a bit more idea of what you need to know about git? 'git commit -a' might help you here if you've changed a lot of files and you want to commit them all in one go (though make sure you have a nice fresh checkout before you start work as it's easy to add things by accident that way). I'm happy to make the pull request if you prefer. Cheers, Duncan -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/4a3e3005-1a00-47c1-a6ff-bc57074d2354%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
