django-save-the-change icon indicating copy to clipboard operation
django-save-the-change copied to clipboard

Your DB Got It the First Time.

Results 11 django-save-the-change issues
Sort by recently updated
recently updated
newest added

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.5 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. 2.0.15 add -X s3 to disable direct to S3 uploading 2.0.14 fixed coverage...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [django](https://github.com/django/django) from 1.10 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

The pypi version is almost 3 years old, can you please update it?

question

Please see comment in code. We have to adapt to changes in Django (see https://github.com/django/django/commit/bfb746f983aa741afa3709794e70f1e0ab6040b5)

If a field is mutable, SaveTheChange stores a deepcopy of it in `_mutable_fields`, and then when you save the object, compares the deepcopy with the current value: ``` [name for...

bug
enhancement

I'm maintaining a fork here: https://github.com/jonashaag/django-save-the-change/tree/django20

I don't know if this is really considered a bug, because ``add_to_class`` is not even part of Django's public API, it's just internal, so feel free to close if you...

Can I attach the STC Decorator to an abstract base class? I have over 20 or so models that all inherit from a base class and I would like to...

bug

Looks like a typo in the code snippet.