| Age | Commit message (Collapse) | Author |
|
|
|
Previously, deferring fields in different classes didn't omit the
superclass' deferred field.
Thanks Simon Charette for the suggested fix.
|
|
|
|
|
|
|
|
|
|
|
|
deferred instance loading.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
Thanks to github aliases dbrgn, carljm, slurms, dfunckt, and timgraham
for reviews.
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
Fixed #11892, fixed #16458, fixed #14492.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|