Changes between Version 2 and Version 3 of DvcsMirrors


Ignore:
Timestamp:
Jul 17, 2020, 9:53:56 AM (4 years ago)
Author:
Nick Pope
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DvcsMirrors

    v2 v3  
    11= DVCS mirrors =
    22
    3 If you have a branch of Django maintained with a DVCS tool, please add it below.
     3The source for Django is officially hosted on GitHub: https://github.com/django/django
    44
    5 == Bazaar ==
    6 
    7 [https://launchpad.net/ Launchpad] mirrors Django's trunk: https://launchpad.net/django
    8 
    9 You can fetch it with:
    10 {{{
    11 bzr branch lp:django
    12 }}}
    13 
    14 
    15 == Mercurial (hg) ==
    16 
    17  * '''Official mirror''': It's hosted on [http://bitbucket.org Bitbucket], it is updated every five minutes: http://bitbucket.org/django/django ('''warning''' This one is currently broken and is not updated anymore since the move to git)
    18 * '''Unofficial mirror''': It's not an official one, but it is maintained, and follows the git repository. http://bitbucket.org/orzel/django
    19 * See MercurialBranches for how to use hg with Django
    20 
    21 Other repositories
    22 
    23  * [http://geodjango.org/hg/ GeoDjango Mercurial]: includes `gis-newforms` (a merge of the `gis` and `newforms-admin` branches), example code, and other geospatial goodies.
    24  * [http://gthc.org/repositories/django django_r13404]: A stable Django 1.3.x branch maintained by [http://www.gthc.org gthc.org] with custom/experimental patchsets.
     5''**Note:** There used to be a number of official and unofficial mirrors using Bazaar and Mercurial, but none of them are maintained any longer.''
Back to Top