- 01 May, 2015 2 commits
-
-
Tymur Maryokhin committed
-
DateField to_representation can handle str and empty values. Fixes #2656, #2687.
Tom Christie committed
-
- 27 Apr, 2015 2 commits
-
-
Depth should reduce on nested ModelSerializer classes.
Tom Christie committed -
Merge pull request #2757 from ekiourk/2630/Raise-exception-when-ModelSerializer-used-with-abstract-model Raise error when ModelSerializer used with abstract model
Tom Christie committed
-
- 26 Apr, 2015 2 commits
-
-
Update 5-relationships-and-hyperlinked-apis.md
José Padilla committed -
Move ul.breadcrumb margin to bootstrap-tweaks.css
José Padilla committed
-
- 24 Apr, 2015 4 commits
-
-
Check AcceptHeaderVersioning with content negotiation in place
Tom Christie committed -
Remove mention of Django's built-in ValidationError in docstring
Tom Christie committed -
The `exception_handler` does not actually handle django.core.exceptions.ValidationError, so remove any mention of it. This closes #2872
Allard Hoeve committed -
Ryan Allen committed
-
- 23 Apr, 2015 4 commits
-
-
Tom Christie committed
-
Nicolas Delaby committed
-
Frontpage example no longer uses model attribute
Tom Christie committed -
Valentin Hăloiu committed
-
- 22 Apr, 2015 7 commits
-
-
Prevent empty `queryset`s to raise AssertionError.
Xavier Ordoquy committed -
Nicolas Delaby committed
-
Nicolas Delaby committed
-
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 4 commits
-
-
Prevents having to lookup the import
Cody Scott committed -
only allow integer field to accept integers and strings, fixes #2835
Kevin Brown committed -
Following [@jpadilla](https://github.com/jpadilla)'s suggestion in issue [#2837](https://github.com/tomchristie/django-rest-framework/issues/2837), I am proposing a little addition in "Creating an endpoint for the root of our API" section in order to make it clear that the `user-list` and `snippet-list` names will be declared later in `snippets/urls.py`. Missing this clarification might lead a beginner (like me) to think that the names are somehow assigned by rest_framework under the hood and to try the code too early, getting stuck in the following errors.
frnc 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
-
- 18 Apr, 2015 2 commits
-
-
Adam Parsons committed
-
Moved to color associated with the breadcrumb to the tweaks style sheet.
Adam Parsons 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 3 commits
-
-
Update example of nested data
José Padilla committed -
Rob Hudson committed
-
When importing other bootstrap themes from sites like bootswatch, the margin in default.css persists and adds a 70px margin below the header. This change will remove that margin when users choose to use a different bootstrap theme.
Adam Parsons committed
-