| Age | Commit message (Collapse) | Author |
|
|
|
|
|
get_object_or_404()/get_list_or_404().
|
|
|
|
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
AttributeError raised by QuerySet filtering.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Anssi Kääriäinen for the patch suggestion, and Tim Graham for the review.
|
|
|
|
|
|
related set.
|
|
|
|
This is a reliqua from the early days of the modeltests/regressiontests era.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
return a QuerySet.
|
|
|