| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-03-21 | Default date/time fields now return python date/time objects again by default | Tom Christie | |
| 2013-03-20 | iso formated datetime aware fields with +0000 offset should use 'Z' suffix ↵ | Tom Christie | |
| instead | |||
| 2013-03-13 | Fix duplicated database queries for paginated lists. | Tom Christie | |
| Closes #713. | |||
| 2013-03-07 | Fix broken `None` value for `TimeField`. | Tom Christie | |
| Refs #707. | |||
| 2013-03-06 | Patched DateField and DateTimeField to check for None values before trying ↵ | Kevin Stone | |
| to perform date(time) conversion. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-03-06 | Clean ups to datetime formatting | Tom Christie | |
| 2013-03-05 | Merge datetime formats | Tom Christie | |
| 2013-03-01 | Fix for django 1.3 compatibility | Stephan Groß | |
| 2013-03-01 | Add format class attributes | Stephan Groß | |
| 2013-03-01 | Add new ISO8601 setting + integration | Stephan Groß | |
| 2013-03-01 | Add docs update - part 1 | Stephan Groß | |
| 2013-03-01 | Add drf settings + output format + testcases | Stephan Groß | |
| 2013-03-01 | Fix for python 3 support - thanks @Linovia | Stephan Groß | |
| 2013-03-01 | Add better date / datetime validation (pull 2) | Stephan Groß | |
| addition to #631 with update to master + timefield support | |||
| 2013-02-21 | Catch TypeError as well as ValueError when parsing dates, ref #699 | Yuri Prezument | |
| 2013-02-15 | Merge pull request #657 from dgaus/master | Tom Christie | |
| Make is_simple_callable consider default arguments | |||
| 2013-02-14 | Added a serializer TimeField | Andreas Pelme | |
| 2013-02-13 | Make is_simple_callable consider fields which have default arguments | Diego Gaustein | |
| 2013-02-12 | Clean up field_to_native logic | Tom Christie | |
| 2013-02-07 | Allow serializers to handle dicts as well as objects. Fixes #447. | 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-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 | |
