Version 1 (modified by 17 years ago) ( diff ) | ,
---|
The queryset-refactor branch
This branch contains a major refactoring of the django.db.models.query.QuerySet
class to fix a group of SQL problems and make SQL generation easier for database backends requiring customization.
How to get the branch
svn co http://code.djangoproject.com/svn/django/branches/queryset-refactor
See our branch policy for full information on how to use a branch.
Status
Branch was created on 13 September, 2007.
At the moment, it's pretty much unusable. Some classes remain to be ported and some code that tries to poke about the internals of QuerySet need to be changed.
Note:
See TracWiki
for help on using the wiki.