Commit Graph

873 Commits

Author SHA1 Message Date
Alex Gaynor bcf27b205e cleaned up how Filter for dbfield is handled so that extra items can be added 2009-01-30 10:29:20 -05:00
Alex Gaynor c0213648be added DateFilter, tests, and tixtures for comments 2009-01-30 09:49:32 -05:00
Alex Gaynor 5298c729e8 switched to uses fixtures for test data, added an extra test model for relationships 2009-01-30 09:32:12 -05:00
Alex Gaynor 96e5323314 added a TODO file with a list of current tasks 2009-01-30 09:17:12 -05:00
Alex Gaynor 21c53fb76f implemented MultipleChoiceFilter with tests 2009-01-30 08:49:23 -05:00
Alex Gaynor 4ef69957f3 added test for overiding widget 2009-01-30 08:40:12 -05:00
Alex Gaynor 057f87034a added tests for choice filters 2009-01-30 00:20:05 -05:00
Alex Gaynor bea5c67953 user a local model for testing to drop the depency on contrib.auth 2009-01-30 00:14:39 -05:00
Alex Gaynor 218afc9790 added ChoiceFilter 2009-01-29 23:50:48 -05:00
Alex Gaynor e998b2e28c made the filter for dbfield stuff more flexible 2009-01-29 23:10:35 -05:00
Alex Gaynor b4cbdbfa90 don't actually cal is_valid since that cuts us off from data if any field is invalid 2009-01-29 22:51:45 -05:00
Alex Gaynor 229e1fb38d use the cleaned data 2009-01-29 22:44:48 -05:00
Alex Gaynor 2033a83d83 changed the API for accessing the results 2009-01-29 22:26:30 -05:00
Alex Gaynor 544ecc417d added BSD license 2009-01-29 19:49:31 -05:00
Alex Gaynor ac7f5fa6b0 added BooleanFilter 2009-01-29 19:30:22 -05:00
Alex Gaynor 4e87ea02ca only filter if we have a value, otherwise return everything 2009-01-29 19:24:39 -05:00
Alex Gaynor 3c0921f024 added tests for declarative fields and action kwarg 2009-01-29 19:15:40 -05:00
Alex Gaynor 0209e47b5d for fields that are declared, tell them their name 2009-01-29 19:10:48 -05:00
Alex Gaynor f9179d79c2 cleaned up the handling of data so that filters work more cleanly 2009-01-29 19:07:39 -05:00
Alex Gaynor f142b57ad1 implementing usage of forms for rendeirng the filters 2009-01-29 18:55:11 -05:00
Alex Gaynor 6ac37e530c implemented Filter class 2009-01-29 18:39:58 -05:00
Alex Gaynor ff5834cf61 added gitignore and notes 2009-01-29 18:21:10 -05:00
Alex Gaynor e308ecd15c initial work 2009-01-29 18:20:52 -05:00