I've spent the last few hours reading up on JSON, and django
serialization, and I think I'm getting the hang of it.
Can someone confirm the following pseudocode?:
var data = eval(' serialized_data_from_ django ');
data.length = number_of_records_returned_from_django
data[0].fields.fieldname =
d
Djangoholics:
I am working on an 'inline comment' system, inspired by the online
Django Book. I want users to be able to comment on any paragraph in my
text.
I'm doing this without looking at the code that drives the Django Book
or Jack Slocum's implementations, because I really like trying to
f
2 matches
Mail list logo