~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to docs/releases/1.4.2.txt

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2012-10-22 10:53:30 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20121022105330-el5jslfv9tkcrwkv
Tags: 1.4.2-1
* New upstream security and maintenance release. Closes: #691145
  Fixes: CVE-2012-4520
* Drop 01_use_stdlib_htmlparser_when_possible.diff which has been
  merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========================
 
2
Django 1.4.2 release notes
 
3
==========================
 
4
 
 
5
*TO BE RELEASED*
 
6
 
 
7
This is the second security release in the Django 1.4 series.
 
8
 
 
9
Backwards incompatible changes
 
10
==============================
 
11
 
 
12
* The newly introduced :class:`~django.db.models.GenericIPAddressField`
 
13
  constructor arguments have been adapted to match those of all other model
 
14
  fields. The first two keyword arguments are now verbose_name and name.