Patch: https://github.com/django/django/pull/2801
--
Ticket URL: <https://code.djangoproject.com/ticket/22820>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/22820#comment:1>
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
Comment:
Can you add a test?
--
Ticket URL: <https://code.djangoproject.com/ticket/22820#comment:2>
Comment (by kwist):
See https://code.djangoproject.com/ticket/22840
--
Ticket URL: <https://code.djangoproject.com/ticket/22820#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"502142179996e32e1c7f334c3d986f21115cfac8"]:
{{{
#!CommitTicketReference repository=""
revision="502142179996e32e1c7f334c3d986f21115cfac8"
Fixed #22820 -- Treated int and long types alike in lazy_number
Thanks kwist for the report and the initial patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22820#comment:4>
Comment (by Claude Paroz <claude@…>):
In [changeset:"d839c756645b5091d55f67bbc4ff10718ff61a6b"]:
{{{
#!CommitTicketReference repository=""
revision="d839c756645b5091d55f67bbc4ff10718ff61a6b"
[1.7.x] Fixed #22820 -- Treated int and long types alike in lazy_number
Thanks kwist for the report and the initial patch.
Backport of 5021421799 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22820#comment:5>