Re: queryset caching note in docs

2011-11-01 Thread Marco Paolini
On 28/10/2011 15:55, Tom Evans wrote: On Fri, Oct 28, 2011 at 1:05 PM, Marco Paolini wrote: it's a bit more complex: there are basically two phases: 1) row fetching from db using cursor.fetchmany() 2) model instance creation in queryset both are delayed as much as

Request for review / Multiple time zone support for datetime representation

2011-11-01 Thread Aymeric Augustin
Hello, I'm glad to announce that the time zone support branch is ready for review. Review the changes: https://bitbucket.org/aaugustin/django/compare/..django/django Clone the branch: hg clone https://bitbucket.org/aaugustin/django Play with the demo app: hg clone