--
Ticket URL: <https://code.djangoproject.com/ticket/24341>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: mjtamlyn (added)
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Any opinion on this, Marc?
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:1>
Comment (by mjtamlyn):
I don't mind, seems like it's probably a good idea. There aren't any
technical challenges. The same code of the ValidationError should be kept
across all the fields.
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:2>
* cc: mjtamlyn (removed)
* keywords: i18n, postgres => i18n, postgres 1.8-beta
* type: New feature => Cleanup/optimization
* easy: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:3>
* owner: => foresmac
* status: new => assigned
Comment:
I'll take a crack at this.
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:4>
Comment (by foresmac):
Tim,
Should these just be "integers", "floats", or something more humane? E.g.
"Enter two valid whole numbers"?
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:5>
* has_patch: 0 => 1
Comment:
Pull request open here: https://github.com/django/django/pull/4169
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:6>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1d1d5d1c315e0e58f02a7f2a07b56ed20b09c087"]:
{{{
#!CommitTicketReference repository=""
revision="1d1d5d1c315e0e58f02a7f2a07b56ed20b09c087"
Fixed #24341 -- Added specific error messages to RangeField subclasses
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"3207fcd0a0b90e677b1bb5cf662dee21c659adab"]:
{{{
#!CommitTicketReference repository=""
revision="3207fcd0a0b90e677b1bb5cf662dee21c659adab"
[1.8.x] Fixed #24341 -- Added specific error messages to RangeField
subclasses
Backport of 1d1d5d1c315e0e58f02a7f2a07b56ed20b09c087 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24341#comment:9>