Changes between Version 8 and Version 9 of OracleBranch
- Timestamp:
- Jun 25, 2007, 12:07:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleBranch
v8 v9 5 5 == How to get the branch == 6 6 7 {{{ 8 svn co http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint/ 9 }}} 7 '''Please note:''' this branch was merged into the main trunk with changeset [5519]. The notes on this wiki page are still relevant, but for Oracle database support in Django, use the [http://code.djangoproject.com/browser/django/trunk subversion trunk]. The boulder-oracle-sprint branch is now closed, and all bug fixes and improvements relating to Oracle will happen in the trunk. 10 8 11 See our [http://www.djangoproject.com/documentation/contributing/#branch-policy branch policy] for full information on how to use a branch. 9 10 {{{svn co http://code.djangoproject.com/svn/django/trunk/}}} 11 ~~{{{svn co http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint/}}}~~ 12 13 14 ~~~See our [http://www.djangoproject.com/documentation/contributing/#branch-policy branch policy] for full information on how to use a branch.~~~ 12 15 13 16 == Goals ==