Hot off the presses, it's the first Django 1.4 beta! Blog post with
more information is here:
https://www.djangoproject.com/weblog/2012/feb/15/14-beta-1/
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--
You received this message because you are subscribed to
I created a generic `accounts` app which has (among other things) it's
own `Profile` model with a username field and a OneToOneField pointing
at `User`. I added an authentication backend to my settings that
checks usernames from my model. Of course there are other supporting
components, forms, sign
On 15 February 2012 23:57, Donald Stufft wrote:
>
> 1.5 would work as well ;) Sorry I sometimes speak before I think things
> through,
> thoroughly. django.auth in general is something that i'm interested in and I
> want
> to try and improve to be more flexible, I just hadn't though of a general
>
I and some folks in my area (Boston/Cambridge, MA) are thinking of ways to
provide a solution to this problem that neither requires schema migration
nor breaks backwards compatibility. David, if you (or anyone on this
mailing list) is interested, email me and let's coordinate our efforts.
Alternat
On Wednesday, February 15, 2012 at 5:49 PM, James Bennett wrote:
> On Wed, Feb 15, 2012 at 4:37 PM, Donald Stufft (mailto:donald.stu...@gmail.com)> wrote:
> > I know this has been discussed before, but I wanted to bring it up again in
> > light of the oncoming Djnago 1.4 beta.
> >
>
>
> So, her
On Wed, Feb 15, 2012 at 4:37 PM, Donald Stufft wrote:
> I know this has been discussed before, but I wanted to bring it up again in
> light of the oncoming Djnago 1.4 beta.
So, here's the thing: you're asking for a fairly significant,
massively backwards-incompatible change which requires every D
I know this has been discussed before, but I wanted to bring it up again in
light of the oncoming Djnago 1.4 beta.
Can we increase the length of the username field in auth.User? It is a common
pattern for emails to be used instead of usernames for a site, and 30 characters
makes it difficult to f
Ok, so there's this feature I've made - commonly long-anticipated fieldsets
definition in Form declaration.
I beg some core developer to review and check it in ASAP, because every little
change in trunk forms requires me to resolve conflicts to keep patch up to date
and one of these days I'll ju
Testifying:
0) migrating the current admin theme to bootstrap is easy (3-4 hours
of template hacking)
1) the result is great (bye bye 90's theme)
2) it requires minor work in many admin template
3) doesn't force to use less at all
4) found two things that sucks during my journey which are
definiti