- 10 Mar, 2015 2 commits
-
-
Changed incorrect class name in pagination docs
José Padilla committed -
Bryan Alsdorf committed
-
- 09 Mar, 2015 5 commits
-
-
Xavier Ordoquy committed
-
Remove the 'docs for 3.0' banners.
Tom Christie committed -
Update documentation over PAGE_SIZE
Tom Christie committed -
Fixed missing word in CursorPagination docs
Tom Christie committed -
Deven Xie committed
-
- 08 Mar, 2015 2 commits
-
-
Support serializing unsaved models with related fields.
Carlton Gibson committed -
This replaces all locations of the old setting `DEFAULT_PAGE_SIZE` for the current setting `PAGE_SIZE`
jwbixby committed
-
- 07 Mar, 2015 3 commits
-
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
- 06 Mar, 2015 7 commits
-
-
Remove `MergeDict`
José Padilla committed -
- In both ManyRelatedField, provide an empty return when trying to access a relation field if the instance in question has no PK (so likely hasn't been inserted yet) - Add relevant tests - Without these changes, exceptions would be raised when trying to serialize the uncreated models as it is impossible to query relations without a PK - Add test to ensure RelatedField does not regress as currently supports being serialized with and unsaved model
Matt d'Entremont committed -
Fix customizing field mappings link
Tom Christie committed -
José Padilla committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 05 Mar, 2015 1 commit
-
-
The class MergeDict is deprecated and will be removed in Django 1.9
Egor Yurtaev committed
-
- 04 Mar, 2015 3 commits
-
-
Tom Christie committed
-
Tom Christie committed
- 03 Mar, 2015 2 commits
-
-
CreateOnlyDefault call default.set_context() only on create
Tom Christie committed -
Tymur Maryokhin committed
-
- 02 Mar, 2015 1 commit
-
-
Updated CreateOnlyDefault to call set_context on its default
Tom Christie committed
-
- 28 Feb, 2015 2 commits
-
-
Kevin Wood committed
-
Kevin Wood committed
-
- 27 Feb, 2015 7 commits
-
-
fix DictKey initial value
José Padilla committed -
Janusz Harkot committed
-
Documentation test fix double word
José Padilla committed -
aRkadeFR committed
-
Ensure validators are new-style classes on python2
José Padilla committed -
Ian Foote committed
-
Dont swallow errors in callable sources
Tom Christie committed
-
- 26 Feb, 2015 5 commits
-
-
Evan Heidtmann committed
-
Evan Heidtmann committed
-
Evan Heidtmann committed
-
Fix UniqueTogetherValidator for NULL values
Tom Christie committed -
List resource not updated between requests
Tom Christie committed
-