jqb / django-settings

Application to keep simple settings in database. Based on the contenttype framework.
BSD 3-Clause "New" or "Revised" License
83 stars 47 forks source link

Feature request. Caching #4

Closed nwjlyons closed 12 years ago

nwjlyons commented 12 years ago

Hook into the django cache api inside the methods on SettingsManager.

jqb commented 12 years ago

Hi,

I've just released new v1.3. Caching is added. Not on the model / manages level but as separate API. Please read new REAMDE docs for futher information.

Thanks Jakub