Django

Code

Show
Ignore:
Timestamp:
08/05/08 12:15:33 (5 months ago)
Author:
jbronn
Message:

gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-8063,8065-8076,8078-8139,8141-8154,8156-8214 via svnmerge from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/gis

    • Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
  • django/branches/gis/docs/faq.txt

    r7642 r8215  
    225225--------------------------------- 
    226226 
    227 Short answer: When we're comfortable with Django's APIs, have added all 
    228 features that we feel are necessary to earn a "1.0" status, and are ready to 
    229 begin maintaining backwards compatibility. 
    230  
    231 The merging of Django's `Queryset Refactor branch`_ went a long way toward Django 
    232 1.0. Merging the `Newforms Admin branch` will be another important step. 
    233  
    234 Of course, you should note that `quite a few production sites`_ use Django in 
    235 its current status. Don't let the lack of a 1.0 turn you off. 
    236  
    237 .. _Queryset Refactor branch: http://code.djangoproject.com/wiki/QuerysetRefactorBranch 
    238 .. _Newforms Admin branch: http://code.djangoproject.com/wiki/NewformsAdminBranch 
    239 .. _quite a few production sites: http://code.djangoproject.com/wiki/DjangoPoweredSites 
     227See our `version one roadmap`_ for the detailed timeline. We're aiming for 
     228September 2, 2008. 
     229 
     230.. _version one roadmap: http://code.djangoproject.com/wiki/VersionOneRoadmap 
    240231 
    241232How can I download the Django documentation to read it offline? 
     
    435426 
    436427    #. All that will be stored in your database is a path to the file 
    437        (relative to ``MEDIA_ROOT``). You'll must likely want to use the 
     428       (relative to ``MEDIA_ROOT``). You'll most likely want to use the 
    438429       convenience ``get_<fieldname>_url`` function provided by Django. For 
    439430       example, if your ``ImageField`` is called ``mug_shot``, you can get the