Closed fluffy-critter closed 2 years ago
Enforce attribute security on .get and .get_all. Fixes #442
.get
.get_all
Now when doing .get on a protected attribute, it will return blank unless the new argument always_allow=True.
always_allow=True
Finally added some heckin' unit tests for publ.entry
publ.entry
Summary
Enforce attribute security on
.get
and.get_all
. Fixes #442Detailed description
Now when doing
.get
on a protected attribute, it will return blank unless the new argumentalways_allow=True
.Developer/user impact
Test plan
Finally added some heckin' unit tests for
publ.entry
Got a site to show off?