Re: Upcoming changes to the Django admin

2007-03-15 Thread Nicolas E. Lara G.
Hello, I'm planning on submitting a google summer of code project related to the admin for rich media support that includes integrating filebrowser and tinyMCE, deleting multiple items at once, friendly large files support, etc. As the admin is being re-designed/written right now I was wondering

Re: Upcoming changes to the Django admin

2007-03-03 Thread Joseph Kocherhans
On 3/3/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > Jacob Kaplan-Moss wrote: > > Edit-inline is also going to be moved out into the admin declaration, > > Edit-inline was also useful outside of the admin, in manipulators. Are > there any plans to have newforms handling this or this will

Re: Upcoming changes to the Django admin

2007-03-03 Thread Ivan Sagalaev
Jacob Kaplan-Moss wrote: > Edit-inline is also going to be moved out into the admin declaration, Edit-inline was also useful outside of the admin, in manipulators. Are there any plans to have newforms handling this or this will become a purely admin functionality?

Re: Upcoming changes to the Django admin

2007-03-02 Thread Jacob Kaplan-Moss
On 3/1/07, Tom <[EMAIL PROTECTED]> wrote: > Hi it seemed to be a good change to give the admin its own space. Btw > what about the field specific items like > > edit_inline, max_num_in_admin, ... > > an so on. Have you made any decision where this should be set in > future or if this will be left

Re: Upcoming changes to the Django admin

2007-03-01 Thread Tom
Hi it seemed to be a good change to give the admin its own space. Btw what about the field specific items like edit_inline, max_num_in_admin, ... an so on. Have you made any decision where this should be set in future or if this will be left in the model? Tom

Re: Upcoming changes to the Django admin

2007-02-26 Thread Nate Straz
On Sun, Feb 25, 2007 at 12:51:56AM -0600, Jacob Kaplan-Moss wrote: > Finally, the URLconf. For the default case (a single admin):: > > ('^admin/', include(admin.site.urls())) > > And for multiple admins:: > > ('^admin/', include(admin.site.urls())) > ('^admin2/',

Re: Upcoming changes to the Django admin

2007-02-26 Thread simonbun
"Now, one of the coolest parts of the newforms admin work is that you can easily override methods of the admin class to change the behavior of the admin." This feature alone will solve so many of the past problems I've faced using the admin contrib. When this gets implemented it will truly feel