#6 closed defect (fixed)
Remove has_related_links option from models
Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Metasystem | Version: | |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The current (undocumented) has_related_links
code is too Ellington-specific and doesn't belong in Django. Let's remove it.
We'll have to come up with a more generic way of associating content_type_id/object_id relationships, such as related links, to a model.
Note:
See TracTickets
for help on using tickets.
Fixed in magic-removal a while ago.