| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-30 | Docs to django-rest-framework.org | Tom Christie | |
| 2012-10-30 | Update travis image to master | Tom Christie | |
| 2012-10-30 | Merge branch 'restframework2' into rest-framework-2-merge2.0.0 | Tom Christie | |
| Conflicts: .gitignore .travis.yml AUTHORS README.rst djangorestframework/mixins.py djangorestframework/renderers.py djangorestframework/resources.py djangorestframework/serializer.py djangorestframework/templates/djangorestframework/base.html djangorestframework/templates/djangorestframework/login.html djangorestframework/templatetags/add_query_param.py djangorestframework/tests/accept.py djangorestframework/tests/authentication.py djangorestframework/tests/content.py djangorestframework/tests/reverse.py djangorestframework/tests/serializer.py djangorestframework/views.py docs/examples.rst docs/examples/blogpost.rst docs/examples/modelviews.rst docs/examples/objectstore.rst docs/examples/permissions.rst docs/examples/pygments.rst docs/examples/views.rst docs/howto/alternativeframeworks.rst docs/howto/mixin.rst docs/howto/reverse.rst docs/howto/usingurllib2.rst docs/index.rst docs/topics/release-notes.md examples/sandbox/views.py rest_framework/__init__.py rest_framework/compat.py rest_framework/utils/breadcrumbs.py setup.py | |||
| 2012-10-30 | Make docs ready to push to django-rest-framework.org | Tom Christie | |
| 2012-10-30 | Merge pull request #341 from minddust/restframework2 | Tom Christie | |
| fix ModelSerializer useage | |||
| 2012-10-30 | Final docs tweaks for 2.0 | Tom Christie | |
| 2012-10-30 | added missing word + removed double whitespace | Stephan Groß | |
| 2012-10-30 | added missing word | Stephan Groß | |
| 2012-10-30 | fixed typo | Stephan Groß | |
| 2012-10-30 | fixed typo | Stephan Groß | |
| 2012-10-30 | removed empty row | Stephan Groß | |
| 2012-10-30 | fix ModelSerializer useage | Stephan Groß | |
| cause of: from snippets.models import Snippet | |||
| 2012-10-30 | Docs update | Tom Christie | |
| 2012-10-30 | Docs tweaks for tutorial. | Tom Christie | |
| 2012-10-30 | Raise nicer exception if queryset not Set on writable related field. Refs: #338 | Tom Christie | |
| 2012-10-30 | Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325 | Tom Christie | |
| Thanks to @Roarster. | |||
| 2012-10-30 | Allow use of absolute URLs when deserializing hyperlinked fields | Tom Christie | |
| 2012-10-30 | Hyperlinked serializer tests | Tom Christie | |
| 2012-10-30 | Merge pull request #335 from tomchristie/related-field-as-instance | Tom Christie | |
| Writable related fields should return a model instance from .from_native... | |||
| 2012-10-30 | Update browser enhancments docs. Fixes #339. | Tom Christie | |
| 2012-10-30 | Merge pull request #336 from markotibold/null_is_true_model_fields | Tom Christie | |
| Null is true model fields | |||
| 2012-10-30 | Merge pull request #337 from markotibold/typos | Tom Christie | |
| Fix some typos. | |||
| 2012-10-30 | Fix some typos. | Marko Tibold | |
| 2012-10-30 | Set a ModelSerializer field to required=False if the ModelField has ↵ | Marko Tibold | |
| null=True set. | |||
| 2012-10-30 | Adding failing tests that show null=True model fields are won't validate if ↵ | Marko Tibold | |
| their value is omitted. | |||
| 2012-10-29 | Fix slug based put as create test | Tom Christie | |
| 2012-10-29 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-10-29 | Fixes for urls with suffixes | Tom Christie | |
| 2012-10-29 | PUT as create should return 200 | Tom Christie | |
| 2012-10-29 | Merge pull request #331 from markotibold/test_put_as_create | Tom Christie | |
| Test put as create | |||
| 2012-10-29 | Docs redirect | Tom Christie | |
| 2012-10-29 | Style tweaks | Tom Christie | |
| 2012-10-29 | Deal with None and missing values | Tom Christie | |
| 2012-10-29 | Fix up login styling | Tom Christie | |
| 2012-10-29 | Fix breadcrumbs | Tom Christie | |
| 2012-10-29 | Writable welated fields should return a model instance from .from_native(), ↵ | Tom Christie | |
| not a pk | |||
| 2012-10-29 | Tweak | Tom Christie | |
| 2012-10-29 | Added @minddust. Thanks! | Tom Christie | |
| 2012-10-29 | Merge pull request #334 from minddust/restframework2 | Tom Christie | |
| formatting docs commits | |||
| 2012-10-29 | fixed api_view decorator useage | Stephan Groß | |
| 2012-10-29 | remove empty rows | Stephan Groß | |
| 2012-10-29 | fix api_view decorator useage | Stephan Groß | |
| 2012-10-29 | add missing whitespace | Stephan Groß | |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß | |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß | |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß | |
| 2012-10-29 | add missing semicolon | Stephan Groß | |
| 2012-10-29 | add missing "`" for code formatting | Stephan Groß | |
| 2012-10-29 | fixed api_view decorator useage | Stephan Groß | |
| 2012-10-29 | removed empty row | Stephan Groß | |
