Hi Daniel,
On Wed, Apr 23, 2014 at 4:23 PM, Daniel Pyrathon wrote:
> Hi,
>
> My name is Daniel, and this summer I will be working on formalising Meta.
> This will allow developers to build custom implementations of Meta and
> deploy them into their Django project. In case you missed my proposal,
Please ask questions about using Django on django-users. The topic of this
list is the development of Django itself.
Thanks,
Karen
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To unsubscribe from this group and stop receiving emails fro
Hello!
I am starting implementation of newsletter functionality on my website. I'd
like to ask for reco on best practices. I think I will be using MailChimp
since it looks quite simple in implementation
few questions that are in my mind:
1. should I store newsletter information (emails, subsc
Hi,
My name is Daniel, and this summer I will be working on formalising Meta.
This will allow developers to build custom implementations of Meta and
deploy them into their Django project. In case you missed my proposal, you
can have a look at it
here:
https://docs.google.com/document/d/1yp2_sk
Hi Marti,
On Tuesday 22 April 2014 18:37:37 Marti Raudsepp wrote:
> On Thu, Mar 27, 2014 at 4:20 PM, Shai Berger wrote:
> > The relevant tests do a select-for-update to verify that the "for update"
> > clause is, indeed, added; and they happen to run in autocommit mode. They
> > fail because, und
I'm experiencing a regression with 1.6.3, documented
in https://code.djangoproject.com/ticket/22494. From the looks of it, the
problem applies to all versions including master.
On Tuesday, April 22, 2014 1:37:39 AM UTC+2, James Bennett wrote:
>
> Today we've issued releases to remedy three secur