File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ INSTALLED_APPS = [
2424Usage
2525-----
2626
27- To configure, add a dictionary called ` MASKER_FIELDS ` to your settings using the following format::
27+ To configure, add a dictionary called ` MASKER_FIELDS ` to your settings using the following format:
2828
2929```
3030MASKER_FIELDS = {
31- "{ APP_NAME }": {"{ MODEL_NAME }": {"{ FIELD_NAME }": { VALUE},}},
31+ "{ APP_NAME }": {"{ MODEL_NAME }": {"{ FIELD_NAME }": { VALUE },}},
3232}
3333```
3434
Original file line number Diff line number Diff line change 66setup (
77 name = 'django-maskpostgresdata' ,
88 packages = ['maskpostgresdata.management' ],
9- version = '0.1.4 ' ,
9+ version = '0.1.5 ' ,
1010 description = 'Creates a pg_dumpish output which masks data without saving changes to the source database.' ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments