Feature request: make django.contrib a namespace package

2012-02-04 Thread bhuztez
When trying to fix ticket #14087, I got an idea on how to separate out all contrib apps. Make django.contrib a namespace package. Every django release just ship one more package which does not bundle any contrib apps. The other one just bundle latest stable versions of contrib apps. Thus contrib

Re: start using less (and bootstrap!)

2012-02-04 Thread Mateusz Marzantowicz
On Sat, Feb 4, 2012 at 11:23 AM, Ric wrote: > no no, my point is not to remove admin, you misunderstood me... > > what i'm talking about is the extend the current admin version, with a > theme framework. > > the theme framework got a default theme, that is the

Re: Feature Request: Client side validation classes for forms

2012-02-04 Thread Karthik Abinav
@Łukasz : Thanks a lot for the response. But as Henrique mentioned using the __init__()in the view class and then returning a JSON response would be server side right ? Or Am i missing something here ? I was thinking something on the lines of this. Add an attribute in

Re: start using less (and bootstrap!)

2012-02-04 Thread Ric
no no, my point is not to remove admin, you misunderstood me... what i'm talking about is the extend the current admin version, with a theme framework. the theme framework got a default theme, that is the current admin theme, but then developers can add their own theme. now making a theme for

Re: start using less (and bootstrap!)

2012-02-04 Thread Anssi Kääriäinen
On Feb 4, 11:26 am, "Adam \"Cezar\" Jenkins" wrote: > In this thread. There is a lot of mistaking of an app being installed with > Django vs. an app being in the same code repo as Django. Wouldn't this mean there are all the same dependencies for default install? What

Re: start using less (and bootstrap!)

2012-02-04 Thread Adam "Cezar" Jenkins
In this thread. There is a lot of mistaking of an app being installed with Django vs. an app being in the same code repo as Django. Don't worry people. I don't think anyone is seriously considering throwing away the admin. On Fri, Feb 3, 2012 at 6:55 PM, Joe & Anne Tennies