GitXplorerGitXplorer
d

django_pg_agefilter

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
62f9a18ce045d29971b2144971a8708885367e1c

Merge pull request #7 from davidszotten/django2.0

ddavidszotten committed 7 years ago
Unverified
9f45d04bdcc7b31983a15560330d3647cf13f7c7

multiple py versions for travis

ddavidszotten committed 7 years ago
Unverified
4bd823fdf97b761fa1e71e047153595e36d47b09

we can support django 2.0

ddavidszotten committed 7 years ago
Unverified
a0fc528ff4d80162068d26cf4b19ee0c058cbe01

Merge pull request #6 from davidszotten/django1.11

ddavidszotten committed 8 years ago
Unverified
38b7fb18b1115130457349b5b44b07bb9a60f5dd

we can support django 1.11

ddavidszotten committed 8 years ago
Unverified
b997a84db959fd64c2a161cac4506c000b443be7

bump version after req bump

ddavidszotten committed 8 years ago

README

The README file for this repository.

Django postgres age filter

Helper to add age based filtering to django, leveraging postgresql's date functions <http://www.postgresql.org/docs/9.3/static/functions-datetime.html>_

Warning

This does make use of django internals, which may change between versions. Make sure you are using a version of django_pg_filter that matches your version of django.

License

MIT. See LICENSE for details.