derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

Json cleaning #6

Closed mjtorn closed 12 years ago

mjtorn commented 12 years ago

Two commits I like.

This enables stuff like

json = json_field.JSONField(null=True, blank=True, default=None, encoder_kwargs={'indent': 4})
derek-schaefer commented 12 years ago

Looks good, Markus. Thanks!