Re: Proposal to format Django using black

2019-04-27 Thread Aymeric Augustin
I'm writing a DEP. -- Aymeric. > On 25 Apr 2019, at 13:30, Josh Smeaton wrote: > > To answer the question about decision making... > > Usually a decision is made if there’s reasonable consensus in the discussion > or after a vote. If no clear consensus can be reached with the core team,

Re: Deferring "Sign the CLA"

2019-04-27 Thread Carlton Gibson
I had something like DocuSign or similar in mind. (But it’s just a Maybe... at this point.) The goal being to smooth away the barriers that stop people contributing before they’ve even started, IMO replacing “Find a Printer” with “Get set up with GPG” isn’t a step forwards.  On Sat, 27 Apr

Re: Deferring "Sign the CLA"

2019-04-27 Thread Florian Apolloner
I think the question is if we need those at all. This is something the DSF should be able to answer. On Saturday, April 27, 2019 at 2:42:36 PM UTC+2, Carlton Gibson wrote: > > Hi all. > > The CLA makes two appearances in the docs: > > * New contributors: First Steps >

Re: Deferring "Sign the CLA"

2019-04-27 Thread Carlton Gibson
> On 27 Apr 2019, at 18:51, Florian Apolloner wrote: > > I think the question is if we need those at all. This is something the DSF > should be able to answer. Ah, you’ve preempted a later question.  Right now I just wanted to move it down the page. Maybe some online signing service would

Re: Deferring "Sign the CLA"

2019-04-27 Thread J. Pic
Maybe accept gpg signatures for the cla document in a repo users make pull request too from now on and it's done. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

Re: Deferring "Sign the CLA"

2019-04-27 Thread J. Pic
Hi Carlton, Just wondering what's your plan ? combining peopledoc/django-docusign to automate CLA signing process with a gitub bot or something ? Looking forward to learn moar about it, I'm sure Djangonauts holds a fair lot of dematirializators. Best -- You received this message because you

Deferring "Sign the CLA"

2019-04-27 Thread Carlton Gibson
Hi all. The CLA makes two appearances in the docs: * New contributors: First Steps * Twice in Submitting Patches

Re: Deferring "Sign the CLA"

2019-04-27 Thread Adam Johnson
Moving it til later in the docs sounds good. A GitHub bot and digital signing would be a nice next step, it's a bit of a project though. Unless we require it for all submissions, we'd need some kind of policy defining the "trivial" cutoff, e.g. 10 lines or more. On Sat, 27 Apr 2019 at 14:08, J.

Re: Proposal to format Django using black

2019-04-27 Thread Max Arnold
Once the DEP is ready, maybe it would make sense to discuss the above-mentioned concerns with Łukasz Langa? Black is quite opinionated, but Django is a well-known project in the Python ecosystem, and its weight could lead to some adjustments (or at least future stability guarantees) in black?

Re: django-cms migration issue on postgresql TypeError while migrating the models in postgresql

2019-04-27 Thread L33 MB
Can you use python3 with django 1.1 correctly? Marutesh Maru schrieb am Fr. 19. Apr. 2019 um 10:37: > `django-cms`: When i tried to perform `python manage.py migrate` in > postgresql, it is returning a `TypeError` but it is not giving any error in > `sqlite3`. > > This is my full traceback: > >