1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/modeltests/signals
2007-09-24 18:27:42 +00:00
..
__init__.py Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new object is created. Patch from George Vilches. 2007-09-15 09:14:51 +00:00
models.py Fixed #5559: instances sent via post-save signals no longer have pks of None. Thanks, Joseph Kocherhans. 2007-09-24 18:27:42 +00:00