Re: ANN: Updated Django Cheat Sheet

2008-10-07 Thread Andrew Durdin
Issue 4 is out with a correction to the arguments for DecimalField in the Form Fields section. Thanks to Doug Van Horn for pointing out the error. Download it from http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/ Andrew --~--~-~--~~~---~--~~ You

Re: ANN: Updated Django Cheat Sheet

2008-09-22 Thread Andrew Durdin
. Grab it from http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/ Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

Re: ANN: Updated Django Cheat Sheet

2008-09-22 Thread Andrew Durdin
On Sep 21, 8:23 am, "Nikos Delibaltadakis" <[EMAIL PROTECTED]> wrote: > Shouldn't ForeignKeyField to be just ForeignKey? > Am I missing something? No, you're absolutely correct -- thanks for spotting the error! We'll get a corrected version out ASAP. Cheers, Andrew.

Re: ANN: Updated Django Cheat Sheet

2008-09-21 Thread Nikos Delibaltadakis
hose who contacted us about this. > > The other common request we received was to have a version that worked > better with black and white printers. To this end, there's now a > grayscale PDF also available for download from our site: > > http://www.mercurytide.co.uk/whitepa

Re: ANN: Updated Django Cheat Sheet

2008-09-10 Thread Fraser Nevett
. To this end, there's now a grayscale PDF also available for download from our site: http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/ Regards, Fraser On Sep 10, 11:30 am, Andrew Durdin <[EMAIL PROTECTED]> wrote: > On Sep 9, 11:32 am, Vinay Sajip <[EMAIL PROTE

Re: ANN: Updated Django Cheat Sheet

2008-09-10 Thread Andrew Durdin
On Sep 9, 11:32 am, Vinay Sajip <[EMAIL PROTECTED]> wrote: > > Nicecheatsheet. Hope it's not too late to offer a suggestion - it > would be useful to have the forloop special variables in thecheatsheet. Not > sure where you'll find room, though ;-) We had them there in an earlier draft, but

Re: ANN: Updated Django Cheat Sheet

2008-09-09 Thread dusans
Tnx, make a black/white version :) On Sep 4, 12:09 pm, Fraser Nevett <[EMAIL PROTECTED]> wrote: > With the release of Django 1.0, we're pleased to announce the release > of a completely updated version of our highly popular Django Cheat > Sheet which is crammed with a whole host o

Re: ANN: Updated Django Cheat Sheet

2008-09-09 Thread Vinay Sajip
On Sep 4, 6:46 pm, Fraser Nevett <[EMAIL PROTECTED]> wrote: > Thanks for all the feedback both on list and via email. > > Our plan is to wait a day or two to see if there are any further > corrections required and then to release an updated edition early next > week. At this time we'll also

Re: ANN: Updated Django Cheat Sheet

2008-09-04 Thread David Larlet
Le 4 sept. 08 à 12:20, Fraser Nevett a écrit : > > http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/ > > We welcome any ideas for improvements, corrections, or any other > feedback. Any chance to get a printable copy without colors, just a white background? My pri

Re: ANN: Updated Django Cheat Sheet

2008-09-04 Thread jonknee
> We welcome any ideas for improvements, corrections, or any other > feedback. Nice work, much appreciated. One thing did jump out at me though... In the Model fields section, USStateField and PhoneNumberField have been moved into localflavor:

ANN: Updated Django Cheat Sheet

2008-09-04 Thread Fraser Nevett
With the release of Django 1.0, we're pleased to announce the release of a completely updated version of our highly popular Django Cheat Sheet which is crammed with a whole host of useful Django information: http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/ We welcome any ideas

ANN: Updated Django Cheat Sheet

2008-09-04 Thread Fraser Nevett
With the release of Django 1.0, we're pleased to announce the release of a completely updated version of our highly popular Django Cheat Sheet which is crammed with a whole host of useful Django information: http://www.mercurytide.co.uk/whitepapers/django-cheat-sheet/ We welcome any ideas

Re: Django Cheat Sheet

2007-02-16 Thread Matt
On Feb 13, 10:24 am, "John Sutherland" <[EMAIL PROTECTED]> wrote: > <http://www.mercurytide.com/whitepapers/django-cheat-sheet/> Issue 2 has been published: * The list_per_page Admin class option is now marked as an integer, not as an list. * CommaSeparatedI

Re: Django Cheat Sheet

2007-02-14 Thread Aidas Bendoraitis
utherland <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > Firstly, sorry for the cross-post. > > > > My employer, Mercurytide [1], as some of you may have seen in the > > past, publishes white-papers on a monthly basis. This month it's > > a

Re: Django Cheat Sheet

2007-02-14 Thread Julian Romero
On 2/13/07, John Sutherland <[EMAIL PROTECTED]> wrote: > > > Hi all, > > Firstly, sorry for the cross-post. > > My employer, Mercurytide [1], as some of you may have seen in the > past, publishes white-papers on a monthly basis. This month it's > another Django

Re: Django Cheat Sheet

2007-02-13 Thread Honza Král
On 2/13/07, Matt <[EMAIL PROTECTED]> wrote: > > Cheers for all the feedback guys. Well, cheers to you in the first place... ;) Here's a reply to your questions so > far. > > As Malcolm Tredinnick pointed out in a private reply (and James Bennet > here), Django doesn't mind whether you pass it a

Re: Django Cheat Sheet

