django-anon icon indicating copy to clipboard operation
django-anon copied to clipboard

:shipit: Anonymize production data so it can be safely used in not-so-safe environments

Results 9 django-anon issues
Sort by recently updated
recently updated
newest added

I'd like to be able to add a decorator/attribute to a model field so `django-anon` knows to anonymize it. Hypothetical usage: ``` @anonymize sensitive_info = models.CharField( max_length=255, blank=True, default="", db_index=True...

bug
enhancement
Hacktoberfest

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

## Description Closes #77 We use `django-anon` in our project, which we are in the process of upgrading through `django` versions 3 -> 4 -> 5. This package still appears...

## Description closes #77 This PR drops support for Python 2, Django 1.11, and 2.2, and adds support for Django 4. - Tox for some reason wasn't running `./runtests.py`, I...

Hi team, I'm using it on a project I'm working on with Django 4, it seems to work fine, and I've run the tests against 4.1, it all pass. Is...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

I haven't used the issue template as it seemed geared to bugs. Please correct me if I'm wrong! But it _seems_ that `django-anon` will run `Model.clean()` on a model instance,...

Hello! Thank for the module! I am using it for a slight different use and I need to anonymize selectively some instance. ## Instance filtering In my use case, I...