Per field-instance lookups
- Mentors
- Mariusz Felisiak, Simon Charette
- Organization
- Django Software Foundation
- Technologies
- python
- Topics
- web development
Currently, lookups could be registered to a Field class which limits the versatility of Django lookups. This project adds support for lookups (building blocks to filter from a database) to be registered and unregistered for a specific Field instance (representing a field of a database table). So Field-instance-specific lookups can now be done in Django!