| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-07 | Support nullable FKs, with blank=True | Tom Christie | |
| 2012-12-06 | Merge pull request #470 from minddust/fix-#469 | Tom Christie | |
| fixed #469 - RegexField <--> BrowsableAPI Bug | |||
| 2012-12-04 | Added support for 'true'/'false' as valid boolean data | Michael Richards | |
| 2012-12-04 | fixed #469 - RegexField <--> BrowsableAPI Bug | Stephan Groß | |
| 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 | Merge pull request #441 from dbachrach/master | Tom Christie | |
| Add widgets for DateField and DateTimeField | |||
| 2012-11-21 | Merge remote-tracking branch 'upstream/master' into partial-update | Mark Aaron Shirley | |
| 2012-11-21 | partial argument should override required | Mark Aaron Shirley | |
| 2012-11-21 | Merge remote-tracking branch 'upstream/master' into regex_field | Stephan Groß | |
| Conflicts: docs/topics/release-notes.md | |||
| 2012-11-20 | Merge pull request #430 from j4mie/serializer-method-field | Tom Christie | |
| Serializer method field | |||
| 2012-11-20 | Add support for partial serializer updates | Mark Aaron Shirley | |
| 2012-11-20 | Add widgets for DateField and DateTimeField. | Dustin Bachrach | |
| 2012-11-20 | added RegexField | Stephan Groß | |
| 2012-11-19 | Add SerializerMethodField | Jamie Matthews | |
| 2012-11-18 | Add support for min_length / max_length keywords | Jacob Magnusson | |
| on basic ModelFields | |||
| 2012-11-16 | Merge pull request #422 from markotibold/max_length_for_modelserializers | Tom Christie | |
| Max length for modelserializers | |||
| 2012-11-16 | Added URLField and SlugField. | Marko Tibold | |
| Fixed test_modelserializer_max_length_exceeded | |||
| 2012-11-15 | Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵ | Marko Tibold | |
| file_and_image_fields | |||
| 2012-11-14 | .to_native() now returns the file-name. | Marko Tibold | |
| 2012-11-14 | Processed review comments. | Marko Tibold | |
| No type checking in .restore_fields() Added missing BytesIO import. | |||
| 2012-11-14 | fixed some typos | Stephan Groß | |
| 2012-11-14 | Properly render file inputs in the Browsable api. | Marko Tibold | |
| 2012-11-13 | Added a FileField and an ImageField (copied from django.forms.fields). | Marko Tibold | |
| Adjusted generics, mixins and serializers to take a `files` arg where applicable. | |||
| 2012-11-10 | Fixes #380 | 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-07 | fixed typo | Stephan Groß | |
| 2012-11-06 | Add pk_url_kwarg to hyperlinked fields | Tom Christie | |
| 2012-11-06 | added slug support for HyperlinkedIdentityField | Stephan Groß | |
| 2012-11-06 | More defensive coding. Refs: #348 | Tom Christie | |
| 2012-11-06 | Respect false value defaults on WritableField. Fixes #377. | Tom Christie | |
| 2012-11-06 | Allow slug_url_kwarg to be overidden by subclass. Fixes #373 | Tom Christie | |
| 2012-11-05 | slug_url_kwarg should default to same as slug_field | Tom Christie | |
| 2012-11-05 | Merge pull request #347 from minddust/master | Tom Christie | |
| support for passing custom slug options to HyperlinkedRelatedField | |||
| 2012-11-05 | fixed typo | Stephan Groß | |
| 2012-11-05 | added testcase for custom slug field in hyperlinkedrelatedfield | Stephan Groß | |
| 2012-11-05 | `queryset` argument is now optional on writable model fields. | Tom Christie | |
| 2012-11-05 | Merge remote-tracking branch 'upstream/master' | Stephan Groß | |
| 2012-11-05 | Include queryset missing exception on writable SlugField | Tom Christie | |
| 2012-11-02 | Merge pull request #359 from tomchristie/relationship_tests | Tom Christie | |
| Relationship tests | |||
| 2012-11-02 | Tweaks | Tom Christie | |
| 2012-11-02 | foreign key tests | Tom Christie | |
| 2012-11-02 | Apply to_native on dictionary keys as well | Jacob Magnusson | |
| 2012-11-02 | Don't convert dictionary into a string representation | Jacob Magnusson | |
| 2012-11-02 | Fix issues with pk related fields in the browsable API.2.0.2 | Tom Christie | |
| 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-10-31 | fix 'from_native' method when rel is None | Otto Yiu | |
| 'NoneType' object has no attribute 'to' | |||
| 2012-10-31 | added support for custom slug field and kwargs | Stephan Groß | |
| without subclassing HyperlinkedRelatedField and overwriting slug_url_kwarg and slug_field there is no possibility to use other fields / arguments. now you can do something like this: url(r'^users/(?P<username>\w[\w-]*)$', UserInstance.as_view(), name='user-detail') class ProjectSerializer(serializers.HyperlinkedModelSerializer): created_by = serializers.HyperlinkedRelatedField(view_name='user-detail', slug_url_kwargs='username', slug_field='username') | |||
| 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. | |||
