#signals

[ follow ]
fromPycoders
4 days ago

PyCoder's Weekly | Issue #689

The Gang of Four design patterns specify object-oriented solutions to common issues in code, yet Python lacks many of the problems these solutions address.
Python
fromMirek Dugosz personal website
4 months ago

Django: data modified in pre_save signal is not saved

pre_save signal can modify the instance before saving, but if not included in update_fields, changes will not be stored in the database.
Django
[ Load more ]