| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 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 | 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-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. | |||
| 2012-10-30 | Allow use of absolute URLs when deserializing hyperlinked fields | 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 | Fix some typos. | Marko Tibold | |
| 2012-10-29 | Fixes for urls with suffixes | Tom Christie | |
| 2012-10-29 | Deal with None and missing values | Tom Christie | |
| 2012-10-29 | Writable welated fields should return a model instance from .from_native(), ↵ | Tom Christie | |
| not a pk | |||
| 2012-10-28 | readonly -> read_only | Tom Christie | |
| 2012-10-26 | Whitespace | Tom Christie | |
| 2012-10-22 | #314 Fix for manytomany field being required in the payload even though the ↵ | Ian Strachan | |
| field is specified as readonly in the serializer | |||
| 2012-10-22 | Merge field changes: .default and .widget | Tom Christie | |
