Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 2152)

Ticket Resolution Summary Owner Reporter
#2672 fixed Session.is_modified should use passive=True icmurray icmurray

Reported by icmurray, 22 months ago.

Description

According to sqlalchemy docs [1], when calling Session.is_modified(), the passive argument needs to be passed in as True.

[1] http://docs.sqlalchemy.org/en/rel_0_7/orm/session.html?highlight=is_modified#sqlalchemy.orm.session.Session.is_modified

#2671 fixed fix allow_partial_update toby toby

Reported by toby, 22 months ago.

Description

need to be able to delete stuff explicitly

#2670 fixed model.Group.get_children_groups returns deleted groups ross dread

Reported by dread, 22 months ago.

Description

I believe it should only return active ones. On DGU we see deleted publishers popping up.

Note: See TracQuery for help on using queries.