Custom Groups model and interoperability

2021-10-03 Thread Scot Hacker
I asked this question on django-users and got no response. Thought I might have better luck getting an "official" opinion on this here. You can call blocks in your templates anything you like, but if you intend to share your software with the world, you'd better use `{% block content %}` if

Re: Postgresql testing question

2021-10-03 Thread Mariusz Felisiak
Failures are caused by the default search configuration, see https://code.djangoproject.com/ticket/29084. -- 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

Re: Postgresql testing question

2021-10-03 Thread Carlton Gibson
Hey Sarah, no problem! If you can’t work out why you’re seeing a failure locally, perhaps post on the forum and I’ll see if I can help out (or Ken will be me to it ) Kind regards, Carlton On Sun, 3 Oct 2021 at 19:38, Sarah A wrote: > Thanks Carlton ! > > Yes, it's not related, it's tests

Re: Postgresql testing question

2021-10-03 Thread Sarah A
Thanks Carlton ! Yes, it's not related, it's tests about headline search (postgres_tests.test_search.SearchHeadlineTests) I'll try to open a PR to see, if it's only on my side and should be my configuration or I will open a ticket with all informations related. Le dimanche 3 octobre 2021 à

Re: Postgresql testing question

2021-10-03 Thread Carlton Gibson
Hi Sarah.  If the failures are unrelated, you can ignore them for the purposes of your ticket: if you open a PR the CI will run against all configurations, so an issue should show up there. Maybe it’s a local config issue, but if it doesn't look that way, you can open a ticket on Trac (with the

Postgresql testing question

2021-10-03 Thread Sarah A
Hi folks, I'm future new contributor (I hope so) and I'm facing a problem. I add tests for a ticket (#27694 ) which are PostgreSQL tests case. I've run all the tests in the postgres_tests file and I got failures but it's not linked to my

Re: I want to contribute to django to make a version of admin that work with ajax

2021-10-03 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing 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

I want to contribute to django to make a version of admin that work with ajax

2021-10-03 Thread wael muhammed
I want to make Django generic views and Django admin work with Ajax without refresh the bag at navigation between pages and add,update or delete data. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To