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

« back to all changes in this revision

Viewing changes to docs/ref/forms/fields.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb, Chris Lamb, David Spreen, Sandro Tosi
  • Date: 2008-11-19 21:31:00 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081119213100-gp0lqhxl1qxa6dgl
Tags: 1.0.2-1
[ Chris Lamb ]
* New upstream bugfix release. Closes: #505783
* Add myself to Uploaders with ACK from Brett.

[ David Spreen ]
* Remove python-pysqlite2 from Recommends because Python 2.5 includes
  sqlite library used by Django. Closes: 497886

[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
    * Error message keys: ``required``
317
317
 
318
318
.. versionchanged:: 1.0
319
 
   The empty value for a ``CheckboxInput`` (and hence the standard ``BooleanField``)
320
 
   has changed to return ``False`` instead of ``None`` in the development version.
 
319
   The empty value for a ``CheckboxInput`` (and hence the standard
 
320
   ``BooleanField``) has changed to return ``False`` instead of ``None`` in
 
321
   the Django 1.0.
321
322
 
322
323
.. note::
323
324