~ubuntu-branches/ubuntu/oneiric/python-django/oneiric-201108291626

« back to all changes in this revision

Viewing changes to docs/releases/1.1-rc-1.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.1.12 upstream) (29.1.1 maverick-security)
  • Revision ID: james.westby@ubuntu.com-20101012113435-yy57c8tx6g9anf3e
Tags: 1.2.3-1ubuntu0.1
* SECURITY UPDATE: XSS in CSRF protections. New upstream release
  - CVE-2010-3082
* debian/patches/01_disable_url_verify_regression_tests.diff:
  - updated to disable another test that fails without internet connection
  - patch based on work by Kai Kasurinen and Krzysztof Klimonda
* debian/control: don't Build-Depends on locales-all, which doesn't exist
  in maverick

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _releases-1.1-rc-1:
2
 
 
3
1
=============================
4
2
Django 1.1 RC 1 release notes
5
3
=============================
30
28
release candidate has instead been focused on bugfixing, particularly
31
29
on the new features introduced prior to the 1.1 beta.
32
30
 
33
 
For an overview of those features, consult :ref:`the Django 1.1 beta
34
 
release notes <releases-1.1-beta-1>`.
 
31
For an overview of those features, consult :doc:`the Django 1.1 beta
 
32
release notes </releases/1.1-beta-1>`.
35
33
 
36
34
 
37
35
URL namespaces
104
102
Django's online documentation also includes pointers on how to contribute to
105
103
Django: 
106
104
 
107
 
    * :ref:`How to contribute to Django <internals-contributing>`
 
105
    * :doc:`How to contribute to Django </internals/contributing>`
108
106
 
109
107
Contributions on any level -- developing code, writing documentation or simply
110
108
triaging tickets and helping to test proposed bugfixes -- are always welcome and