Re: extension for arangodb

2020-01-29 Thread Carlton Gibson
Hi. The database docs list some available third-party backends. https://docs.djangoproject.com/en/3.0/ref/databases/ I seem to recall a post or two about CockroachDB just announcing one too... If you look at those (and the built in backends) you should see what you need do. I don’t think

Re: extension for arangodb

2020-01-29 Thread Adam Johnson
It would be normal to write this as a third party package first, and only when it shows wide community interest would it be considered for inclusion in the django project itself, via a DEP: https://github.com/django/deps On Wed, 29 Jan 2020 at 18:35, hh am wrote: > i dont want to write a

Re: extension for arangodb

2020-01-29 Thread hh am
i dont want to write a project i want to write a extension for django project itself to add arangodb support -- 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

Re: More standard template filters

2020-01-29 Thread Collin Anderson
I think it would be helpful to have builtin startswith, endswith and contains filters. On Thursday, January 23, 2020 at 4:40:32 PM UTC-5, keshav kumar wrote: > > There are already filters which works on advance logic. for example :- > 'join'. So, is it not good to add filter for startswith,

Re: extension for arangodb

2020-01-29 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

extension for arangodb

2020-01-29 Thread hh am
hello i want to write an extension for add arangodb as database how should i do this ? -- 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,

Re: Fellow Reports -- January 2020

2020-01-29 Thread Carlton Gibson
Hi all Calendar Week 3 -- ending 19 January. Triaged: https://code.djangoproject.com/ticket/28217 -- nested calls to functions decorated with sensitive_post_parameters produces unexpected results which parameters are considered sensitive (wontfix)