nani.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 nani.compat.date.DateQuerySet

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

DateQuery

class nani.compat.date.DateQuery

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

Project Versions

Table Of Contents

Previous topic

nani.utils

Next topic

Glossary

This Page