As this could break previously working projects with Django 1.5, it should
probably be made clear in the release notes and queryset documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/21095>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* severity: Normal => Release blocker
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => aaugustin
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/21095#comment:1>
Comment (by anonymous):
I've added some notes for the requirement of database time zone
definitions for day, month, and week_day lookups.
Pull request for master (will also need to be cherry-picked to
stable-1.6.x / stable-1.7.x branches):
https://github.com/django/django/pull/1620
--
Ticket URL: <https://code.djangoproject.com/ticket/21095#comment:2>
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/21095#comment:3>
* stage: Accepted => Ready for checkin
Comment:
Pull request looks good, I'll edit it a bit to provide the solution
immediately instead of redirecting the user to another page.
This creates a bit of duplications but it's only two lines and it doesn't
matter if it goes stale; the release notes only need to stay accurate
while the release is supported.
--
Ticket URL: <https://code.djangoproject.com/ticket/21095#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"9451d8d558e6dafa4e270c33608a291610ccf77d"]:
{{{
#!CommitTicketReference repository=""
revision="9451d8d558e6dafa4e270c33608a291610ccf77d"
Fixed #21095 -- Documented new requirement for dates lookups.
Day, month, and week_day lookups now require time zone definitions in the
database.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21095#comment:5>
Comment (by Aymeric Augustin <aymeric.augustin@…>):
In [changeset:"a929adfd3b89056d83c34f729bedde78afec44db"]:
{{{
#!CommitTicketReference repository=""
revision="a929adfd3b89056d83c34f729bedde78afec44db"
[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.
Day, month, and week_day lookups now require time zone definitions in the
database.
Backport of 9451d8d from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21095#comment:6>