Changes between Version 17 and Version 18 of QuerysetRefactorBranch


Ignore:
Timestamp:
Apr 27, 2008, 1:23:45 AM (16 years ago)
Author:
simon
Comment:

Removed "how to get the branch" section, as it has been merged in to trunk.

Legend:

Unmodified
Added
Removed
Modified
  • QuerysetRefactorBranch

    v17 v18  
    11= The queryset-refactor branch =
    22
    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.
     3This 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.
    124
    135== Status ==
    146
    15 The branch was created on 13 September, 2007.
    16 
    17 The branch was merged into trunk on 26 April, 2008 (in [7477]).
     7The branch was created on 13 September, 2007, and merged into trunk on 26 April, 2008 (in [7477]).
    188
    199== New features ==
Back to Top