On 14 October 2010 18:19, Russell Keith-Magee <russ...@keith-magee.com> wrote: > > The following things are still needed: > > * An audit of create/update views. > * An audit of date views.
I was planning on hacking onto this on today/tomorrow. Also see below. > * Documentation, including > - changes to the tutorial > - topic documentation > - reference documentation > - a migration guide for function generic views to class-based generic views That's probably not something I can help with much :( - no really, I'm terrible at documenting things (and even worse in doing it in foreign language). > * Feedback from the community on the API that has been exposed. This is a kind of "what came first" dilema. As you already mentioned, most APIs don't get lots of testing and feedback until they are released. There is this crazy idea im my mind to mark CBVs API as "Beta" in 1.3 and put a big warning in the docs that it can change in backwards-incompatible was in 1.4. A precedence to this would be `databrowse`[1], but we could actually finish it this time ;). Anyway, here are my thoughts that troubled me this week[2]. > * Fixing Django's handling of PUT requests (this currently raises an > expected failure in the test suite) Any hints on this, anyone ? Is this as trivial as putting the `corce_post_put()` in the BaseHandler. > > Unfortunately, the 1.3 alpha deadline is Monday. Over the next couple > of days, I intend to finish my audit of edit and date views, and make > a start on at least reference documentation, but it's highly unlikely > I'm going to get all the items on this list done by Monday. > > So - I'd like to field opinions on committing class-based views in an > 'almost finished' state. +1. This feature is too important to drop it once again. [1]: http://docs.djangoproject.com/en/dev/ref/contrib/databrowse/ [2]: http://gist.github.com/627001 -- 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.