Skip to main content

Update Django model from dictionary

Project description

Installation

$ [sudo] pip install django-update-from-dict

Examples

Mixin:

from django.db import models
from django_update_from_dict import update_from_dict, UpdateFromDictMixin

class ClassName(UpdateFromDictMixin,models.Model):
    ...

instance = ClassName()
instance.update_from_dict(attrs,commit=True)

function:

from django_update_from_dict import update_from_dict

update_from_dict(instance,attrs,commit=True)

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-update-from-dict-2020.12.3.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page