Changes between Initial Version and Version 1 of Ticket #24215, comment 8


Ignore:
Timestamp:
Feb 11, 2015, 12:01:57 PM (10 years ago)
Author:
Alex Hill

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24215, comment 8

    initial v1  
    55Is there a reason the app registry doesn't keep track of abstract models?
    66
    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.
     7Note 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.
    88
    99Cheers,
Back to Top