Re: ticket #28384 question

2017-09-10 Thread Windson Yang
Any suggestions? Or I miss something here? 在 2017年9月7日星期四 UTC+8下午2:25:12,Windson Yang写道: > > This problem actually in > > option.py > > > if not prev_field or (prev_field.is_rel

Re: Having a MongoDB connector for Django

2017-09-10 Thread Nes Dis
Thank you all for your very insightful comments. I personally am a big user/contributor to the framework myself and would like to see it thrive and progress with respect to other competing frameworks. I am sure most are aware, of this argument about MongoDB increasing in popularity. Several mem

Re: Having a MongoDB connector for Django

2017-09-10 Thread Shai Berger
I would like to add to this discussion just the clarification that, when we say Django relies on transactions, we don't mean that it is impossible to write a database backend which doesn't implement them -- but that Django assumes transactional behavior to protect data integrity. It can work wit

Question on documentation (new contributor)

2017-09-10 Thread Israel Fermin Montilla
Hello guys! I'm a new guy who wants to help and contribute to Django. I'm taking care of this ticket https://code.djangoproject.com/ticket/28539, it has to do with documentation, the person who submitted it added a patch already. He added some documentation to the Remote User Authentication

What's the community position about AutoSlugField functionality in Django?

2017-09-10 Thread dspechnikov
Basically, subj. I use this functionality myself a lot and don't wanna having to implement it as 3rd-party app anymore. I found ticket #12651 , but it seems to be forgotten. I'd like to start working on it, but want to make sure it is still accepta

Re: #21381 PR review needed

2017-09-10 Thread dspechnikov
I've finished the whole thing. Waiting for the review to push it to RFC stage. Thanks to anyone who will have time to help with it. On Tuesday, September 5, 2017 at 9:33:29 PM UTC+3, dspec...@gmail.com wrote: > > I've completed code and tests and would like to have someone review it > before I'l

Re: Having a MongoDB connector for Django

2017-09-10 Thread Aymeric Augustin
Hello, This discussions seems to have started with a misunderstanding of what Django is. Here's a very incomplete list (in advance, apologies to everyone for everything that I'm inevitably going to omit) 1. The Django community 1.a. Django Girls 1.b. Conferences, events

Re: Having a MongoDB connector for Django

2017-09-10 Thread Adam Johnson
> > That's a bit ridiculous, because now I have to reinvent Django ORM, > contrib packages and everything under the sun. > Django can work with DBs that support or don't support transactions. I don't know where you get the impression that Django can work with transactionless DB's from. Many of

Re: More eyes on Check Constraints

2017-09-10 Thread Aymeric Augustin
Hello, I reviewed the PR today — better late than never... It's looking good and it would be a great addition to Django 2.0. The biggest outstanding problem is code duplication in django.db.models.sql.query. Advice from people who know a bit about this module would help a lot. Search for "It m