Re: Pull django-registration into contrib?

2014-08-19 Thread Robert Grant
If you do want to update it then there's a version I'm using with Django 1.6 and Python 3.4 here: https://github.com/macropin/django-registration. Might be a good start. On Saturday, 2 August 2014 19:03:01 UTC+2, Aymeric Augustin wrote: > > On 2 août 2014, at 18:08, Tim Graham > > wrote: > > O

Re: pre_save signal on Inherited Model?

2014-08-19 Thread Elena Williams
Hi Leo, This is the django-developers mailing list for discussing the development of Django itself. For questions about using Django or Django-based applications, please instead post your question to the django-users mailing list: http://groups.google.com/d/forum/django-users All the best, E

pre_save signal on Inherited Model?

2014-08-19 Thread Leo Hillman
I just wanted to write a preliminary post about this before gathering a little more data. When extending a non-abstract model (Python inheritance) it seems to me that a pre_delete signal registered to the parent model is fired when an inherited model is deleted—which would be expected. A pre_sa

Re: [ANN] django-synth, a bridge to Synth's C++ template engines

2014-08-19 Thread Russell Keith-Magee
On Wed, Aug 20, 2014 at 3:00 AM, Alvaro J. Genial wrote: > > > On Wednesday, August 6, 2014 7:51:09 PM UTC-4, Russell Keith-Magee wrote: >> >> Hi Alvaro, >> >> Firstly - congratulations - sounds like an interesting package. However, >> you may find that django-users is a better forum to announce

Re: Proposal: Password Validity Layer

2014-08-19 Thread Chris Foresman
On Tuesday, August 19, 2014 4:53:39 PM UTC-5, Chris Foresman wrote: > > On Tuesday, August 19, 2014 4:49:10 PM UTC-5, Chris Foresman wrote: > >> >> >> On Monday, August 18, 2014 12:05:55 PM UTC-5, Florian Apolloner wrote: >>> >>> Validation errors are only caught inside form validation. Forms set

Re: Proposal: Password Validity Layer

2014-08-19 Thread Chris Foresman
On Tuesday, August 19, 2014 4:49:10 PM UTC-5, Chris Foresman wrote: > > > On Monday, August 18, 2014 12:05:55 PM UTC-5, Florian Apolloner wrote: >> >> Validation errors are only caught inside form validation. Forms set the >> password usually in save, not in clean, so I don't think that patch cov

Re: Proposal: Password Validity Layer

2014-08-19 Thread Chris Foresman
On Monday, August 18, 2014 12:05:55 PM UTC-5, Florian Apolloner wrote: > > Validation errors are only caught inside form validation. Forms set the > password usually in save, not in clean, so I don't think that patch covers > it (or at least the relevant forms have to call validate_password in

Re: [ANN] django-synth, a bridge to Synth's C++ template engines

2014-08-19 Thread Alvaro J. Genial
On Wednesday, August 6, 2014 7:51:09 PM UTC-4, Russell Keith-Magee wrote: > > Hi Alvaro, > > Firstly - congratulations - sounds like an interesting package. However, > you may find that django-users is a better forum to announce something like > that. Django-developers is the forum for discussi

Re: 1.7 release?

2014-08-19 Thread Ryan Hiebert
> On Aug 19, 2014, at 12:02 PM, Andrew Godwin wrote: > > At this point, we're still a few weeks away from a final release at best. > The release itself is pretty stable; the problem is that migrations are so > complicated and provide such a large new feature surface that people are > finding

Re: 1.7 release?

2014-08-19 Thread Andrew Godwin
Collin is correct. Basically, as soon as there's 2 or 3 days without a release blocker, we'll roll an RC3, and then hopefully there'll be no more blockers filed and we can do a final release. At this point, we're still a few weeks away from a final release at best. The release itself is pretty st

Re: 1.7 release?

2014-08-19 Thread Collin Anderson
I'm not a core developer, but here's the current situation as far as I can tell. There's been a steady stream of about releases blocker coming in almost once per day, most of them migrations related: https://code.djangoproject.com/query?version=!master&resolution=fixed&severity=Release+blocker&o

Avoid redirect chain when using LocaleMiddleware and APPEND_SLASH

2014-08-19 Thread Ludwig Hähne
Hi all, I want to propose a change to the LocaleMiddlware or CommonMiddleware and wanted to get some feedback first. Let's assume one uses both CommonMiddleware and LocaleMiddleware and APPEND_SLASH is set to True. i18n_patterns = ('', url(r'^about/$', 'about') ) If one requests http://exa

Re: Proposal new Django Admin css style

2014-08-19 Thread Areski Belaid
There is a full list of django-admin alternatives here: https://github.com/rosarior/awesome-django#admin-interface Personally, I have a very good experience with xadmin which have only one dependency (django-crispy-forms) On Monday, August 18, 2014 6:20:36 AM UTC+2, Daniel Greenfeld wrote: > >

Re: 1.7 release?

2014-08-19 Thread Florian Apolloner
On Tuesday, August 19, 2014 10:01:22 AM UTC+2, Stephen Burrows wrote: > > Is there anything that community members can do? > Oh, and reviewing unreviewed tickets, so we can make sure there are no new release blockers. Cheers, Florian -- You received this message because you are subscribed t

Re: 1.7 release?

2014-08-19 Thread Florian Apolloner
On Tuesday, August 19, 2014 10:01:22 AM UTC+2, Stephen Burrows wrote: > What's the status? Good so far, release will be there soon (tm). Is there anything that community members can do? > Yes, test it heavily -- especially migrations :) -- You received this message because you are subscrib

1.7 release?

2014-08-19 Thread Stephen Burrows
It's been a while since I've heard anything about the 1.7 release - but it looks like there aren't any release blockers left . And there weren't any the last time I checked either. What's th