| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | Add dprecation warnings | Tom Christie | |
| 2013-01-30 | Merge branch 'master' into many-fields | Tom Christie | |
| Conflicts: rest_framework/relations.py | |||
| 2013-01-30 | Formatting fixes | Tom Christie | |
| 2013-01-03 | Tweak comment. | Tom Christie | |
| 2013-01-03 | Merge pull request #541 from yprez/default_and_partial_serializers2 | Tom Christie | |
| Fix "default" values and partial serializers. Fixes #532. | |||
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-03 | Some cleanup | Yuri Prezument | |
| 2013-01-02 | FileField validation - handle case when files=None, fixes #542 | Yuri Prezument | |
| 2013-01-02 | urlparse not used here. | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2013-01-02 | Add explaining comment | Yuri Prezument | |
| 2013-01-02 | Fix "default" and partial serializers, fixes #532 | Yuri Prezument | |
| 2012-12-31 | Relation fields move into relations.py | Tom Christie | |
| 2012-12-21 | Update RelatedField#field_from_native coding style | Mark Aaron Shirley | |
| 2012-12-19 | Merge remote-tracking branch 'upstream/master' into related-required | Mark Aaron Shirley | |
| 2012-12-19 | Merge pull request #510 from joual/master | Tom Christie | |
| Fixes #509 | |||
| 2012-12-19 | Check if RelatedField is required. | Mark Aaron Shirley | |
| 2012-12-18 | Whitespace | Tom Christie | |
| 2012-12-15 | Final commit to restore the fix | Joel Marcotte | |
| Signed-off-by: Joel Marcotte <skaner@gmail.com> | |||
| 2012-12-15 | Reverting commit to previous state to see if the test is only relevant to ↵ | Joel Marcotte | |
| django 1.5b2 | |||
| 2012-12-15 | Fix model validation exclusions. Fixes #500. Fixes #506. | Tom Christie | |
| 2012-12-15 | Fix for JSON integer match to a ChoiceField | Joel Marcotte | |
| 2012-12-13 | fixed validationerror usage | Stephan Groß | |
| 2012-12-11 | Fix broken nested fields | Tom Christie | |
| 2012-12-10 | Making sure the assert does not fail when required=False, read_only=True | Venkat | |
| 2012-12-08 | Add null related field option | Tom Christie | |
| 2012-12-08 | Fix for emptystring as nullable FK | Tom Christie | |
| 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-12-02 | Merge remote-tracking branch 'reference/master' into p3k | 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-23 | 52 tests passing. Refactored a few string / byte io. | Xavier Ordoquy | |
| 2012-11-22 | Merge pull request #441 from dbachrach/master | Tom Christie | |
| Add widgets for DateField and DateTimeField | |||
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 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 | |||
