> // I prefer use names instead of ids in urls because it's more human > friendly
Of course, this is just a functional example. > I don't think that the use of the values method is that widespread... > if you use I would suggest you to think it twice. http://www.djangoproject.com/documentation/db-api/#values-fields >From the documentation: "A ValuesQuerySet is useful when you know you're only going to need values from a small number of the available fields and you won't need the functionality of a model instance object. It's more efficient to select only the fields you need to use." But, I still need an answer to my original question... Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---