Django

Code

Changeset 8038

Show
Ignore:
Timestamp:
07/21/08 21:02:40 (5 months ago)
Author:
mtredinnick
Message:

Fixed a few formatting errors and typos, courtesy of the proofreaders in #django-dev.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/release_notes_1.0_alpha.txt

    r8036 r8038  
    3131    and redesigned with extensibility and customization in mind. Full 
    3232    documentation for the admin application is available online in the 
    33     official Django documentation:: 
     33    official Django documentation: 
    3434     
    3535         http://www.djangoproject.com/documentation/admin/ 
     
    3939    this drastically simplifies the task of dealing with 
    4040    non-Western-European content and data in Django. Additionally, 
    41     utility functions have been provided to eash interoperability with 
     41    utility functions have been provided to each interoperability with 
    4242    third-party libraries and systems which may or may not handle 
    4343    Unicode gracefully. Details are available in Django's 
    44     Unicode-handling documentation:: 
     44    Unicode-handling documentation: 
    4545     
    4646         http://www.djangoproject.com/documentation/unicode/ 
     
    5656    including backwards-incompatible modifications and mentions of new 
    5757    features opened up by this refactoring, is available on the Django 
    58     wiki:: 
     58    wiki: 
    5959     
    6060         http://code.djangoproject.com/wiki/QuerysetRefactorBranch 
     
    6767    marked as safe (requiring no escaping) or unsafe (requiring 
    6868    escaping). A full guide to this feature is in the documentation 
    69     for the Django template system:: 
     69    for the Django template system: 
    7070     
    7171        http://www.djangoproject.com/documentation/templates/#automatic-html-escaping 
    7272 
    7373There are many more new features, many bugfixes and many enhancements 
    74 to existing features from previous releases; the ``newforms` library, 
     74to existing features from previous releases; the ``newforms`` library, 
    7575for example, has undergone massive improvements including several 
    7676useful add-ons in ``django.contrib`` which complement and build on 
     
    8585Django 1.0 release, and a comprehensive list of backwards-incompatible 
    8686changes is also available on the Django wiki for those who want to 
    87 begin developing and testing their upgrade process:: 
     87begin developing and testing their upgrade process: 
    8888     
    8989    http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 
     
    124124Of course, like any estimated timeline this is subject to change as 
    125125requirements dictate; the latest information will always be available 
    126 on the Django project wiki:: 
     126on the Django project wiki: 
    127127 
    128128    http://code.djangoproject.com/wiki/VersionOneRoadmap 
     
    138138you encounter. The Django ticket tracker is the central place to 
    139139search for open issues and open new issues if no existing ticket 
    140 corresponds to a problem you're running into:: 
     140corresponds to a problem you're running into: 
    141141 
    142142    http://code.djangoproject.com/timeline 
     
    144144Additionally, discussion of Django development, including progress 
    145145toward the 1.0 release, takes place daily on the django-developers 
    146 mailing list:: 
     146mailing list: 
    147147 
    148148    http://groups.google.com/group/django-developers 
     
    151151you're interested in helping out with Django's development, feel free 
    152152to join the discussions there. Django's online documentation also 
    153 includes pointers on how to contribute to Django:: 
     153includes pointers on how to contribute to Django: 
    154154 
    155155    http://www.djangoproject.com/documentation/contributing/ 
     
    157157Contributions on any level -- from developing code to writing 
    158158documentation to simply triaging tickets and helping to test proposed 
    159 bugifxes -- are always welcome and always appreciated. 
     159bugfixes -- are always welcome and always appreciated.