Re: How do they do the filters in admin?

2007-05-03 Thread Brian Rosner
On 2007-05-03 13:30:57 -0600, Moses Ting <[EMAIL PROTECTED]> said: > > Anyone knows how the Django developers implemented the nice filtering > feature in Admin. For example, if filtering is turned on for the id > column, then the filters will automatically apply the following key/ > value pair

How do they do the filters in admin?

2007-05-03 Thread Moses Ting
Anyone knows how the Django developers implemented the nice filtering feature in Admin. For example, if filtering is turned on for the id column, then the filters will automatically apply the following key/ value pair to the end of the link. /?object_id__exact=2 How then, does this get implemen