Re: Digest for django-developers@googlegroups.com - 1 update in 1 topic

2023-08-28 Thread Asif Saif Uddin
I just want to share my 2 cents... Oracle is highly used in government and big Corporations in my country and banks and many critical places. So while the number of django user of oracle might be low, the prospect of introducing python and django to a legacy project is invaluable. I personally

Re: Proposal of standardize of reverse foreign key and m2m

2022-02-02 Thread Asif Saif Uddin
I get the following error while visiting the link Websites prove their identity via certificates, which are valid for a set time period. The certificate for code.djangoproject.com expired on 2/3/2022. Error code: SEC_ERROR_EXPIRED_CERTIFICATE On Thursday, February 3, 2022 at 2:17:33 AM

Re: Developing an SPA version of Django admin

2021-10-17 Thread Asif Saif Uddin
Hi guys, the django admin still need to dogfood many new django features. we can start with that. for reference you can check django-admin2. thanks, Asif On Sunday, October 17, 2021 at 2:36:16 AM UTC+6 Christian González wrote: > Hello, > > my 2 cents here. I've searched for years to find "the

Re: Working towards a simpler GCBV implementation?

2021-10-14 Thread Asif Saif Uddin
all good new things were disruptive in django no matter what. urls and paths existed but the newer approach were recommended for new projects. the current GCBV are not so simple. On Tuesday, January 3, 2017 at 7:20:24 PM UTC+6 Adam Johnson wrote: > I think this is probably too disruptive a

Re: Working towards a simpler GCBV implementation?

2021-10-14 Thread Asif Saif Uddin
IMHO, we can include vanilna views like simpler implementations for GCBV and may be ViewSets As well. extensively document the old iplementations to newer implementations, and not deprecating the current implementations that early. they way django regex_based url was converted to sipler path()

Re: Django ORM query syntax enhancement

2021-10-10 Thread Asif Saif Uddin
er contributions and advocacy > for django-model-values or similar. Its documentation could definitely be > improved, and blog posts could promote its advantages. > > On Wed, 6 Oct 2021 at 10:13, Asif Saif Uddin wrote: > >> Hey all, >> >> can we have some c

Re: Django ORM query syntax enhancement

2021-10-06 Thread Asif Saif Uddin
Hey all, can we have some consensus on this? Asif On Saturday, April 1, 2017 at 12:55:27 PM UTC+6 Alexey Zankevich wrote: > Hey all, > > Please check a draft DEP related to external query language support by > Django ORM https://github.com/django/deps/pull/40. > > Regards, > Alexey > > > On

The certificate for code.djangoproject.com expired on 7/4/2021.

2021-07-03 Thread Asif Saif Uddin
Websites prove their identity via certificates, which are valid for a set time period. The certificate for code.djangoproject.com expired on 7/4/2021. Error code: SEC_ERROR_EXPIRED_CERTIFICATE View Certificate https://code.djangoproject.com/wiki/SummerOfCode2021 Asif -- You received this

Re: Remove automatic date-naming of migrations (00XX_auto_YYYMMDD)

2020-04-22 Thread Asif Saif Uddin
I Like the idea of Claude. Asif On Wednesday, April 22, 2020 at 7:23:22 PM UTC+6, Claude Paroz wrote: > > Le mercredi 22 avril 2020 15:06:12 UTC+2, Adam Johnson a écrit : >> >> I'd like to propose using this new full coverage of operation naming to >> remove the "auto_MMDD" behaviour, and

Re: Psycopg3 Redesign

2020-04-01 Thread Asif Saif Uddin
g to direct async >> support alone. >> >> LP, >> Jure >> >> >> On 11/03/2020 09:28, Asif Saif Uddin wrote: >> >> Hi, >> >> As this library is used by django, I thought it would be good to share >> with django internals deveoper

Re: GSOC Proposal: 2FA

2020-03-28 Thread Asif Saif Uddin
can you elaborate more on the technical break down of the project steps? On Thursday, March 26, 2020 at 11:10:27 PM UTC+6, Rohit Jha wrote: > > Hi, > > Here is my proposal for GSoCon 2FA > > > https://docs.google.com/document/d/1f-9hOYHZ9rzLH7UEzdPmVi1n4jQJ92gDwYpqef1ZYMk/edit?usp=sharing > >

Re: GSOC Student

2020-03-28 Thread Asif Saif Uddin
you should check the idea page for gsoc 2020 first. then pick a component of django internals and find out relevant ticets to create a good proposal to solve the problem of any part of django. On Friday, March 27, 2020 at 4:02:23 PM UTC+6, Edidiong Etuk wrote: > > Hi, I'm Edidiong, I'd like to

