Re: Strategies for staying current with django development

2008-08-26 Thread V
What I started to think about is my life after 1.0. First of all, I will be much more relaxed, but then haven't heard anything about the way the community plans to support th 1.0 release with security fixes, etc. I presume that the 1.0 release will be tagged in SVN (just like to pre-1.0 releases

Re: Strategies for staying current with django development

2008-08-25 Thread Jay Parlar
Another good idea is to listen to the "This Week in Django" podcast (www.thisweekindjango.com). They cover all the major things that have happened to trunk in the last week, as well as things happening in the community, snippets they've run across, etc. It's put together really well, and fun to

Re: Strategies for staying current with django development

2008-08-25 Thread Gremmie
On Aug 25, 8:06 pm, Gremmie <[EMAIL PROTECTED]> wrote: > Karen, I am using a customized admin template, so perhaps my auth > problem is related to that. Indeed, my admin/index.html needed an update. The {% get_admin_app_list as app_list %} stuff is now obsolete. Thanks!

Re: Strategies for staying current with django development

2008-08-25 Thread Gremmie
Thanks for the replies so far. I'm glad to hear someone thinks a dump and reload of the auth tables isn't necessary. Can I also assume that the model to database mapping hasn't changed, and I don't need to drop my model tables and reload? I did make a careful note of what rev I had django pinned

Re: Strategies for staying current with django development

2008-08-25 Thread Karen Tracey
On Mon, Aug 25, 2008 at 5:01 PM, Steve Potter <[EMAIL PROTECTED]>wrote: > If you look in the django-users archive I think I remember a few other > people having the same auth problems you are describing, however I > don't remember the solution. > As I recall a lot of people reported this error,

Re: Strategies for staying current with django development

2008-08-25 Thread Steve Potter
Personally when the newforms-admin was merged I quit updateing django so I wouldn't have to make multiple changes to my code before the 1.0 release. Then I planned to move everything to 1.0 and stay with it until another major release (or until there was a new feature I couldn't live without

Strategies for staying current with django development

2008-08-25 Thread Gremmie
I checked out the latest django from SVN some 14 weeks ago and built a site with it. It rocks. :-). Yesterday, I decided to port my code to the latest to take advantage of the newforms-admin. I had to update my Photologue app also. A lot of stuff has changed! I am not quite there yet, but I can