with Django 1.7 (THANK YOU EVERYONE INVOLVED IN IT, IT ROCKS!) it was
pretty easy for me to create GenericForeignKey implementation, that allows
filtering.
https://github.com/mpasternak/djorm-ext-filtered-contenttypes
It is currently PostgreSQL-only and requires Django 1.7c1
Perhaps with some guidance and mentoring from Django devs, this package
could become a part of Django - someday.
--
Ticket URL: <https://code.djangoproject.com/ticket/23046>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_docs: => 0
Comment:
As you said, perhaps someday. Generally it takes some time for things like
this to mature and become de facto standards for common patterns. I'm
going to close this ticket for now as it seems a bit premature.
If you are interested in contributing to Django development, you may find
the [https://docs.djangoproject.com/en/dev/internals/mailing-lists
/#django-core-mentorship django-core-mentorship] list of interest. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/23046#comment:1>