Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / charettes/django-polymodels issues and pull requests
#58 - 'PolymorphicManager' can only be used on `BasePolymorphicModel` subclasses.
Issue -
State: open - Opened by kmmbvnr 2 months ago
#57 - Django 4.x support
Pull Request -
State: closed - Opened by filipweidemann over 1 year ago
- 7 comments
#56 - Add Django 3.2 support.
Pull Request -
State: closed - Opened by charettes over 3 years ago
#55 - TypeError: unhashable type: 'SubclassAccessors' after upgrade to django 3.2b1
Issue -
State: closed - Opened by Mogost over 3 years ago
- 2 comments
#54 - Multiple Inheritance breaks when creating model instances out of Django admin widget
Issue -
State: closed - Opened by filipweidemann about 4 years ago
- 1 comment
#53 - Explicitly state usage of MTI
Issue -
State: closed - Opened by thatguysimon over 4 years ago
- 1 comment
#52 - Dropped support for unsupported Python and Django versions.
Pull Request -
State: closed - Opened by charettes over 4 years ago
- 1 comment
#51 - Django 3.0/3.1 compatibility. Close #50
Pull Request -
State: closed - Opened by kmmbvnr over 4 years ago
- 2 comments
#50 - Missed Django 3.0 in test matrix
Issue -
State: closed - Opened by Mogost over 4 years ago
- 3 comments
#49 - Incorrect migration behavior
Issue -
State: closed - Opened by Mogost over 4 years ago
- 1 comment
#48 - Model.delete(keep_parents) doesn't repoint content_type field.
Issue -
State: closed - Opened by charettes about 5 years ago
- 1 comment
#47 - Calling `.type_cast` sometimes raises `RelatedObjectDoesNotExist`
Issue -
State: closed - Opened by filipweidemann about 5 years ago
- 2 comments
#46 - Addressed a crash when only prefetching base class references.
Pull Request -
State: closed - Opened by charettes over 5 years ago
- 1 comment
#45 - Carry over prefetched objects during type casting.
Pull Request -
State: closed - Opened by charettes over 5 years ago
- 2 comments
#44 - select_subclasses().prefetch_related() doesn't work
Issue -
State: closed - Opened by charettes over 5 years ago
#43 - Fixed select_subclasses().prefetch_related() usage on mixed types.
Pull Request -
State: closed - Opened by charettes over 6 years ago
- 1 comment
#42 - select_subclasses() breaks prefetch_related('subclass__foo') when it returns mixed types
Issue -
State: closed - Opened by charettes over 6 years ago
#41 - Python3.6
Pull Request -
State: closed - Opened by charettes almost 8 years ago
- 4 comments
#40 - Used Queryset._iterable_class to type cast model on iteration.
Pull Request -
State: closed - Opened by charettes almost 8 years ago
- 2 comments
#39 - Ran CI tests against Django 1.11a1.
Pull Request -
State: closed - Opened by charettes almost 8 years ago
- 1 comment
#38 - Make sure the ContentType table exists before querying it in ContentTypeReference.__call__
Issue -
State: open - Opened by charettes almost 8 years ago
- 1 comment
#37 - Honored explicit content_type on model creation.
Pull Request -
State: closed - Opened by charettes almost 8 years ago
- 2 comments
#36 - Avoid developping the package when running linting tasks.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#35 - django error specifies a many-to-many relation through model 'login.Freelancer_groups', which has not been installed.
Issue -
State: closed - Opened by ashu12166 over 8 years ago
- 1 comment
#34 - Allow usage of `subclass_accessors()` and friends (`select_subclass()`, ...) in data migrations
Issue -
State: open - Opened by charettes over 8 years ago
Labels: enhancement
#33 - Refs #29 -- Stopped deconstructing PolymorphicTypeField as ForeignKeys.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#32 - Refs #29 -- Used checks to validate PolymorphicTypeField usages.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#31 - Fixed #30 -- Simplified PolymorphicTypeField by using a callable limit_choices_to.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#30 - Simplify PolymorphicTypeField by using a callable `limit_choices_to`.
Issue -
State: closed - Opened by charettes over 8 years ago
Labels: enhancement
#29 - PolymorphicTypeField doesn't play well with migrations
Issue -
State: closed - Opened by charettes over 8 years ago
- 1 comment
Labels: bug
#28 - Fixed a subclass accessors issue with proxy inheritance.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#27 - Made the subclass accessor thread safe.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#26 - field with text type does not have pk
Issue -
State: closed - Opened by freeman1981 over 8 years ago
- 1 comment
#25 - Can't install from source without django already installed
Issue -
State: closed - Opened by gavinwahl over 8 years ago
- 4 comments
#24 - select_subclasses() not available for multiple levels of abstractions
Issue -
State: closed - Opened by tehfink over 8 years ago
- 4 comments
#23 - Fixed #22 -- Skipped queryset type casting when a non-model iterable is used.
Pull Request -
State: closed - Opened by charettes over 8 years ago
- 1 comment
#22 - select_subclasses doesn't interact well with .dates()
Issue -
State: closed - Opened by gavinwahl over 8 years ago
- 3 comments
#21 - When querying for subclasses, put a where clause on content_type_id?
Issue -
State: closed - Opened by gavinwahl over 8 years ago
- 5 comments
#20 - Fix caching bug after type_casting a child model
Pull Request -
State: closed - Opened by gavinwahl almost 9 years ago
- 9 comments
#19 - Fixed #16 -- Relied on ready() to cache subclass accessors.
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#18 - Fixed #15 -- Converted configuration assertions to model level checks.
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#17 - Avoided caching subclass accessors of models registered to non-installed apps.
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#16 - Rely on AppConfig.ready() instead of `class_prepared` to cache subclass accessors.
Issue -
State: closed - Opened by charettes almost 9 years ago
#15 - Convert configuration assertions to model level checks.
Issue -
State: closed - Opened by charettes almost 9 years ago
#14 - Tested against Python 3.5.
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#13 - Tested against Django 1.9
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#12 - Conformed to PEP 396.
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#11 - Dropped support for Django 1.7
Pull Request -
State: closed - Opened by charettes almost 9 years ago
#10 - Fix pip install.
Pull Request -
State: closed - Opened by allisson about 9 years ago
- 1 comment
#9 - m2m relation through a polymodel cannot use `string` definiton
Issue -
State: closed - Opened by chenull about 9 years ago
- 1 comment
#8 - Problem with Django 1.8 migrations
Issue -
State: closed - Opened by arthanson over 9 years ago
- 4 comments
Labels: bug
#7 - Renaming polymodel migrations in django 1.8
Issue -
State: closed - Opened by therocode over 9 years ago
- 4 comments
#6 - Dropped support for Django < 1.7
Pull Request -
State: closed - Opened by charettes over 9 years ago
- 1 comment
#5 - djangopackages comparison
Issue -
State: closed - Opened by guettli over 10 years ago
- 3 comments
#4 - Djangopackages comparison
Issue -
State: closed - Opened by guettli over 10 years ago
#2 - Abstract polymorphic type definition to allow non-contenttype scenarios
Issue -
State: open - Opened by charettes almost 11 years ago
- 1 comment
#1 - South migrations
Issue -
State: closed - Opened by fergalmoran almost 12 years ago
- 9 comments