get_model_or_404
Attempt to get a model from the `AppCache` and raise `Http404` if it cannot be found.
- shortcut
- model
- db
- helper
Attempt to get a model from the `AppCache` and raise `Http404` if it cannot be found.
This template tag does two things needed to display content from something like a TextField wrapped with TinyMCE in Flash's htmlText component: 1. Replace `<p>` tags with `<br />` 2. Strip all occurances of `\n`
Custom field for using MySQL's `text` type. `text` is more compact than the `longtext` field that Django assigns for `models.TextField` (2^16 vs. 2^32, respectively)
blackbrrr has posted 3 snippets.