> The current filters work for me as they are, and I can see how changing > them may cause problems for me (capfirst will not convert an acronym > like NASA to lower case, whereas capitalize will).
Yes, I think will all of these that it depends on the data you have to start with. If you have acronyms and lower case text then you would probably want to use capfirst. If you have all upper case text that you want to look nice, then you probably would want capitalize. > But why don't you just create your own capitalize filter (or titlecase > filter) for yourself? Then you'll know that you'll get exactly the > functionality that you need and want. I have no problem creating my own filters, just trying to see how people feel about the str filters. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---