| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-26 | Deal with List/Instance suffixes for viewsets | Tom Christie | |
| 2013-04-04 | Factor view names/descriptions out of View class | Tom Christie | |
| 2013-02-22 | assert package requirements are met for YAMLRenderer | Tom Christie | |
| 2013-02-22 | Py3/2 compat fixes for uncode view names/descriptions | Tom Christie | |
| 2013-02-22 | XML cleanup | Tom Christie | |
| 2013-02-22 | Fix name fallback for BrowsableAPIRenderer | Tom Christie | |
| 2013-02-22 | Fixed UnicodeDecodeError on get_name and get_description methods | Michael Elovskikh | |
| 2013-02-22 | Polishing touches to #663 | Tom Christie | |
| 2013-02-15 | Added tabs between object form and generic content form on PUT/PATCH form | Michael Elovskikh | |
| Some extra behaviour to `BrowsableAPIRenderer` to handle PATCH form. Added PATCH button on generic content PUT form. Tabs between object form and generic content form on PUT/PATCH form wich are both allways visible now. Fix #570 Refs #591 | |||
| 2013-02-12 | Tidy up internal view permission checking logic. | Tom Christie | |
| Also document correctly - these methods are now public and will fall under the deprecation policy from now on. | |||
| 2013-02-12 | New style object-level permission checks | Tom Christie | |
| 2013-02-06 | Purge naked excepts. | Marc Tamlyn | |
| Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes. | |||
| 2013-02-04 | Merge branch 'py3k' into 2.2 | Tom Christie | |
| Conflicts: rest_framework/relations.py rest_framework/serializers.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_slug.py | |||
| 2013-02-04 | Use request.QUERY_PARAMS internally | Tom Christie | |
| (instead of request.GET) | |||
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-30 | Merge branch 'master' into many-fields | Tom Christie | |
| Conflicts: rest_framework/relations.py | |||
| 2013-01-30 | Use many=True style for pk relations. | Tom Christie | |
| 2013-01-05 | deprecate simplejson | Juan Riaza | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-17 | Fix bug with M2M in browseable API | Tom Christie | |
| 2012-12-04 | fixed #469 - RegexField <--> BrowsableAPI Bug | Stephan Groß | |
| 2012-12-02 | Merge remote-tracking branch 'reference/master' into p3k | Xavier Ordoquy | |
| 2012-12-02 | Fixed a bug with type and python 2.x compat. | Xavier Ordoquy | |
| 2012-12-02 | trunk bug. | Xavier Ordoquy | |
| 2012-11-29 | Merge branch 'custom-serializer-form-class' of ↵ | Marko Tibold | |
| https://github.com/ludwigkraatz/django-rest-framework into mergebranch#390 Conflicts: rest_framework/fields.py rest_framework/renderers.py Manually solved | |||
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-11-21 | Tweak to work with serializer performance improvement | Tom Christie | |
| 2012-11-21 | added RegexField to field_mapping in BrowsableAPIRenderer | Stephan Groß | |
| 2012-11-19 | Merge pull request #429 from minddust/minor_fixes | Tom Christie | |
| updated to buildin status codes | |||
| 2012-11-19 | updated to buildin status codes | Stephan Groß | |
| 2012-11-15 | Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵ | Marko Tibold | |
| file_and_image_fields | |||
| 2012-11-14 | fixed some typos | Stephan Groß | |
| 2012-11-14 | Properly render file inputs in the Browsable api. | Marko Tibold | |
| 2012-11-08 | Fields specify what FormFieldClass should be used by BrowsableApiRenderer | Ludwig Kraatz | |
| added SerializerField Attribute "form_field_class" and defaults for existing Fields | |||
| 2012-11-08 | Allowing custom Serializer Fields to have different BrowsableApiRendered ↵ | Ludwig Kraatz | |
| Form Fields than CharField moved field_mapping from local serializer_to_form_fields var to BrowsableAPIRenderer class attr | |||
| 2012-11-08 | moved field_mapping to be BrowsableAPIRenderer attr | Ludwig Kraatz | |
| from local serializer_to_form_fields var to BrowsableAPIRenderer class attr in order to - allow customization when subclassing | |||
| 2012-11-06 | Support for HTML error templates. Fixes #319. | Tom Christie | |
| 2012-11-04 | Fix for bug #363: ChoiceField missing in renderers.py | Michael Shepanski | |
| 2012-11-01 | Merge master | Tom Christie | |
| 2012-11-01 | Relational field support in browseable API. | Tom Christie | |
| Add slug relational fields. Add quickstart. | |||
| 2012-11-01 | return choices as unicode and not string, | Pavel Savchenko | |
| might as well have jsonp return unicode | |||
| 2012-10-30 | Final docs tweaks for 2.0 | Tom Christie | |
| 2012-10-28 | readonly -> read_only | Tom Christie | |
| 2012-10-28 | TemplateHTMLRenderer, StaticHTMLRenderer | Tom Christie | |
| 2012-10-26 | Object-level permissions respected by Browseable API | Tom Christie | |
| 2012-10-22 | Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into ↵ | Marko Tibold | |
| BrowsableAPIRenderer Conflicts: rest_framework/renderers.py - manually resolved conflict | |||
| 2012-10-21 | Refactoring BrowsableAPIRenderer | Marko Tibold | |
| 2012-10-21 | Remove redundant check if method=='DELETE' | Marko Tibold | |
| 2012-10-21 | Remove `initial` kwarg, add `default`. | Tom Christie | |
| 2012-10-19 | Fix up widget choices | Tom Christie | |
