Pedro Palhares

Results 3 issues of Pedro Palhares

This enables trackstats to support relational lookups on an object when looking for the date field: ``` CountObjectsByDateAndObjectTracker( period=PERIOD, metric=METRIC, object_model=MANY_TO_MANY_MODEL, object_field='object_field', date_field='related_object__date').track(query) ```

Hello, When you create a link to a page you already have (as for a custom menu, by example) this will break the unicity of the page slugs (as Mezzanine...

bug

In _browser_screenshot_session, you have the following code: ``` fixture_values = ( # pytest 3 getattr(request, '_fixture_values', {}) or # pytest 2 getattr(request, '_funcargs', {}) ) for name, value in fixture_values.items():...