PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
40 stars 4 forks source link

Enforce security on Entry.get, Entry.get_all #488

Closed fluffy-critter closed 2 years ago

fluffy-critter commented 2 years ago

Summary

Enforce attribute security on .get and .get_all. Fixes #442

Detailed description

Now when doing .get on a protected attribute, it will return blank unless the new argument always_allow=True.

Developer/user impact

Test plan

Finally added some heckin' unit tests for publ.entry

Got a site to show off?