Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-26 Thread charettes
Thanks for the examples Sanskar. I think the mapping should be kept ProjetState instances and invalidated when state alterations are performed. In an ideal world I think that ProjectState should have methods mapping to all Operation subclasses state_forwards and these state_forwards methods sho

Re: GSoC Mentors

2020-03-26 Thread Tom Forbes
Happy to help any way I can (very time constrained in the near future, but that should ease off). I think sharing the burden as a group is a great idea. On Wednesday, 25 March 2020 08:43:49 UTC, Carlton Gibson wrote: > > Hi all. > > We're reaching the end of the application period for GSoC. >

Re: GSoC Proposal to extend the parallel test runner to Windows and macOS and to support Oracle parallel test running

2020-03-26 Thread Tom Forbes
Ahh, interesting! I think I can help mentoring, Iโ€™ll leave a reply in the official thread ๐Ÿ’ช > On 26 Mar 2020, at 11:40, Carlton Gibson wrote: > > Hi Tom. > > (I was wondering if you might fancy mentoring on this project? ๐Ÿ™‚) > > On Thursday, 26 March 2020 12:35:34 UTC+1, Tom Forbes wrote: > >

Re: GSoC Mentors

2020-03-26 Thread ramya kurapati
I want to take on a project and start contributing my part to django but I have no idea where to start. If anyone can help me, that would be great... thanks a lot. On Wednesday, March 25, 2020 at 2:13:49 PM UTC+5:30, Carlton Gibson wrote: > > Hi all. > > We're reaching the end of the application

Re: [GSoC 2020] Secrets Manager Proposal

2020-03-26 Thread Abhirav Dilip Kariya
Hello everyone, As the deadline for final proposals is coming up. I would like some feedback on my proposal. Here is the link to my proposal: GSoC Proposal Link to Prototype Gist

Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-26 Thread Sanskar Jaiswal
Hi Simon Taking advice into account, I have made some more changes to my proposal . Please check it out and criticize it wherever you think I could improve it as always. :) Also, could you kindly give some kind of idea as to when

Re: GSoC Mentors

2020-03-26 Thread Adam Johnson
Happy to help mentor in both realms! ๐Ÿค— On Thu, 26 Mar 2020 at 15:59, Carlton Gibson wrote: > Hi David. Thanks. > > That makes a few folks that have put their hands up so ๐Ÿ‘ > > On Thu, 26 Mar 2020 at 13:47, David Smith wrote: > >> Hi Carlton, >> >> I'm happy to help out with 1), if you think I w

Re: AUTH_USER_MODEL refers to model 'restro_app.CustomUser' that has not been installed

2020-03-26 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

AUTH_USER_MODEL refers to model 'restro_app.CustomUser' that has not been installed

2020-03-26 Thread Dhruv Agarwal
I suppose your problem is that you haven't configured your retro_app So,You first need to add "retro_app" in list of installed_apps in settings.py. Correct me if I understand the issue wrongly. -- You received this message because you are subscribed to the Google Groups "Django developers (Co

Re: Discuss ticket 20264: URLValidator should allow underscores in local hostname

2020-03-26 Thread James Bennett
I'm also in the "I don't think this should be allowed" camp. People who really need it can set up their own validator easily enough, and I worry about the security implications of supporting non-standard behavior in something as crucial as hostname validation -- Django's been bitten by that sort of

GSOC Proposal: 2FA

2020-03-26 Thread Rohit Jha
Hi, Here is my proposal for GSoCon 2FA https://docs.google.com/document/d/1f-9hOYHZ9rzLH7UEzdPmVi1n4jQJ92gDwYpqef1ZYMk/edit?usp=sharing Feedback and criticism is highly appreciated. Thanks & Regards -- You received this message because you are subscribed to the Google Groups "Django develope

AUTH_USER_MODEL refers to model 'restro_app.CustomUser' that has not been installed

2020-03-26 Thread Kushal Neupane
D:\Development\Backup\2\restroapp>python manage.py runserver Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Program Files (x86)\Python36-32\lib\site-packages\django\apps\registry.py", line 155, in get_app_config

Re: GSoC Mentors

2020-03-26 Thread Hasnat Jutt
Hi Gibson, I am available and willing to help in task 1 (General Project Management Help). On Thu, Mar 26, 2020 at 5:47 PM David Smith wrote: > Hi Carlton, > > I'm happy to help out with 1), if you think I would be helpful. > > I will not be of much help with 2) :-) > > David > > --

Re: GSoC Mentors

