mirror of
https://github.com/Hopiu/django.git
synced 2026-05-05 14:14:43 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
12 lines
179 B
Python
12 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()
|