On 5 October 2010 22:10, David Larlet <lar...@gmail.com> wrote:
>
>
> Jacob Kaplan-Moss a écrit :
>>
>> On Tue, Oct 5, 2010 at 8:03 AM, Russell Keith-Magee
>> <russ...@keith-magee.com>  wrote:
>>>
>>>  * Are there any outstanding tickets on generic views that will be
>>> closed by merging this branch, and do they ask for any features that
>>> aren't fixed by this branch?
>>
>> Almost certainly yes :)
>>
>> We could *really* use a volunteer who can wade through the open
>> tickets, look at all the GV-related tickets, and answer this question
>> concretely.
>>
>> Anyone? Bueller?
>
> #1282: archive_today generic view should accept a month_format parameter
> instead of hardcoding '%b'
> Done, through MonthView.month_format
>
> #2367: pagination for date based generic views
> Depends on http://github.com/bfirsh/django-class-based-views/pull/2
>
> #8378: Generic views cache-like behavior
> Last edited one year ago, not sure if it's still relevant
>
> #13753: Generic views don't redirect to an URL name, like
> django.shortcuts.redirect does
> Done, no more post_save_redirect argument but View.redirect_to()
>
> #13842: XViewMiddleware fails with class-based views
> Must be fixed before class-based views merge.
>
> I hope I didn't forget one, it's really hard to search with Trac...
>

(few more found in this query[1])

#9150: Generic views should accept arguements for form_class (related to #12392)

Mostly fixed by adding "initial" parameter in FormMixin. This could be
changes to get_initial(), so it can be based on request object.

#12669: Return different HttpResponse from direct_to_template

Use a TemplateView with get_response() overriden. The patch on the
ticket adds a response class as a parameter. Should we add a similar
to TemplateView ?

#13953: Generic CRUD views: support for callable in post_ACTION_redirect

There are no post_ACTION_redirect parameters anymore, can be done by
overriding redirect_to()

[1]: 
http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=Generic+views&order=priority

-- 
Łukasz Rekucki

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to