| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Closes #688
|
|
|
|
|
|
|
|
PendingDeprecationWarnings added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redefine bool()ean-ness.
If the model we're using the ModelSerializer for has redefined methods that act as a boolean (__bool__ or __len__), it may not return the object even though it is_valid(), and should.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Confirmed by `assertNumQueries(…)` in tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
index of bad item in data plus usual errors dict
|
|
|
|
|
|
|
|
|
|
Yuck, pickle is weird. Closes #645.
|
|
Closes #653
|
|
Closes #666.
|
|
|