Another publish fix
Unpublish.
- Test on Django 2.0 through 4.2.
- Test on Python 3.7 through 3.12
- Stop testing on Python 2.7 and 3.6
- Stop testing and drop support for Django 1.9 and 1.10
- TBD
- TBD
- Truncate cache keys to 250 characters, as Memcache requires smaller keys
- Support for Django 1.9
- PEP8 cleanup
- Support for Python 3.5
- Drop support for Django < 1.7
- Support for Django 1.8
- Limited handling of filtered querysets (
qs.filter(pk=42).get()
) on Django 1.7+. - Support ForeignKey lookups (when
use_for_related_fields = True
is set on the manager) on Django 1.7+.
- Python 3 support
from_ids
now returns the model instances in the same order they were given in
from_ids
can no longer be called on a manager not handled by django-ormcache- Support for Django 1.6
- Added signals for cache hits, misses and invalidations.
- Support wheel format for PyPI.
- Initial Release