Changes between Initial Version and Version 1 of Ticket #18538


Ignore:
Timestamp:
Jun 28, 2012, 4:18:39 PM (12 years ago)
Author:
Jeremy Dunck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18538 – Description

    initial v1  
    1 In 1.4 we introduced request.user as a SimpleLazyObject.  This has caused some [https://code.djangoproject.com/ticket/16563|bugs] caused by abstraction leakage.
     1In 1.4 we introduced request.user as a SimpleLazyObject.  This has caused some [[https://code.djangoproject.com/ticket/16563|bugs]] caused by abstraction leakage.
    22
    33Today we ran across another - I'm expecting Router.allow_relation to be called with model instances (https://docs.djangoproject.com/en/1.4/topics/db/multi-db/#allow_relation) and using type() to get to the Model subclass. 
Back to Top