disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
746 stars 112 forks source link

Add "Joined on or after" condition to UserConditionSet #18

Closed laszlopandy closed 13 years ago

laszlopandy commented 13 years ago

Created two new field types: BeforeDate and OnOrAfterDate.

Use the second type to implement the "Joined on or after" condition for the user.date_joined attribute.