Changes between Initial Version and Version 1 of Ticket #24215, comment 8
- Timestamp:
- Feb 11, 2015, 12:01:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24215, comment 8
initial v1 5 5 Is there a reason the app registry doesn't keep track of abstract models? 6 6 7 Note these inconsistencies are present in Django now, they aren't introduced by this patch. Again in practise it doesn't really matter – in fact you get errors if some of the lazy operations *are*run with abstract models. However if we want to be able to provide warnings for unhandled lazy operations, we have to sort something out with abstract models or they'll raise false alarms.7 Note these inconsistencies are present in Django now, they aren't introduced by this patch. Again in practise it doesn't really matter – in fact you get errors if some of the lazy operations ''are'' run with abstract models. However if we want to be able to provide warnings for unhandled lazy operations, we have to sort something out with abstract models or they'll raise false alarms. 8 8 9 9 Cheers,