anexia / django-request-cacheLinks
A Django app that provides a new cache on every request object. The cache is only kept within the request/response cycle.
☆27Updated 8 months ago
Alternatives and similar repositories for django-request-cache
Users that are interested in django-request-cache are comparing it to the libraries listed below
Sorting:
- Chain multiple (disparate) QuerySets in Django☆111Updated 2 months ago
- Pagination based on the seek method / keyset paging / offset-less pagination☆124Updated 5 months ago
- Add timestamp to sessions to expire them☆39Updated 3 years ago
- Django template loader that allows you to load and override a template from a specific Django application.☆51Updated 5 years ago
- A non-persistent in-memory data storage backend for Django.☆52Updated 2 years ago
- Properties that are both ORM expressions and python code.☆87Updated last year
- Polymorphic models implementation for django.☆87Updated 3 months ago
- Django autocomplete light filters for django admin☆68Updated 4 years ago
- Taking the O out of ORM.☆69Updated 6 months ago
- Write Django model properties that can be used in database queries.☆81Updated last week
- PostgreSQL and SQLite partial index support for Django☆113Updated 5 years ago
- Restrict Django sessions to IP and/or user agent.☆82Updated 2 years ago
- A translatable password validator for django, based on zxcvbn-python and available with pip.☆30Updated last week
- Safely run migrations before deployment☆88Updated last month
- A pickled object field for Django☆185Updated 4 months ago
- Expose Django management commands in the admin☆87Updated 4 months ago
- This django Migration Operation can be used to transfer a Fields default value to the database scheme.☆137Updated last year
- Translatable model support for django-rest-framework☆60Updated 2 years ago
- More expressive relationships for the Django ORM.☆114Updated 2 years ago
- Django webassets integration.☆89Updated last year
- Fork of the identically named pypi package but adding support for ordering formsets☆79Updated 2 years ago
- Django Admin date_hierarchy with zero queries☆95Updated last year
- polymorphic django models using automatic type-field downcasting☆228Updated 3 weeks ago
- django-crequest - Taking care of current request in silent way.