descriptionMaterialized views application for (Geo)Django/PostgreSQL
ownerJustin Bronn <jbronn@geodjango.org>
last changeThu, 22 Oct 2009 18:04:14 -0500
changes
2 years ago Justin Bronn Added a LICENSE and README as well as an in-place `fields` module for the initial open source release. default tip
3 years ago Justin Bronn Now works if PostGIS isn't installed; renamed 'refresh' to 'update'.
3 years ago Justin Bronn Removed pre-QSRF compatibility code.
3 years ago Justin Bronn We don't want materialized view models in the Django application cache because of interference w/other apps (like django.contrib.auth).
3 years ago Justin Bronn Moved matview model helper `_drop_table` to `util.drop_matview_table`; added `util.matview_tables`.
3 years ago Justin Bronn Added more comments, refactored commonly used routines into `util` module, and now uses `hashlib` instead of deprecated `sha` library.
4 years ago ca Made delete more error resilient.
4 years ago ca Fixed indentation on `models.py` and added the `exists` class method.
4 years ago Justin Bronn Have to be more careful when the model's tables don't exist yet.
4 years ago Justin Bronn Added the `_populate` initialization method.
...
tags
...
branches
2 years ago 7dadf2e435ef default
...