- Read on Friday, May 8, 2009
-
-
django-attachments
A generic Django application to attach Files (Attachments) to any model.
Visit
-
django-attachments
- Read on Monday, October 27, 2008
-
-
ajax form handler generic view
Some ajax heavy apps require a lot of views that are merely a wrapper around the form. This generic view can be used for them.
Visit
-
ajax form handler generic view
- Read on Tuesday, August 19, 2008
-
-
Manager method for limiting GenericForeignKey queries
This is a simple manager that offers one additional method called relate, which fetches generic foreign keys (as referenced by content_type and object_id fields) without requiring one additional query for each contained element.
Visit
-
Manager method for limiting GenericForeignKey queries
- Read on Friday, August 15, 2008
-
-
GenericForeignKeys with less queries
When working with generic relations in Django you have to be quite careful not to end up with n+1 queries for a simple fetch of n elements.
Visit
-
GenericForeignKeys with less queries

