| 1 | = The queryset-refactor branch = |
| 2 | |
| 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. |
| 12 | |
| 13 | == Status == |
| 14 | |
| 15 | Branch was created on 13 September, 2007. |
| 16 | |
| 17 | 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. |
| 18 | |