- 22 Apr, 2015 4 commits
-
-
Tell DjangoModelPermissions to rely on get_queryset first.
Carlton Gibson committed -
Nicolas Delaby committed
-
Update renderers.md
Xavier Ordoquy committed -
jsonp renderer not in the yaml package
zmmachar committed
-
- 21 Apr, 2015 4 commits
-
-
Set IntegerField class variable for compiled decimal regex, comment for ...
Tom Christie committed -
Ryan Allen committed
-
Now it is possible to display viewset w/o paginator
Tom Christie committed -
Specifying module for CurrentUserDefault()
Xavier Ordoquy committed
-
- 20 Apr, 2015 3 commits
-
-
Prevents having to lookup the import
Cody Scott committed -
only allow integer field to accept integers and strings, fixes #2835
Kevin Brown committed -
Match IntegerField validation with Django's, preventing decimal values being stored as ints, fixes #2835. Match IntegerField validation with Django IntegerField, prevents decimal values being stored as ints, fixes #2835 On branch master
Ryan Allen committed
-
- 17 Apr, 2015 1 commit
-
-
Don't check for deprecated '.model' attribute in permissions
Tom Christie committed
-
- 16 Apr, 2015 2 commits
-
-
docs/renderers: `StaticHTMLRenderer` instead of `TemplateHTMLRenderer`
José Padilla committed -
The `StaticHTMLRenderer` section referred to `TemplateHTMLRenderer` instead of `StaticHTMLRenderer`.
Teddy Wing committed
-
- 14 Apr, 2015 2 commits
-
-
Django 1.8 is no longer in beta
Kevin Brown committed -
José Padilla committed
-
- 12 Apr, 2015 1 commit
-
-
Tymur Maryokhin committed
-
- 09 Apr, 2015 2 commits
-
-
Update example of nested data
José Padilla committed -
Rob Hudson committed
-
- 08 Apr, 2015 5 commits
-
-
Since pagination is now included in every generic viewset, we should have ability to disable it and we have it: paginator=None or pagination_class=None. But this piece of code relies on existence of property instead of its value.
iorlas committed -
Update serializers documentation (removed feature)
Xavier Ordoquy committed -
It seems that allow_add_remove was removed from 3.x, yet the docs still mention it. Updating to avoid confusion.
Paweł Stiasny committed -
more sp fixes
Xavier Ordoquy committed -
Brett Koonce committed
-
- 07 Apr, 2015 3 commits
-
-
Fix typo.
José Padilla committed -
Oleg Marshev committed
-
Test against Django's master branch
Xavier Ordoquy committed
-
- 05 Apr, 2015 3 commits
-
-
José Padilla committed
-
José Padilla committed
-
Enhancement dont require pk strictly related #2745
José Padilla committed
-
- 03 Apr, 2015 1 commit
-
-
Fix typo.
José Padilla committed
-
- 02 Apr, 2015 2 commits
-
-
Update tox & Travis with Django 1.8 release
Xavier Ordoquy committed -
Tymur Maryokhin committed
-
- 01 Apr, 2015 3 commits
-
-
`query_params` in favor of `QUERY_PARAMS`
Tom Christie committed -
Should use "ordering" in model Meta, not order_by in Serializer Relations example [documentation]
Kevin Brown committed -
Alex Tsai committed
-
- 29 Mar, 2015 1 commit
-
-
José Padilla committed
-
- 27 Mar, 2015 2 commits
-
-
Fixed docstring typo
Kevin Brown committed -
Michael Blatherwick committed
-
- 26 Mar, 2015 1 commit
-
-
Reference typos in fields.md
José Padilla committed
-