| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
All relations pointing to ManyToManyFields should default to read-only
|
|
Fix for #710
|
|
|
|
fix for #765
|
|
when writing. fixes #765
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|