Re: Contributing to a module that does not seem to be covered by tests extensively (djanog.db.models.expressions)

2015-10-15 Thread Josh Smeaton
Hi David, There are a few undocumented expressions in the expressions module because they aren't intended to be used by the public. The Date and DateTime expressions you reference were actually moved from elsewhere (if memory serves) during the expressions refactor. They were previously very th

Contributing to a module that does not seem to be covered by tests extensively (djanog.db.models.expressions)

2015-10-15 Thread David Filipovic
Hi all, I have recently stumbled upon a very useful feature missing from `django.db.models.expressions`. I came up with a patch and followed the guidelines to create my ticket: https://code.djangoproject.com/ticket/25556 and pull request: https://github.com/django/django/pull/5431 One thing I'