Opened 17 years ago

Closed 17 years ago

#4843 closed (invalid)

Decouple simplejson from Django

Reported by: Johan Bergström <bugs@…> 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)

Change History (1)

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: invalid
Status: newclosed

Hi Johan, this is probably best raised in the django-developers mailing list. Thanks, Simon

Note: See TracTickets for help on using tickets.
Back to Top