Re: GSoC Mentors

2020-03-28 Thread Asif Saif Uddin
Hi, I believe I can help in project management and some technical help with my 3 failed attempt to get selected as gsoc student in django project. I can share my experience from my failures :) Hope that would be useful :) Kind regards, Asif On Wednesday, March 25, 2020 at 2:43:49 PM UTC+6,

Psycopg3 Redesign

2020-03-11 Thread Asif Saif Uddin
Hi, As this library is used by django, I thought it would be good to share with django internals deveopers? https://www.varrazzo.com/blog/2020/03/06/thinking-psycopg3/ Hope it is useful. ./auvipy -- You received this message because you are subscribed to the Google Groups "Django

Re: Google Patch Rewards program

2019-12-21 Thread Asif Saif Uddin
Really good plans Adam! On Saturday, December 21, 2019 at 11:51:11 PM UTC+6, Adam Johnson wrote: > > I just saw Google is expanding their Patch Rewards program for open source > security improvements: > https://security.googleblog.com/2019/12/announcing-updates-to-our-patch-rewards.html > >

Re: Sounding out for GSoC 2020.

2019-12-19 Thread Asif Saif Uddin
As a long term user of django, I would love to see the DB/ORM + HTTP related improvements more in django and the schema migration improvements as I use django mostly for ORM and API/CMS based projects. I like the proposals of Adams related to ORM and inclusion of django-cors-headers to core.

Re: Deprecate HttpRequest.is_ajax

2019-11-20 Thread Asif Saif Uddin
Not so sure though, but would like to know if https://github.com/python-hyper these libraries are of any use for django http? On Thursday, November 21, 2019 at 5:52:12 AM UTC+6, James Bennett wrote: > > On Wed, Nov 20, 2019 at 3:44 PM Curtis Maloney > wrote: > >> >> Yeah, I expected DRF had

Re: Deprecate HttpRequest.is_ajax

2019-11-17 Thread Asif Saif Uddin
any plan with https://github.com/django/deps/blob/master/draft/content-negotiation.rst one? On Sunday, November 17, 2019 at 2:00:26 PM UTC+6, Adam Johnson wrote: > > Right - Flask's error message also points to something I was mistaken > about. XMLHttpRequest does not set this header. jQuery

Re: Django Async DEP

2019-05-10 Thread Asif Saif Uddin
I have a separate question. Is it possible to get the django 3.0 asgi things into a different package to use with django 2.2? Thanks for the great work. On Friday, May 10, 2019 at 3:42:08 PM UTC+6, Patryk Zawadzki wrote: > > We've always considered that implicit queries on attribute access were

Re: Summer Internships

2019-05-07 Thread Asif Saif Uddin
This not the list you are looking for. This list is for development of django itself. django-users is the list you are looking for. ./auvipy On Tuesday, May 7, 2019 at 7:57:57 PM UTC+6, Akshit Jain wrote: > > Hi all! > I am Akshit Jain 2nd year cse undergraduate, I am an open source >

Re: GSoC Proposal (FormSet Improvement)

2019-05-07 Thread Asif Saif Uddin
e added technical description and addressed more issues related >> to the forrmsets. Suggest any changes if needed. >> >> >> >> On Saturday, April 6, 2019 at 10:38:42 PM UTC+5:30, Asif Saif Uddin wrote: >>> >>> I will try to come up with an initial step

Re: Proposal: Allow ManyToMany using a intermediary table to be defined as symmetrical

2019-04-26 Thread Asif Saif Uddin
After reading your reasoning and code it seems logical for me. Let's create a pr for more input. On Tuesday, April 23, 2019 at 6:13:35 PM UTC+6, Nadège Michel wrote: > > Hello, > > We use self.referencing ManyToMany relationships with intermediate tables > in our work project > and I was

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-21 Thread Asif Saif Uddin
Hi Sage, Would you mind opening a draft proposal at django/dep repo? If you can implement the POC cross db JSON field, I as a maintainer of django-activity-stream would like to try this with that package. Looking forward to try your POC. Thanks, Asif On Tuesday, April 16, 2019 at 5:36:04 PM

Re: Google "Season of Docs"

