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

« back to all changes in this revision

Viewing changes to docs/ref/contrib/comments/upgrade.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (4.4.9 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-5rk3p18nyanuhj6g
* 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
 
.. _ref-contrib-comments-upgrade:
2
 
 
3
1
===============================================
4
2
Upgrading from Django's previous comment system
5
3
===============================================
11
9
 
12
10
    * This new system is documented.
13
11
    
14
 
    * It uses modern Django features like :ref:`forms <topics-forms-index>` and
15
 
      :ref:`modelforms <topics-forms-modelforms>`.
 
12
    * It uses modern Django features like :doc:`forms </topics/forms/index>` and
 
13
      :doc:`modelforms </topics/forms/modelforms>`.
16
14
 
17
15
    * It has a single ``Comment`` model instead of separate ``FreeComment`` and
18
16
      ``Comment`` models.
42
40
table names. Before you transfer your existing data into the new comments
43
41
system, make sure that you have installed the new comments system as
44
42
explained in the
45
 
:ref:`quick start guide <ref-contrib-comments-index>`.
 
43
:doc:`quick start guide </ref/contrib/comments/index>`.
46
44
This will ensure that the new tables have been properly created.
47
45
 
48
46
To transfer your data into the new comments system, you'll need to directly