hvad.compat.date

This module provides backwards compatiblity for Django 1.2 for the django.db.models.query.QuerySet.dates() API, which in Django 1.3 allows the fieldname to span relations.

DateQuerySet

class hvad.compat.date.DateQuerySet

Backport of django.db.models.query.DateQuerySet from Django 1.3.

DateQuery

class hvad.compat.date.DateQuery

Backport of django.db.models.sql.subqueries.DateQuery from Django 1.3.

Project Versions

Table Of Contents

Previous topic

hvad.utils

Next topic

Changelog

This Page