SectorLabs / django-postgres-extra

Bringing all of PostgreSQL's awesomeness to Django.
MIT License
695 stars 96 forks source link

Merge changes with `django` #219

Closed baseplate-admin closed 10 months ago

baseplate-admin commented 1 year ago

Hi, Thanks for creating this awesome repository.

But i have a question : Is there any particular reason that this repository is being developed outside of django core?

Can you guys join and merge efforts?

Thanks :D

Photonios commented 10 months ago

It is developed outside Django core because we have different goals than the Django project. This project intends to make Postgres-specific feature usable with the Django ORM. Django's goal is to provide an all-round ORM that works well with a variety of databases.

Of course, some of the ideas from this project might find their way into Django core, but that isn't the primary goal.