Welcome Mariusz Felisiak to his first day as a Django Fellow

2019-03-18 Thread Brian Moloney
On behalf of the Django Software Foundation, the DSF Fellowship Committee would like to give a shout out and a warm welcome to Mariusz on his first day as a Django Fellow. We are excited to have you in the Fellowship program, Maruisz Thank you for your efforts to date and efforts to come!

GSoC Proposal

2019-03-18 Thread Marcio Bernardes
Hi! My name is Márcio, I am 22 years old from Brazil. I know this is the first time I am posting here, but I hope it's the first of many. So attached with this message there is a proposal for the GSoC. This is based on the suggestions one, any thoughts? Oh yeah, I am a software developer, I

Re: GSoC Proposal

2019-03-18 Thread vineeth sagar
You need to be a student at a uni to be eligible for Gsoc. Hope you know that as you say you're a Software developer. On Mon, 18 Mar, 2019, 21:20 Marcio Bernardes, wrote: > Hi! My name is Márcio, I am 22 years old from Brazil. I know this is the > first time I am posting here, but I hope it's

Re: GSoC Proposal

2019-03-18 Thread Marcio Bernardes
Yes I know, and I am a student... It's all in the file. Em segunda-feira, 18 de março de 2019 13:15:04 UTC-3, vineeth sagar escreveu: > > You need to be a student at a uni to be eligible for Gsoc. Hope you know > that as you say you're a Software developer. > > On Mon, 18 Mar, 2019, 21:20

Re: GSoC Proposal

2019-03-18 Thread Adam Johnson
Hey Marcio, A cross-DB JSONField is something I'd like to see too, nice proposal. I maintain the MySQL compatible field in Django-MySQL. You wrote in the proposal that SQLite doesn't support JSON, but it does with the json1 extension: https://www.sqlite.org/json1.html Also I don't think it's

Re: Welcome Mariusz Felisiak to his first day as a Django Fellow

2019-03-18 Thread Adam Johnson
Welcome Mariusz!  On Mon, 18 Mar 2019 at 15:38, Brian Moloney wrote: > On behalf of the Django Software Foundation, the DSF Fellowship Committee > would like to give a shout out and a warm welcome to Mariusz on his first > day as a Django Fellow. > > We are excited to have you in the

Re: Optimization for get_search_results() in admin

2019-03-18 Thread Adam Johnson
Hi, I've also seen this behaviour before at YPlan, we sometimes got the "mysql can't join more than 61 tables" error or had the database slow to a crawl. Some of the admin classes required custom get_search_results functions to fix this. I have only skimmed the old tickets and PR's but I think

Re: help regarding google summer of code

2019-03-18 Thread Confi Yobo
Sincerely, i really think django should have an integration for frontend frameworks just like laravel(which with just eject you have switched framework) or ruby. because the work around is really stressfull and sometimes hard to deploy. On Sat, Mar 9, 2019 at 2:48 PM Muhammad Faraz wrote: > >

Re: Welcome Mariusz Felisiak to his first day as a Django Fellow

2019-03-18 Thread Carlton Gibson
 Welcome aboard Mariusz! -- 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 receiving emails from it, send an email to

Re: GSoC Proposal

2019-03-18 Thread Tim Graham
Your proposal should be quite a bit more detailed. See https://gist.github.com/chrismedrela/82cbda8d2a78a280a129 for a past example. I'm not sure if it'll be feasible to write a successful application without having some experience contributing to Django -- I think most if not all past

Re: Django 2.1 default of samesite=Lax for Session and CSRF cookies cause issues on Safari 12

2019-03-18 Thread Mat Gadd
You're correct that is how they rewrite the URLs, but I did know that and expect that to be the case. > On 18 Mar 2019, at 17:35, René Fleschenberg wrote: > > Hi. > > On 3/18/19 12:26 PM, Mat Gadd wrote: >> Weirdly, it appears that Gmail isn't inserting click tracking for the >> plain

Re: GSoC Proposal

2019-03-18 Thread Marcio Bernardes
Hey Adam, nice to hear from you! I know this module, good work! About the SQLite pretty cool that they implemented this, I was not updated about it, this is better since they already have a certain way to do the job. About the documentation, this is probably the right approach, thanks for the

FetchFromCacheMiddleware.process_request() refactoring proposal

2019-03-18 Thread Alexey Tsivunin
https://github.com/django/django/blob/418263c457636d3301f2068c47f09a0f42e15c52/django/middleware/cache.py#L127 I have an idea how to improve readability of this method. I've already implemented it but before creating an issue and PR I decided to discuss it with community. Maybe all of this

Re: Django 2.1 default of samesite=Lax for Session and CSRF cookies cause issues on Safari 12

