Changes between Version 18 and Version 19 of CookBook
- Timestamp:
- Jul 11, 2006, 9:53:29 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook
v18 v19 31 31 [wiki:UsingFreeComment FreeComment app] Using Django's integrated Free Comment app. 32 32 33 [wiki:CookBookThreadlocalsAndUser Making User info available outside requests] Getting the user when request.user is not available (e.g. in a model's save() method) 34 33 35 [wiki:Signals] - Using Django's nifty signals ability.