Changes between Initial Version and Version 4 of Ticket #11560
- Timestamp:
- 04/16/2011 03:02:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11560
- Property Patch needs improvement set
-
Property
Component
changed from
Uncategorized
toDatabase layer (models, ORM)
- Property Needs documentation set
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Type
changed from
to
New feature
-
Property
Severity
changed from
to
Normal
-
Ticket #11560 – Description
initial v4 1 2 1 Currently proxy models are required to have a single concrete base model class. Unfortunately this prevents me from combining several proxy subclasses of the same model. In my particular use case, I have two different apps that provide two different proxies of the standard User model. To successfully use both apps I need to create another subclass that combines the two, e.g: 3 2