| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
SingleObjectMixin.get_context_object_name().
|
|
|
|
|
|
|
|
Enabling the attribute causes get_object() to perform its lookup
using both the primary key and the slug.
|
|
|
|
exception.
Thanks to Keryn Knight for the report.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Gives much nicer errors when it fails.
|
|
|