--
Ticket URL: <https://code.djangoproject.com/ticket/21009>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
This has changed in the development version of Django (see [fb1dd6b13a]
and [1c4a9bd9ad1]) so that returning `cleaned_data` is no longer required,
however, it would be good to add a versionchanged note about that in this
section.
--
Ticket URL: <https://code.djangoproject.com/ticket/21009#comment:1>
* status: new => assigned
* keywords: => afraid-to-commit
* owner: nobody => EvilDMP
* easy: 0 => 1
Comment:
I would like to reserve this ticket for first-time committers who take
part in the [http://www.djangocon.us/schedule/presentation/7/ Don't be
afraid to commit tutorial] and the sprints at [http://djangocon.us/
DjangoCon US 2013] in September.
However, if you want to tackle this ticket before then, please
'''don't'''
hesitate. Feel free to re-assign it to yourself and do whatever you like
to it.
--
Ticket URL: <https://code.djangoproject.com/ticket/21009#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"ebfe42d018b1268969238a5b90bfb5fe46d0d44f"]:
{{{
#!CommitTicketReference repository=""
revision="ebfe42d018b1268969238a5b90bfb5fe46d0d44f"
Fixed #21009 -- Added a versionchanged note regarding changes to clean().
refs [fb1dd6b13a] and [1c4a9bd9ad1]
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21009#comment:3>