Opened 18 years ago
Closed 18 years ago
#4843 closed (invalid)
Decouple simplejson from Django
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Tools | Version: | dev |
| Severity: | Keywords: | decouple simplejson | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'd like to see simplejson punted from the Django tree, mainly for two reasons:
- Concurrency (flup and all db connectors are already decoupled)
- Less updates to merge into tree (user already handles other decoupled updates him/herself)
Note:
See TracTickets
for help on using tickets.
Hi Johan, this is probably best raised in the django-developers mailing list. Thanks, Simon