Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / craigds/django-typed-models issues and pull requests
#78 - delete
Issue -
State: closed - Opened by ldiaz-klyio 8 months ago
#77 - Abstract intermediary class
Issue -
State: open - Opened by mcosti 10 months ago
- 2 comments
#76 - Add type annotations
Pull Request -
State: open - Opened by iacobfred about 1 year ago
- 1 comment
#75 - Type stubs?
Issue -
State: open - Opened by iacobfred about 1 year ago
- 2 comments
#74 - Support Django 5.0 and Python 3.12
Pull Request -
State: closed - Opened by adamchainz about 1 year ago
- 3 comments
#73 - Demonstrate bug where related_name is not working properly when using…
Pull Request -
State: open - Opened by mcosti over 1 year ago
- 3 comments
#72 - Related name on subclasses is not used
Issue -
State: closed - Opened by mcosti over 1 year ago
- 1 comment
#71 - Test on Django 4.2
Pull Request -
State: closed - Opened by adamchainz over 1 year ago
- 1 comment
#70 - Fix running tests
Pull Request -
State: closed - Opened by mad-anne almost 2 years ago
#69 - Support for inlines in Django Admin?
Issue -
State: open - Opened by danmanix almost 2 years ago
- 1 comment
#68 - Sort choices alphabetically
Pull Request -
State: closed - Opened by mad-anne almost 2 years ago
- 1 comment
#67 - Migrations are generated without changing available types
Issue -
State: closed - Opened by mad-anne almost 2 years ago
#66 - fix issue #65
Pull Request -
State: closed - Opened by souliane almost 2 years ago
- 3 comments
#65 - recast doesn't work when passing a class and not a string
Issue -
State: open - Opened by souliane almost 2 years ago
#64 - Duplicate exactly identical `ForeignKey`, `ManyToMany`, `OneToOne` fields on child classes raise `AppRegistryNotReady` error
Issue -
State: open - Opened by derthadams almost 2 years ago
- 1 comment
#63 - Django 4.1 support
Pull Request -
State: closed - Opened by mcosti over 2 years ago
- 3 comments
#62 - Allow abstract subclasses of TypedModel
Pull Request -
State: closed - Opened by craigds about 3 years ago
- 4 comments
#61 - Make it possible to extend TypedModel
Issue -
State: closed - Opened by iacobfred about 3 years ago
- 3 comments
#60 - Changed type of the 'type' field to foreign key to ContentType
Pull Request -
State: closed - Opened by IO5 about 3 years ago
- 4 comments
#59 - Refresh: Support django 3.1+
Pull Request -
State: closed - Opened by craigds over 3 years ago
#58 - Using `Meta.indexes` in a superclass breaks proxy models
Issue -
State: open - Opened by craigds over 3 years ago
- 1 comment
#57 - [Feature] Added the meta class key "type_name"
Pull Request -
State: closed - Opened by derteufelqwe almost 4 years ago
- 1 comment
#56 - Allow for custom field name rather than `type`
Issue -
State: open - Opened by calebsmac about 4 years ago
- 2 comments
#55 - Django 3 support and package maintenance?
Issue -
State: closed - Opened by barclaey over 4 years ago
- 3 comments
#54 - Creation of instance in migration does not fill type field
Issue -
State: open - Opened by pax0r almost 5 years ago
#53 - django admin integration
Pull Request -
State: closed - Opened by olivierdalang about 5 years ago
- 2 comments
#52 - Allow siblings to define the same field, if identical.
Pull Request -
State: closed - Opened by rkjackson over 5 years ago
#51 - Monkey patching Python and XML serializers
Issue -
State: closed - Opened by irtimir over 5 years ago
- 1 comment
#50 - Fix error message
Pull Request -
State: closed - Opened by dandavison over 5 years ago
- 3 comments
#49 - admin integration
Issue -
State: closed - Opened by olivierdalang over 5 years ago
- 1 comment
#48 - Allow exact field duplicates, and error if there's a name conflict.
Pull Request -
State: closed - Opened by thejcannon almost 6 years ago
- 2 comments
#47 - TypedModel instance missing `get_type_display` method
Issue -
State: open - Opened by thejcannon almost 6 years ago
- 6 comments
#46 - Handle explicit recast from base class.
Pull Request -
State: closed - Opened by craigds almost 6 years ago
- 2 comments
#45 - Recasting from base isn't pretty
Issue -
State: closed - Opened by thejcannon almost 6 years ago
- 1 comment
#44 - using db_column to distinguish field with same names in child models
Issue -
State: open - Opened by beda42 over 6 years ago
- 1 comment
#43 - Updates README.rst with svg badges
Pull Request -
State: closed - Opened by sobolevn almost 7 years ago
- 1 comment
#42 - Subclass form validation raises FieldDoesNotExist
Issue -
State: closed - Opened by ppo almost 7 years ago
- 3 comments
#41 - Update for Django 2.0.
Pull Request -
State: closed - Opened by ppo almost 7 years ago
- 1 comment
#40 - Replace deprecated `Model._meta.virtual_fields`
Pull Request -
State: closed - Opened by caseyrollins about 7 years ago
- 1 comment
#39 - Magic null=True on subclasses fields is too implicit
Issue -
State: closed - Opened by craigds over 7 years ago
#38 - Fields with default values shouldn't need to be nullable
Issue -
State: closed - Opened by vosi over 7 years ago
- 7 comments
#37 - Remove manager magic for next release
Pull Request -
State: closed - Opened by craigds over 7 years ago
- 3 comments
#36 - Expose _filter_by_type as a method
Pull Request -
State: closed - Opened by sloria over 7 years ago
- 1 comment
#35 - Handle virtual fields correctly; e.g. GenericRelations
Pull Request -
State: closed - Opened by sloria over 7 years ago
- 4 comments
#34 - Test against Django 1.11
Pull Request -
State: closed - Opened by sloria over 7 years ago
- 1 comment
#33 - #32 - Fix broken subclass functionality with "objects".
Pull Request -
State: closed - Opened by cdobbyn over 7 years ago
- 4 comments
#32 - Broken subclass functionality with "objects"
Issue -
State: closed - Opened by cdobbyn over 7 years ago
- 4 comments
#31 - Django 1.10: deferred_class_factory no longer exists
Issue -
State: closed - Opened by cdobbyn about 8 years ago
- 2 comments
#30 - signals for derived class have base class as source when cascading
Issue -
State: open - Opened by niki-sp over 8 years ago
- 3 comments
#29 - fix the Choices for TypedModel.type when using Django 1.9
Pull Request -
State: closed - Opened by BogdanStaicu almost 9 years ago
#28 - Don't set null on M2M fields
Pull Request -
State: closed - Opened by naegelyd almost 9 years ago
- 5 comments
#27 - django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
Issue -
State: closed - Opened by davidcroda over 9 years ago
- 5 comments
#26 - ModelForm tries INSERT, but UPDATE would be correct
Issue -
State: closed - Opened by guettli over 9 years ago
- 1 comment
#25 - south: orm['fooapp.MyChildModel'] does not exist
Issue -
State: closed - Opened by guettli over 10 years ago
- 2 comments
#24 - Make _typedmodels_registry public
Issue -
State: closed - Opened by guettli over 10 years ago
- 1 comment
#23 - Please document get_type_classes()
Issue -
State: closed - Opened by guettli over 10 years ago
#22 - abstract base class supported?
Issue -
State: open - Opened by guettli over 10 years ago
- 4 comments
#21 - Child class in different app
Issue -
State: open - Opened by guettli over 10 years ago
- 7 comments
#20 - djangopackages comparison
Issue -
State: closed - Opened by guettli over 10 years ago
#19 - Fields on some but not all subclasses
Issue -
State: closed - Opened by andybak over 10 years ago
- 2 comments
#18 - Better docs to abandon prejudice
Issue -
State: open - Opened by guettli over 10 years ago
- 2 comments
#17 - Djangopackages comparison
Issue -
State: closed - Opened by guettli over 10 years ago
- 1 comment
#16 - django 1.7 support
Issue -
State: closed - Opened by phpdude over 10 years ago
- 10 comments
#15 - concrete type does not inherit `unique_together` of parent
Issue -
State: open - Opened by jianli over 10 years ago
- 2 comments
#14 - Silently resolves deferred fields
Issue -
State: closed - Opened by craigds about 11 years ago
#13 - Postgres PK sequences don't get reset after loading typed models from fixtures.
Issue -
State: closed - Opened by craigds about 11 years ago
#12 - fixes #4: add python3 support
Pull Request -
State: closed - Opened by magopian over 11 years ago
- 3 comments
#11 - fixes #10: better version management
Pull Request -
State: closed - Opened by magopian over 11 years ago
- 4 comments
#10 - pip install broken
Issue -
State: closed - Opened by marcari over 11 years ago
- 4 comments
#9 - Added Coveralls.
Pull Request -
State: closed - Opened by KrzysiekJ over 11 years ago
#8 - Warn (or solve) if there are duplicate child class field names
Issue -
State: closed - Opened by KrzysiekJ over 11 years ago
- 2 comments
#7 - Clarified statement in README about import issue.
Pull Request -
State: closed - Opened by KrzysiekJ over 11 years ago
- 2 comments
#6 - XML serialization doesn’t work.
Issue -
State: open - Opened by KrzysiekJ over 11 years ago
#5 - Child models are used in South migrations for adding M2M fields
Issue -
State: closed - Opened by KrzysiekJ over 11 years ago
- 1 comment
#4 - python 3 support
Issue -
State: closed - Opened by craigds over 11 years ago
- 2 comments
#3 - add support for fields on subclasses
Pull Request -
State: closed - Opened by craigds over 11 years ago
#2 - Typedmodel subclass has duplicate fields
Issue -
State: open - Opened by hamishcampbell about 12 years ago
#1 - Signals on parent class don't propagate to child classes
Issue -
State: open - Opened by craigds over 12 years ago