Opened 18 years ago
Closed 18 years ago
#5965 closed (wontfix)
Include JSONField to fields package
| Reported by: | Marinho Brandão | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Keywords: | json | |
| 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 snippet 'JSONField' [1]_, writed by deadwisdom user is a very useful creating. Why not turn it an official FieldType? If accepted, I write the patch and tests if necessary :)
Note:
See TracTickets
for help on using tickets.
I think this is a bit too specialised for core. It already exists as an easily accessible third-party field for those who want it.