2019-03-18 Thread René Fleschenberg
Hi. On 3/18/19 12:26 PM, Mat Gadd wrote: > Weirdly, it appears that Gmail isn't inserting click tracking for the > plain password reset link, but when I use my own URL shortener, I can > also see the google.com  redirect in play. It may > just be dev tools behaving strangely,

Re: Django 2.1 default of samesite=Lax for Session and CSRF cookies cause issues on Safari 12

2019-03-18 Thread Flávio Junior
Hey Mat, thanks for the input. Good to know SESSION_COOKIE_SAMESITE = None and CSRF_COOKIE_SAMESITE = None solved the issue 29975. Do you want to post there this solution? I can do it to. I've updated safari-samesite-cookie-issue

Re: FetchFromCacheMiddleware.process_request() refactoring proposal

2019-03-18 Thread Adam Johnson
Well, it might not be the most valuable thing to work on, but if it helps you get comfortable with the code base and the changes are low to zero risk, it’s not so bad. I think there might be a smaller set of changes that reduces the risk. On Mon, 18 Mar 2019 at 23:08, Alexey Tsivunin wrote: >

Re: FetchFromCacheMiddleware.process_request() refactoring proposal

2019-03-18 Thread Adam Johnson
Hi I appreciate the enthusiasm! Making Django's code more readable is certainly a good goal, but refactoring must be done very carefully as we don't want to avoid subtle bugs, especially in a function that's directly used by users. This mailing list is generally not for low level code

Re: FetchFromCacheMiddleware.process_request() refactoring proposal

2019-03-18 Thread Alexey Tsivunin
Thanks for your feedback! I'll make a PR in the coming days. I just needed to know does anyone else think this code needs refactoring or I'm doing useless work. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)"

Re: GSoC 2019 proposal - Easy Ethereum Blockchain integration

2019-03-18 Thread Carlton Gibson
Hi Diego. Thanks for your interest. > So my idea falls out of scope? Did I make a mistake? I think there's a difference in kind between e.g. South and Django Debug Toolbar (or even things like Django Extenstions, or Braces or Model Utils) which support development with Django and your

Django 2.2 release candidate 1 released

2019-03-18 Thread Carlton Gibson
We've made the final (hopefully) release on the way to Django's next major release, Django 2.2! Check out the blog post: https://www.djangoproject.com/weblog/2019/mar/18/django-22-rc1/ -- You received this message because you are subscribed to the Google Groups "Django developers

Re: GSOC 19 PROPOSAL IDEA

2019-03-18 Thread Carlton Gibson
Hi Chinmay. Thanks for your interest. A 13 year old ticket would certainly be a nice-to-close.  Some quick thoughts: 1. We're close to the deadline here, so can you turn this into a final proposal? (Look at the example for a previous year:

Google "Season of Docs"

2019-03-18 Thread Carlton Gibson
Hi all, Parallel to GSoC, Google now have this "Season of Docs" programme: https://developers.google.com/season-of-docs/ The idea is experienced technical writers can get funding to work with open source projects on their docs. There are a lot of open Documentation issues

Re: Django 2.1 default of samesite=Lax for Session and CSRF cookies cause issues on Safari 12

2019-03-18 Thread Mat Gadd
As the author of 29975, I figured I'd weigh in here. I've set our site to use SESSION_COOKIE_SAMESITE = None and CSRF_COOKIE_SAMESITE = None and tested password reset links with and without click tracking (in additional to Gmail's tracking), and it certainly appears to fix the issue with

Re: De-assigning "Easy pickings" tickets

2019-03-18 Thread Mariusz Felisiak
Totally agree! Best, Mariusz W dniu piątek, 8 marca 2019 20:30:11 UTC+1 użytkownik Carlton Gibson napisał: > > Hi all. > > We don't have many Easy Pickings tickets, they're all assigned, and get > assigned quickly, but don't often get closed. > > Looking at the current batch... > > >

Re: De-assigning "Easy pickings" tickets

2019-03-18 Thread Adam Johnson
Non-fellow agreeing here too :) On Mon, 18 Mar 2019 at 12:08, Mariusz Felisiak wrote: > Totally agree! > > Best, > Mariusz > > W dniu piątek, 8 marca 2019 20:30:11 UTC+1 użytkownik Carlton Gibson > napisał: >> >> Hi all. >> >> We don't have many Easy Pickings tickets, they're all assigned, and

Re: De-assigning "Easy pickings" tickets

2019-03-18 Thread Carlton Gibson
Given no dissenting voices, I'll act on this. I'll deassign the stalest tickets and leave a comment for more recently updated ones. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from