Re: Digging Up Django Class-based Views

2014-02-18 Thread alois . guillope
Ok thanks! On Friday, February 14, 2014 2:11:43 PM UTC+1, Leo wrote: > > Hi all, > > the third issue of the small series "Digging Up Django Class-based Views" > is out. > This latest post is about form views. > > You find the whole series here > > http://lgiordani.github.io/blog/categories/djang

Re: Digging Up Django Class-based Views

2014-02-18 Thread Tom Evans
On Tue, Feb 18, 2014 at 11:03 AM, wrote: > Seems great ! I am looking forward reading it. > > I have a question about class-based views (hope it's clear enough) : > I wanted to know when the views are instanciated and when there are garbage > collected In Django. The class is instantiated at the

Re: Digging Up Django Class-based Views

2014-02-18 Thread alois . guillope
Seems great ! I am looking forward reading it. I have a question about class-based views (hope it's clear enough) : I wanted to know when the views are instanciated and when there are garbage collected In Django. Thanks, Alois On Friday, February 14, 2014 2:11:43 PM UTC+1, Leo wrote: > > Hi

Re: Digging Up Django Class-based Views

2014-02-17 Thread Leonardo Giordani
You are welcome! I'm glad to know that it was useful. I hope to post soon some tips with real world examples. Cheers, Leo Leonardo Giordani Author of The Digital Cat My profile on About.me - My GitHub page

Re: Digging Up Django Class-based Views

2014-02-16 Thread Frankline
Hi Leo, I have struggled to understand CBVs before and avoided using them most of the time. I looked into your posts and it has been very useful. Written in clear simple English. Now I can't wait to use them in my current and next projects. :-) Thank you. Frank On Fri, Feb 14, 2014 at 4:11 PM

Re: Digging up Django class-based views - 1

2013-10-29 Thread pywebdesign
thank you so much! this is amazing and respond exactly to what I was trying to understand! On Monday, 28 October 2013 04:01:47 UTC-4, Leo wrote: > > Hi all, > > I want to share with you a post about class-based views. > Hope you find it useful. > > > http://lgiordani.github.io/blog/2013/10/28/dig

Re: Digging up Django class-based views - 1

2013-10-29 Thread Leonardo Giordani
Thank you! I am going to correct it asap. Leonardo Giordani Author of The Digital Cat My profile on About.me - My GitHub page- My Coderwall profile 2013/10/29 Tom Eva

Re: Digging up Django class-based views - 1

2013-10-29 Thread Tom Evans
On Mon, Oct 28, 2013 at 8:01 AM, Leonardo Giordani wrote: > Hi all, > > I want to share with you a post about class-based views. > Hope you find it useful. > > http://lgiordani.github.io/blog/2013/10/28/digging-up-django-class-based-views-1/ > Nice - clearly written. You have a couple of typos in

Re: Digging up Django class-based views - 1

2013-10-28 Thread Pepsodent Cola
Thanks Leo! I started out learning Django from the 1.5 tutorial which introduced CBVs but it made parts of the code inconsistent which further confused me as a newbie. Having to keep track of all the new MVC concepts at the same time was confusing for me. On Monday, October 28, 2013 9:01:4

Re: Digging up Django class-based views - 1

2013-10-28 Thread Timothy W. Cook
Very timely for me. Well written post for those of us just getting started with Django. Thanks, looking forward to the next installment. --Tim On Mon, Oct 28, 2013 at 6:01 AM, Leonardo Giordani < giordani.leona...@gmail.com> wrote: > Hi all, > > I want to share with you a post about class-ba

Re: Digging up Django class-based views - 1

2013-10-28 Thread Michal Sládek
Very nice, thank you! Looking forward to read the next part. Michal -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.