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
We've updated the cheat sheet to correct two typos: - The "default_if_none" filter is now correctly spelt (thanks to Aaron C. de Bruyn for pointing it out). - The "ForeignKey" model field is now correctly named (thanks to Nikos Delibaltadakis for pointing it out). Grab it from

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
Shouldn't ForeignKeyField to be just ForeignKey? Am I missing something? 2008/9/10 Fraser Nevett <[EMAIL PROTECTED]> > > Just letting everyone know that we've released a new edition which > removes the PhoneNumberField and USStateField fields as discussed -- > thanks to all those who contacted

Re: ANN: Updated Django Cheat Sheet

2008-09-10 Thread Fraser Nevett
Just letting everyone know that we've released a new edition which removes the PhoneNumberField and USStateField fields as discussed -- thanks to all those 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

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 of useful Django

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 printer will thank

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 for

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 for