django/tests/modeltests/signals
Alex Gaynor b014c81fa7 [1.2.X] Converted signals tests from doctests to unittests. We have always been at war with doctests. Backport of [14131].
Conflicts:

	tests/modeltests/signals/models.py

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10 18:28:53 +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 [1.2.X] Converted signals tests from doctests to unittests. We have always been at war with doctests. Backport of [14131]. 2010-10-10 18:28:53 +00:00
tests.py [1.2.X] Converted signals tests from doctests to unittests. We have always been at war with doctests. Backport of [14131]. 2010-10-10 18:28:53 +00:00