- Read on Thursday, June 18, 2009
-
-
Counter model - run multiple persistent counters
This looks really handy.
Visit
-
Counter model - run multiple persistent counters
- Read on Wednesday, July 30, 2008
-
-
Automating an audit trail
As raised in a recent discussion on django-developers, this code is one solution for creating an audit trail for a given model.
Visit
-
Automating an audit trail
- Read on Thursday, June 19, 2008
-
-
Model with random ID
An abstract model base class that gives your models a random base-32 string ID.
Visit -
Model manager with row caching
RowCacheManager is a model manager that will try to fetch any 'get' (i.e., single-row) requests from the cache.
Visit
-
Model with random ID
- Read on Friday, May 30, 2008
-
-
Custom model fields
Sometimes, though, the Django version won’t meet your precise requirements, or you’ll want to use a field that is entirely different from those shipped with Django.
Visit
-
Custom model fields
- Read on Thursday, May 29, 2008
-
-
FullHistory
The changelog-type of history in its current implementation, would write log only when using Admin and log would include only information about the change but not the content that was changed. This is not very useful when you would like to revert a change
Visit
-
FullHistory
- Read on Tuesday, May 27, 2008
-
-
Tag "slug"
Some ideas of how to create an auto-slug field.
Visit -
Query Set Manager - easily add new QuerySet methods using a Model inner class
An easy way to add custom methods to the QuerySet used by a Django model
Visit
-
Tag "slug"

