mirror of
https://github.com/django/django.git
synced 2025-10-21 04:39:17 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
13 lines
179 B
Python
13 lines
179 B
Python
class_prepared = object()
|
|
|
|
pre_init= object()
|
|
post_init = object()
|
|
|
|
pre_save = object()
|
|
post_save = object()
|
|
|
|
pre_delete = object()
|
|
post_delete = object()
|
|
|
|
post_syncdb = object()
|