2020-03-26 Thread Carlton Gibson
Hi David. Thanks. That makes a few folks that have put their hands up so ๐Ÿ‘ On Thu, 26 Mar 2020 at 13:47, David Smith wrote: > Hi Carlton, > > I'm happy to help out with 1), if you think I would be helpful. > > I will not be of much help with 2) :-) > > David > > -- > You received this message b

[GSOC 2020] Proposal for supporting the parallel test runner on Windows, and Oracle

2020-03-26 Thread Abhijeet Viswa
Hey folks, I'd highly appreciate it if you guys could go through my GSoC prposal for adding supporting the parallel test runner on Windows, and Oracle. Django Forum Post: https://forum.djangoproject.com/t/gsoc-2020-my-proposal-for-a-parallel-test-runner/1518/3 GitHub Gist: https://gist.github.

GSoC Mentors

2020-03-26 Thread David Smith
Hi Carlton, I'm happy to help out with 1), if you think I would be helpful. I will not be of much help with 2) :-) David -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group a

Re: GSoC Proposal to extend the parallel test runner to Windows and macOS and to support Oracle parallel test running

2020-03-26 Thread Abhijeet Viswa
Hey, Since Python 3.8, the default method for the multiprocessing module is spawn for Mac OS. On Thu, 26 Mar 2020 at 17:05, Tom Forbes wrote: > > incompatible in macOS due to a recent update > > Can you elaborate on this a bit? How has a recent update made forking > incompatible on MacOS? > > T

Re: GSoC Proposal to extend the parallel test runner to Windows and macOS and to support Oracle parallel test running

2020-03-26 Thread Carlton Gibson
Hi Tom. (I was wondering if you might fancy mentoring on this project? ๐Ÿ™‚) On Thursday, 26 March 2020 12:35:34 UTC+1, Tom Forbes wrote: > > > incompatible in macOS due to a recent update > > Can you elaborate on this a bit? How has a recent update made forking > incompatible on MacOS? > macOS h

Re: GSoC Proposal to extend the parallel test runner to Windows and macOS and to support Oracle parallel test running

2020-03-26 Thread Tom Forbes
> incompatible in macOS due to a recent update Can you elaborate on this a bit? How has a recent update made forking incompatible on MacOS? Tom > On 23 Mar 2020, at 19:22, Ahmad A. Hussein wrote: > > Django's parallel test runner works through forking processes, making it > incompatible on W

Re: Discuss ticket 20264: URLValidator should allow underscores in local hostname

2020-03-26 Thread Carlton Gibson
> By all means add a lenient=False flag which can be turned to True to enable lenient parsing... I don't think we should even allow this. The extra API surface area complicates the matter for all users, almost all of whom are never going to set the new flag to anything but the default. (Of thos

Re: Discuss ticket 20264: URLValidator should allow underscores in local hostname

2020-03-26 Thread Florian Apolloner
Hi Adam, On Wednesday, March 25, 2020 at 7:27:58 PM UTC+1, Adam Johnson wrote: > > I think that would make Florian happy, although it *has* been seven years > since his closing comment on the ticket. > You should know me better :D No this would not make Florian happy and he is still against it.

Re: GSoC Proposal to extend the parallel test runner to Windows and macOS and to support Oracle parallel test running

2020-03-26 Thread Aymeric Augustin
Hello Ahmad, I believe there's interest for supporting parallel test runs on Oracle, if only to make Django's own test suite faster. I'm not very familiar with spawn vs. fork. As far as I understand, spawn starts a new process, so you'll have to redo some initialization in the child processes.

Re: Management command that fails when there are created migrations waiting to be applied to the database

2020-03-26 Thread Mariusz Felisiak
Ticket accepted. -- 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 django-developers+unsubscr...@googlegroups.com. To view t

Re: Management command that fails when there are created migrations waiting to be applied to the database

2020-03-26 Thread Mariusz Felisiak
Now I understand better your use case, you want to exit when you have unapplied migrations. Currently you can use `migrate --plan` that shows migrations to apply or "No planned migration operations." if such migrations don't exist. I agree we can add `migrate --check` option. Best, Mariusz --

Re: Management command that fails when there are created migrations waiting to be applied to the database

2020-03-26 Thread Gordon
Exactly! I need to know if we will *run* migrations. On Thursday, March 26, 2020 at 2:59:39 AM UTC-4, Fran Hrลพenjak wrote: > > If Iโ€™m understanding correctly, the difference between `makemigrations > --check` and your use case is that one checks if we need to *create* any > migrations while the