Re: Feature Request: New PostgreSQL ArrayField

2022-08-11 Thread Adrian Torres
Hi Liamine, I think there's various solutions you could try before going the custom field route: * You could try just using the 2D version and use some sentinel value for the date (NULL?) to treat the case where you just want an array of N prices. * You could try using django-polymorphic [1]

Re: PivotTable or MDDataTable

2022-08-11 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

Re: Feature Request: New PostgreSQL ArrayField

2022-08-11 Thread Liamine Cheridi
Hello, thanks a lot for your answers. I am very embarrassed to say that I went a bit too fast in my testing of nested ArrayField, and it turns out that it actually fits my use case. def test_nested_array_accepts_1D_array(self): instance = NestedIntegerArrayModel(id=1, field=[1, 2, 3])

Fellow Reports - August 2022

2022-08-11 Thread Mariusz Felisiak
Week ending August 7, 2022 *Triaged:* https://code.djangoproject.com/ticket/33880 - Ambigous error message in FilePathFields. (invalid) https://code.djangoproject.com/ticket/33876 - "default.html" deprecation warning raised for ManagementForm's (accepted)

Re: Django Hosting Service

2022-08-11 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

Re: Removal of USE_L10N setting

2022-08-11 Thread Michael
Starting with version Django 5.0, with USE_L10N setting being removed, will there be any way to control how date times look in the Admin site? Removing this setting makes scientific/engineering applications lose a lot of control in the admin interface. Say I have a field created_utc and it

Re: Django Hosting Service

2022-08-11 Thread Akshay Patwardhan
Hi Kalidas, If you just want to explore how to deploy a Django application for free without having to do all the server configurations, database setup on your own, try Heroku. If you want to deploy a production grade application and need fine grain control over the entire infrastructure, there

UI/UX - FilteredSelectMultiple - Filtering the selected options

2022-08-11 Thread Gav O'Connor
I'm currently looking in to adding a filter to the right hand column of the `filter_horizontal`/`FilteredSelectMultiple` widget to allow users to filter down the list of selected options. The PR has been created, and is nearly there, but the question has been raised as to whether it's

Feature Request: get_default_backend() in django.template.Engine

2022-08-11 Thread Peter Thomassen
Hi, We're trying to create a template from string using DjangoTemplates.from_string() of the default template backend, which wraps the result of Engine.from_string() to construct an instance of the Template class defined in the backend definition file: django/template/backends/django.py#30

Django Hosting Service

2022-08-11 Thread Kali Raja
Hi all, Is there any specific Django hosting platform service available? Kindly help me to share which company provides the Django website application hosting service. Thanks, *Kalidas R* *Junior Developer* -- You received this message because you are subscribed to the Google

RE: Django Hosting Service

2022-08-11 Thread habte.teklit
Hi Kalidas R, Check DigitalOcean, if I understood your question correctly. Best, Teklit From: django-developers@googlegroups.com On Behalf Of Kali Raja Sent: August 11, 2022 1:10 To: Django developers (Contributions to Django itself) Subject: Django