On 2/1/07, Honza Král <[EMAIL PROTECTED]> wrote: > > python's string formatting > > is not used in prefix. Should be. > > why? for the 10%, I think (at least some) people will be confused when > they HAVE to pass something with python format strings in it in order > for it to work, many will forget and complain that it's broken. The > situation now allows for maximum flexibility while allowing for very > easy use when only basic distinction is needed. That is IMHO a good > thing.
auto_id handling looks for format string character. Same can be done here. If its present use it as format string, if not prepend it. -- Amit Upadhyay Blog: http://www.rootshell.be/~upadhyay +91-9820-295-512 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
