Django

Code

root/django/branches/unicode/django/db/models/signals.py

Revision 4265, 179 bytes (checked in by adrian, 2 years ago)

Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. Thanks, jjl@pobox.com

  • Property svn:eol-style set to native
Line 
1 class_prepared = object()
2
3 pre_init= object()
4 post_init = object()
5
6 pre_save = object()
7 post_save = object()
8
9 pre_delete = object()
10 post_delete = object()
11
12 post_syncdb = object()
Note: See TracBrowser for help on using the browser.