2019-04-11 Thread Asif Saif Uddin
Was looking into the docs issues and suddenly this come!! On Thursday, April 11, 2019 at 12:08:27 PM UTC+6, Carlton Gibson wrote: > > Hi William. > > A few people have shown interest so I will apply as an org for us. Then > candidates can apply. (I’m hopeful we could get multiple slots but it’s

Re: GSoC 2018

2019-04-09 Thread Asif Saif Uddin
yes, there wasn't anyone selected. On Wednesday, April 10, 2019 at 3:24:50 AM UTC+6, makina wrote: > > Hello, > > Django doesn't have any projects in 2018. > https://summerofcode.withgoogle.com/archive/2018/organizations/5080222944722944/ > Does it mean there were no quality applicants in 2018?

Re: Queries about the project idea Improving the Less Popular Backends

2019-04-09 Thread Asif Saif Uddin
rs in the community, but maybe after the deadline for > submitting the proposal since the deadline is just 2 hours later :) > > Regards, > Dingfan > > On Tuesday, 9 April 2019 09:57:52 UTC+8, Asif Saif Uddin wrote: >> >> yes, you can select some relevant issues which help to fi

Re: Queries about the project idea Improving the Less Popular Backends

2019-04-08 Thread Asif Saif Uddin
yes, you can select some relevant issues which help to fix a much bigger problem. so try to understand the bigger ideas coming out of some of the related issues. deadline is very close. it would be better to have the draft submitted here and fix at least one or two related issues to convince

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-07 Thread Asif Saif Uddin
finishes early. I'll also need to >> write docs about the new support for MariaDB. >> >> On a side note, setting up and destroying the database for the test took >> hours on my machine. Is that normal? I had to use >> verbosity=2 to find out that it was not freezing, just really

Re: GSoC Proposal (FormSet Improvement)

2019-04-06 Thread Asif Saif Uddin
, PARTH PATIL wrote: > > Sure that would be nice, as I even mentioned in my abstract I definitely > need help for that one. > > On Saturday, April 6, 2019 at 8:59:01 PM UTC+5:30, Asif Saif Uddin wrote: >> >> Regarding the declarative syntax, I might share some

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-06 Thread Asif Saif Uddin
Sage, regarding MariaDB, I have a little suggestion with you. If you could setup a latest version of mariadb locally and try to run Django test suits with that, you might have some ideas of remaining issues analyzing the test failures initially. On Thursday, April 4, 2019 at 11:30:48 AM UTC+6,

Re: GSoC Proposal (FormSet Improvement)

2019-04-06 Thread Asif Saif Uddin
Regarding the declarative syntax, I might share some insights later with you. On Tuesday, April 2, 2019 at 1:29:33 AM UTC+6, PARTH PATIL wrote: > > Here is a link to my GSoC proposal > Its a first draft so you are open to comment and suggest changes > > >

Re: GSoC Proposal (FormSet Improvement)

2019-04-03 Thread Asif Saif Uddin
I checked your contribution Parth, really good one! once you improve your proposal, try to focus more on form/formfield/formset/widget/admin/ related issues so that you have a better insight into what your proposal going to improve in those areas. And popular and useful extensions could be

Re: GSoC Proposal (FormSet Improvement)

2019-04-01 Thread Asif Saif Uddin
It would be great if you could find out 12 weeks of work with formset improvement. please try to include for improvements and add more technical aspects you are going to fix or include. On Tuesday, April 2, 2019 at 1:29:33 AM UTC+6, PARTH PATIL wrote: > > Here is a link to my GSoC proposal >

Re: De-assigning "Easy pickings" tickets

2019-04-01 Thread Asif Saif Uddin
Got 800 tickets with no one assigned!! https://code.djangoproject.com/query?status=!closed=nobody I think the GSOC candidates could choose lots of issues related to any specific area/areas or certain big problems by searching these issues? On Saturday, March 9, 2019 at 1:30:11 AM UTC+6,

Re: GSOC 2019 proposal - Dashboard

2019-03-03 Thread Asif Saif Uddin
How you plan to implement the features? new or on top of existing django admin extension? On Sunday, March 3, 2019 at 8:01:12 PM UTC+6, Mainak Dutta wrote: > > I have been thinking of implementing a uniform Dashboard which can be > implemented into the Django framework using just one line.

Re: Help needed on Django-Guardian.

2019-02-04 Thread Asif Saif Uddin
Hi Carlton, If needed I could be a collaborator of that. I get some monthly payment for my open source python works :) On Monday, February 4, 2019 at 3:01:38 AM UTC+6, Carlton Gibson wrote: > > Hi all. > > Adam Dobrawy who runs Django-Guardian, could do with some help maintaining > there. >

Re: Potential suspension of Channels development

2019-01-31 Thread Asif Saif Uddin
Hi Andrew!! I would love to help as a co-maintainer of the projects related to django-channels. my github: auvipy On Thursday, January 31, 2019 at 4:18:57 AM UTC+6, Andrew Godwin wrote: > > Just to update on this - nobody has individually come forward to help > full-time, though I have seen