Skip to content

Instantly share code, notes, and snippets.

View AllenJonathan's full-sized avatar
🎯
Focusing

AllenJonathan

🎯
Focusing
View GitHub Profile
@AllenJonathan
AllenJonathan / GSOC-2022.md
Last active March 19, 2024 07:31
Per-Field-Instance lookups

Per-Field-Instance lookups

Contributer: Allen Jonathan David Mentors: Mariusz Felisiak, Simon Charette Organization: Django Software Foundation

Goal

This project aims to add support to register and unregister custom lookups on a model’s Field instances. As of now, the Lookup API can only register and unregister lookups on Field classes. So a custom lookup added or overridden to a field affects all models which have that field, thus limiting the customizability of model lookups. Support for custom lookups for a particular field is the main goal of this project.

The detailed proposal for this project can be found here: GSoC-Proposal