Ticket #3854: 2007-03-28-django-db-models-manipulators.py.patch

File 2007-03-28-django-db-models-manipulators.py.patch, 123 bytes (added by thocking@…, 17 years ago)

Patch for django/db/models/manipulators.py

Line 
1142c142
2< if child_follow:
3---
4> if child_follow and not ('DO_NOT_SAVE_LATER' in dir(new_object)):
Back to Top