Changeset 8038
- Timestamp:
- 07/21/08 21:02:40 (5 months ago)
- Files:
-
- django/trunk/docs/release_notes_1.0_alpha.txt (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/release_notes_1.0_alpha.txt
r8036 r8038 31 31 and redesigned with extensibility and customization in mind. Full 32 32 documentation for the admin application is available online in the 33 official Django documentation: :33 official Django documentation: 34 34 35 35 http://www.djangoproject.com/documentation/admin/ … … 39 39 this drastically simplifies the task of dealing with 40 40 non-Western-European content and data in Django. Additionally, 41 utility functions have been provided to ea sh interoperability with41 utility functions have been provided to each interoperability with 42 42 third-party libraries and systems which may or may not handle 43 43 Unicode gracefully. Details are available in Django's 44 Unicode-handling documentation: :44 Unicode-handling documentation: 45 45 46 46 http://www.djangoproject.com/documentation/unicode/ … … 56 56 including backwards-incompatible modifications and mentions of new 57 57 features opened up by this refactoring, is available on the Django 58 wiki: :58 wiki: 59 59 60 60 http://code.djangoproject.com/wiki/QuerysetRefactorBranch … … 67 67 marked as safe (requiring no escaping) or unsafe (requiring 68 68 escaping). A full guide to this feature is in the documentation 69 for the Django template system: :69 for the Django template system: 70 70 71 71 http://www.djangoproject.com/documentation/templates/#automatic-html-escaping 72 72 73 73 There are many more new features, many bugfixes and many enhancements 74 to existing features from previous releases; the ``newforms` library,74 to existing features from previous releases; the ``newforms`` library, 75 75 for example, has undergone massive improvements including several 76 76 useful add-ons in ``django.contrib`` which complement and build on … … 85 85 Django 1.0 release, and a comprehensive list of backwards-incompatible 86 86 changes is also available on the Django wiki for those who want to 87 begin developing and testing their upgrade process: :87 begin developing and testing their upgrade process: 88 88 89 89 http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges … … 124 124 Of course, like any estimated timeline this is subject to change as 125 125 requirements dictate; the latest information will always be available 126 on the Django project wiki: :126 on the Django project wiki: 127 127 128 128 http://code.djangoproject.com/wiki/VersionOneRoadmap … … 138 138 you encounter. The Django ticket tracker is the central place to 139 139 search for open issues and open new issues if no existing ticket 140 corresponds to a problem you're running into: :140 corresponds to a problem you're running into: 141 141 142 142 http://code.djangoproject.com/timeline … … 144 144 Additionally, discussion of Django development, including progress 145 145 toward the 1.0 release, takes place daily on the django-developers 146 mailing list: :146 mailing list: 147 147 148 148 http://groups.google.com/group/django-developers … … 151 151 you're interested in helping out with Django's development, feel free 152 152 to join the discussions there. Django's online documentation also 153 includes pointers on how to contribute to Django: :153 includes pointers on how to contribute to Django: 154 154 155 155 http://www.djangoproject.com/documentation/contributing/ … … 157 157 Contributions on any level -- from developing code to writing 158 158 documentation to simply triaging tickets and helping to test proposed 159 bug ifxes -- are always welcome and always appreciated.159 bugfixes -- are always welcome and always appreciated.