2007-02-13 Thread Matt
Cheers for all the feedback guys. Here's a reply to your questions so far. As Malcolm Tredinnick pointed out in a private reply (and James Bennet here), Django doesn't mind whether you pass it a tuple or a lists; one can be substituted for the other. I think I'll remove this distinction in the

Re: Django Cheat Sheet

2007-02-13 Thread Rob Hudson
> Not really. Anything you can do to a tuple (which is, basically, > iterate over it, slice it and access specific items out of it) you can > also do to a list. A tuple is just a little bit more efficient when > you know you're dealing with something that isn't/shouldn't be > mutable. Actually,

Re: Django Cheat Sheet

2007-02-13 Thread James Bennett
On 2/13/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > I agree with another poster, adding FK and M2M and their options would > be a nice addition if there is room. Might be worth doing up multiple sheets, kind of like YUI does with their components. > Is there any reasoning to when an admin class

Re: Django Cheat Sheet

2007-02-13 Thread Rob Hudson
Very cool. I agree with another poster, adding FK and M2M and their options would be a nice addition if there is room. Minor nit... It says for version 0.95 yet there is a single template filter with footnote "In development version only." It seems like you might as well remove that. This

Re: Django Cheat Sheet

2007-02-13 Thread Tim Chase
> a Django cheat sheet: > > <http://www.mercurytide.com/whitepapers/django-cheat-sheet/> > > We've spent a fair bit of time on it and would really appreciate the > following: > > 1. That you download it; try it out and enjoy it! Good stuff. Had to squish it

Re: Django Cheat Sheet

2007-02-13 Thread Picio
y employer, Mercurytide [1], as some of you may have seen in the > > past, publishes white-papers on a monthly basis. This month it's > > another Django themed one: a Django cheat sheet: > > Super John, very useful ! > > Thanks, > Benedict > > > > >

Re: Django Cheat Sheet

2007-02-13 Thread Benedict Verheyen
John Sutherland schreef: > Hi all, > > Firstly, sorry for the cross-post. > > My employer, Mercurytide [1], as some of you may have seen in the > past, publishes white-papers on a monthly basis. This month it's > another Django themed one: a Django cheat sheet: Su

Re: Django Cheat Sheet

2007-02-13 Thread Geert Vanderkelen
Hi John, On 13 Feb 2007, at 11:24, John Sutherland wrote: > > Hi all, > > Firstly, sorry for the cross-post. > > My employer, Mercurytide [1], as some of you may have seen in the > past, publishes white-papers on a monthly basis. This month it's > another Django themed o

Re: Django Cheat Sheet

2007-02-13 Thread Marc Fargas Esteve
on a monthly basis. This month it's > > another Django themed one: a Django cheat sheet: > > > > <http://www.mercurytide.com/whitepapers/django-cheat-sheet/> > > > > We've spent a fair bit of time on it and would really appreciate the > > following: >

Re: Django Cheat Sheet

2007-02-13 Thread Lars Stavholm
John Sutherland wrote: > Hi all, > > Firstly, sorry for the cross-post. > > My employer, Mercurytide [1], as some of you may have seen in the > past, publishes white-papers on a monthly basis. This month it's > another Django themed one: a Django cheat sheet: > >

Re: Django Cheat Sheet

2007-02-13 Thread Jacob Kaplan-Moss
On 2/13/07 4:24 AM, John Sutherland wrote: > My employer, Mercurytide [1], as some of you may have seen in the > past, publishes white-papers on a monthly basis. This month it's > another Django themed one: a Django cheat sheet: This is awesome, John -- many thanks for putting it

Re: Django Cheat Sheet

2007-02-13 Thread [EMAIL PROTECTED]
On Feb 13, 11:24 am, "John Sutherland" <[EMAIL PROTECTED]> wrote: > My employer, Mercurytide [1], as some of you may have seen in the > past, publishes white-papers on a monthly basis. This month it's > another Django themed one: a Django cheat sheet: Good j

Django Cheat Sheet

2007-02-13 Thread John Sutherland
Hi all, Firstly, sorry for the cross-post. My employer, Mercurytide [1], as some of you may have seen in the past, publishes white-papers on a monthly basis. This month it's another Django themed one: a Django cheat sheet: <http://www.mercurytide.com/whitepapers/django-cheat-sheet/>

Re: Django Cheat Sheet - Lost?

2006-09-23 Thread Don Arbow
On Sep 23, 2006, at 8:49 AM, Jon Atkinson wrote: > > Hi all, > > I've been looking for a copy of the Django cheat sheet (previous URL: > http://www.dobbes.com/media/pdfs/django_reference_sheet.pdf), but that > resource seems to have disappeared. Does anyone have a copy of thi

Re: Django Cheat Sheet - Lost?

2006-09-23 Thread Chris Long
Search on google gave: http://www.woodpecker.org.cn:9081/classes/050925-CPUG/django_reference_sheet.pdf#search=%22django%20reference%20sheet%22 http://code.djangoproject.com/wiki/DjangoCheatSheet Chris --~--~-~--~~~---~--~~ You received this message because you

Django Cheat Sheet - Lost?

2006-09-23 Thread Jon Atkinson
Hi all, I've been looking for a copy of the Django cheat sheet (previous URL: http://www.dobbes.com/media/pdfs/django_reference_sheet.pdf), but that resource seems to have disappeared. Does anyone have a copy of this? --Jon --~--~-~--~~~---~--~~ You received