Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
newforms-admin branch has been merged into trunk
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brian Rosner  
View profile  
 More options Jul 18 2008, 8:01 pm
From: Brian Rosner <bros...@gmail.com>
Date: Fri, 18 Jul 2008 18:01:52 -0600
Local: Fri, Jul 18 2008 8:01 pm
Subject: newforms-admin branch has been merged into trunk
I have just recently merged the newforms-admin branch into trunk as of  
r7967 [1]. This is an extremely backward incompatible change. The  
entire admin application in contrib has been refactored. The newforms  
module has a few new features, but those changes are backward  
compatible. The branch also converted django.contrib.auth to use  
newforms. I have documented these changes in the usual place [2].

I would like to thank Karen Tracey for her tremendous work triaging  
tickets, finding the root of problems and supplying patches where  
needed. Also, on behalf of the core developers involved with the  
branch we would like thank everyone who has tested the branch and  
reported bugs. Without your hard work and contribution we couldn't  
have made Django this much better without you! Thanks.

Bugs should no longer be marked with version 'newforms-admin' as the  
branch is now closed.

Onward to 1.0!

[1]: http://code.djangoproject.com/changeset/7967
[2]: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges

Brian Rosner
http://oebfare.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mtrier  
View profile  
 More options Jul 18 2008, 8:03 pm
From: mtrier <mtr...@gmail.com>
Date: Fri, 18 Jul 2008 17:03:54 -0700 (PDT)
Local: Fri, Jul 18 2008 8:03 pm
Subject: Re: newforms-admin branch has been merged into trunk
On Jul 18, 8:01 pm, Brian Rosner <bros...@gmail.com> wrote:

> I have just recently merged the newforms-admin branch into trunk as of  
> r7967 [1]. This is an extremely backward incompatible change. The  
> entire admin application in contrib has been refactored. The newforms  
> module has a few new features, but those changes are backward  
> compatible. The branch also converted django.contrib.auth to use  
> newforms. I have documented these changes in the usual place [2].

Thank you Brian, and thank you to all the numerous contributors.  Your
work is very much appreciated.

Michael Trier
blog.michaeltrier.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frank Singleton  
View profile  
 More options Jul 18 2008, 8:14 pm
From: Frank Singleton <javab...@tx.rr.com>
Date: Fri, 18 Jul 2008 19:14:32 -0500
Local: Fri, Jul 18 2008 8:14 pm
Subject: Re: newforms-admin branch has been merged into trunk

Brian Rosner wrote:
> I have just recently merged the newforms-admin branch into trunk as of  
> r7967 [1].

A BIG Thankyou to all involved !!

Cheers / Frank


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ariel Mauricio Nunez Gomez  
View profile  
 More options Jul 18 2008, 8:22 pm
From: "Ariel Mauricio Nunez Gomez" <ingenieroar...@gmail.com>
Date: Fri, 18 Jul 2008 19:22:15 -0500
Local: Fri, Jul 18 2008 8:22 pm
Subject: Re: newforms-admin branch has been merged into trunk

Thanks a lot!!

BTW: Bryan, you've gotta redo the commits visualization[1] for another big
explosion!!

[1] http://oebfare.com/blog/2008/jun/24/django-code_swarm/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris H.  
View profile  
 More options Jul 18 2008, 9:31 pm
From: "Chris H." <chris.hasenpf...@gmail.com>
Date: Fri, 18 Jul 2008 18:31:52 -0700 (PDT)
Local: Fri, Jul 18 2008 9:31 pm
Subject: Re: newforms-admin branch has been merged into trunk
For those who aren't ready to move towards newforms-admin, Jacob has
created a notable_moments/pre-newforms-admin tag.

A BIG thanks to Brian and all those who had a hand in getting us to
this day!

Thanks!!

-C


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robvdl  
View profile  
 More options Jul 18 2008, 10:11 pm
From: Robvdl <rob...@gmail.com>
Date: Fri, 18 Jul 2008 19:11:57 -0700 (PDT)
Local: Fri, Jul 18 2008 10:11 pm
Subject: Re: newforms-admin branch has been merged into trunk
Thanks very much for this

I have been running Newforms Admin for a while, so when the big
changeover was going to hit, I would be ready, not changing too much
existing code.

One thing I noticed now, running SVN 7968 vs my last checkout I did of
the old Newforms Admin branch (7871):

 - The Auth and Sites applications don't show in admin, like they
aren't registered with admin

However, these do show on the older Newforms Admin branch checkout.

Do we need to manually register these applications with admin now?? or
is this something that is still to be fixed?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karen Tracey  
View profile  
 More options Jul 18 2008, 10:36 pm
From: "Karen Tracey" <kmtra...@gmail.com>
Date: Fri, 18 Jul 2008 22:36:33 -0400
Local: Fri, Jul 18 2008 10:36 pm
Subject: Re: newforms-admin branch has been merged into trunk

Since 7871 (in 7872, in fact) an autodiscover function was added to admin.
You can see how it's recommended to be used if you search for autodiscover
here:

http://code.djangoproject.com/wiki/NewformsAdminBranch

I'm guessing you don't call it and that is why the admin bits for those apps
are not showing up.

(But actually when I neglect to call it and then try to access the admin I
get a Site Administration page saying I don't have permission to edit
anything, so I can't replicate your symptoms exactly via that
explanation...)

Karen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robvdl  
View profile  
 More options Jul 18 2008, 11:01 pm
From: Robvdl <rob...@gmail.com>
Date: Fri, 18 Jul 2008 20:01:49 -0700 (PDT)
Local: Fri, Jul 18 2008 11:01 pm
Subject: Re: newforms-admin branch has been merged into trunk
Thanks for that, had a quick read and it looks like I don't need to
import each admin.py from all my own apps that way anymore either in
the __init__.py of each app, as autodiscover now handles all that,
nice. It bought back the Auth and Sites app too.

On Jul 19, 2:36 pm, "Karen Tracey" <kmtra...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Abrahamsen  
View profile  
 More options Jul 18 2008, 11:05 pm
From: Eric Abrahamsen <gir...@gmail.com>
Date: Sat, 19 Jul 2008 11:05:10 +0800
Local: Fri, Jul 18 2008 11:05 pm
Subject: Re: newforms-admin branch has been merged into trunk
Beers all around!

On Jul 19, 2008, at 8:01 AM, Brian Rosner wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Rosner  
View profile  
 More options Jul 19 2008, 12:14 pm
From: Brian Rosner <bros...@gmail.com>
Date: Sat, 19 Jul 2008 10:14:18 -0600
Local: Sat, Jul 19 2008 12:14 pm
Subject: Re: newforms-admin branch has been merged into trunk

On Jul 18, 2008, at 6:22 PM, Ariel Mauricio Nunez Gomez wrote:

> BTW: Bryan, you've gotta redo the commits visualization[1] for  
> another big explosion!!

I plan on updating the visualization right after we release 1.0. :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »