Is_ajax replacement??

2022-02-23 Thread Jet Ezra
Hello team? So how are we checking for ajax-based in django 4+ if is_ajax() was deprecated?? -- jet -- 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 email

New to the community want to ask few things.

2022-02-23 Thread Sarthak Kinge
1.So I did clone on my pycharm but in Git-hub repo its not visible . Why it is so, Is the repo private for django? 2. As I'm new to the community how can I understand such a large codebase . 3. Suggest me some beginner level issues so that I can try to contribute. -- You received this mess

Re: Adding Support for DB Views

2022-02-23 Thread Vasanth Mohan
I was thinking of support for just the DDL commands, with read-only data access. IMHO, There are actually two major caveats with trying to go for fully managed support for Views 1. Insert, update and delete varies between DBs and SQLite doesn't support it at all 2. Materialized Views For (1),