Skip to main content

Automatically save only changed model data.

Project description

https://badge.fury.io/py/django-save-the-change.png https://travis-ci.org/karanlyons/django-save-the-change.png?branch=master https://coveralls.io/repos/karanlyons/django-save-the-change/badge.png?branch=master

Save The Change takes this:

>>> lancelot = Knight.objects.get(name="Sir Lancelot")
>>> lancelot.favorite_color = "Blue"
>>> lancelot.save()

And does this:

UPDATE "roundtable_knight"
SET "favorite_color" = 'Blue'

Instead of this:

UPDATE "roundtable_knight"
SET "name" = 'Sir Lancelot',
    "from" = 'Camelot',
    "quest" = 'To seek the Holy Grail.',
    "favorite_color" = 'Blue',
    "epithet" = 'The brave',
    "actor" = 'John Cleese',
    "full_name" = 'John Marwood Cleese',
    "height" = '6''11"',
    "birth_date" = '1939-10-27',
    "birth_union" = 'UK',
    "birth_country" = 'England',
    "birth_county" = 'Somerset',
    "birth_town" = 'Weston-Super-Mare',
    "facial_hair" = 'mustache',
    "graduated" = true,
    "university" = 'Cambridge University',
    "degree" = 'LL.B.',

Installation

Install Save The Change just like everything else:

$ pip install django-save-the-change

Documentation

Full documentation is available at ReadTheDocs.

History

1.1.0 (05/16/2014)

  • Add proper support for ForeignKeys (thanks to Brandon Konkle and Brian Wilson).

  • Add update_together field to model Meta, via UpdateTogetherModel.

1.0.0 (09/08/2013)

  • Initial release.

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

otree-save-the-change-1.1.1.zip (11.5 kB view details)

Uploaded Source

File details

Details for the file otree-save-the-change-1.1.1.zip.

File metadata

File hashes

Hashes for otree-save-the-change-1.1.1.zip
Algorithm Hash digest
SHA256 096a9788ce9891e2cad87130afbfa79dcf1bce0ebffcf960ca4840ddc4071e5f
MD5 1dac10119aa3fb932a1caf800eecf22f
BLAKE2b-256 b8adcc8d427bb4aef85d09534d664800ddb81b96a9b43fd6f20305624deade84

See more details on using hashes here.

Supported by

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