Changes between Initial Version and Version 5 of Ticket #3376


Ignore:
Timestamp:
Feb 14, 2007, 11:07:54 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

(Fixed formatting in description.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3376

    • Property Triage Stage UnreviewedDesign decision needed
  • Ticket #3376 – Description

    initial v5  
    11Is it possible to make newforms.Form.clean_data immutable?  I'm kind of surprised it isn't, but I don't know the meaning or purpose of all things.
    22
     3{{{
    34$ python manage.py shell
    45Python 2.4.4c1 (#2, Oct 11 2006, 21:51:02)
     
    2021>>> f.clean_data
    2122{'a': 2, 'b': u'field b'}
    22 >>>
     23}}}
Back to Top