I started a [https://groups.google.com/forum/#!topic/django-
developers/6KGoVYeM3-Y thread on Django developers]
--
Ticket URL: <https://code.djangoproject.com/ticket/23865>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23865#comment:1>
Comment (by carljm):
Pull request is at https://github.com/django/django/pull/3573
--
Ticket URL: <https://code.djangoproject.com/ticket/23865#comment:2>
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Ready for checkin
Comment:
PR seems merge-ready to me. There's been some discussion on the ML thread;
I'll wait a bit for merge to see if Loic or Anssi or anyone else wants to
weigh in on the PR.
--
Ticket URL: <https://code.djangoproject.com/ticket/23865#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"5b26a014a81ba0d404d46e11d2b45c01d92b97e5"]:
{{{
#!CommitTicketReference repository=""
revision="5b26a014a81ba0d404d46e11d2b45c01d92b97e5"
Fixed #23865 -- documented how to assign errors to a field in
Model.clean()
Also added a unit test wit the simpler syntax which we have documented,
where the dictionary values are strings.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23865#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f91c6ecc223dbed05f6640af515e8b56895170ac"]:
{{{
#!CommitTicketReference repository=""
revision="f91c6ecc223dbed05f6640af515e8b56895170ac"
[1.7.x] Fixed #23865 -- documented how to assign errors to a field in
Model.clean()
Also added a unit test wit the simpler syntax which we have documented,
where the dictionary values are strings.
Backport of 5b26a014a81ba0d404d46e11d2b45c01d92b97e5 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23865#comment:5>