Commit 5771632c0597df63e9dc04a6e2523a3d1daf0300

  • avatar
  • xarch
  • Thu May 12 18:31:32 CEST 2011
Bug de messages de forums privés
  
108108 private = False
109109 auth = False
110110 if u is not None:
111 priv = u.is_staff
111 private = u.is_staff
112112 auth = u.is_authenticated()
113113
114114 topics = Topic.objects.annotate(models.Count('post'))