3 | | 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. |
4 | | |
5 | | == How to get the branch == |
6 | | |
7 | | {{{ |
8 | | svn co http://code.djangoproject.com/svn/django/branches/queryset-refactor |
9 | | }}} |
10 | | |
11 | | See our [http://www.djangoproject.com/documentation/contributing/#branch-policy branch policy] for full information on how to use a branch. |
| 3 | This branch was used to develop 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. |