Changes between Initial Version and Version 1 of QuerysetRefactorBranch


Ignore:
Timestamp:
Sep 13, 2007, 2:09:06 PM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Created a small branch description page.

Legend:

Unmodified
Added
Removed
Modified
  • QuerysetRefactorBranch

    v1 v1  
     1= The queryset-refactor branch =
     2
     3This 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{{{
     8svn co http://code.djangoproject.com/svn/django/branches/queryset-refactor
     9}}}
     10
     11See our [http://www.djangoproject.com/documentation/contributing/#branch-policy branch policy] for full information on how to use a branch.
     12
     13== Status ==
     14
     15Branch was created on 13 September, 2007.
     16
     17At 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
Back to Top