~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/releases/1.0-alpha-1.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _releases-1.0-alpha-1:
2
 
 
3
1
================================
4
2
Django 1.0 alpha release notes
5
3
================================
34
32
    documentation for the admin application is available online in the
35
33
    official Django documentation:
36
34
 
37
 
        :ref:`admin reference <ref-contrib-admin>`
 
35
        :doc:`admin reference </ref/contrib/admin/index>`
38
36
 
39
37
Improved Unicode handling
40
38
    Django's internals have been refactored to use Unicode throughout;
45
43
    Unicode gracefully. Details are available in Django's
46
44
    Unicode-handling documentation:
47
45
 
48
 
         :ref:`unicode reference <ref-unicode>`
 
46
         :doc:`unicode reference </ref/unicode>`
49
47
 
50
48
An improved Django ORM
51
49
    Django's object-relational mapper -- the component which provides
156
154
Django's online documentation also includes pointers on how to
157
155
contribute to Django:
158
156
 
159
 
    :ref:`contributing to Django <internals-contributing>`
 
157
    :doc:`contributing to Django </internals/contributing>`
160
158
 
161
159
Contributions on any level -- developing code, writing
162
160
documentation or simply triaging tickets and helping to test proposed