| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-26 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: rest_framework/fields.py | |||
| 2014-06-27 | Merge branch 'master' into modelserialization-charfield-with-null | Serhiy Voyt | |
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini | |||
| 2014-06-16 | typo in the docs | TankorSmash | |
| 2014-06-12 | Version 2.3.14 | Tom Christie | |
| 2014-06-08 | Fixed #1624 (thanks @abraithwaite) | Xavier Ordoquy | |
| 2014-06-05 | Replace ChoiceField type_label | khamaileon | |
| 2014-05-30 | Always use specified content type in APIRequestFactory | Danilo Bargen | |
| If `content_type` is specified in the `APIRequestFactory`, always include it in the request, even if data is empty. | |||
| 2014-05-26 | Add the allow_add_remove parameter to the get_serializer method | khamaileon | |
| 2014-05-22 | Fix _resolve_model to work with unicode strings | Piper Merriam | |
| 2014-05-22 | fields: allow help_text on SerializerMethodField | John Spray | |
| ...by passing through any extra *args and **kwargs to the parent constructor. Previously one couldn't assign help_text to a SerializerMethodField during construction. | |||
| 2014-05-20 | Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value | Tom Christie | |
| Allow customising ChoiceField blank display value | |||
| 2014-05-19 | fix pep8 | allenhu | |
| 2014-05-16 | Added missing import. | Xavier Ordoquy | |
| 2014-05-16 | Fixed tests for python 3.4 | Xavier Ordoquy | |
| 2014-05-09 | Merge pull request #1564 from alumni/master | Carlton Gibson | |
| Fixes #1535 (HTML widget missing `id` attribute) | |||
| 2014-05-08 | Updated failing test from #1575 | Carlton Gibson | |
| 2014-05-08 | Merge pull request #1575 from ewdicus/iso8601 | Carlton Gibson | |
| Add colon to time zone offset in readable_datetime_formats | |||
| 2014-05-07 | Add colon to time zone offset in readable_datetime_formats | Elliott | |
| 2014-05-07 | Fixed test. | Serhiy Voyt | |
| 2014-05-07 | In case of None value returns empty string instead of NoneType. | Serhiy Voyt | |
| 2014-05-06 | Charfied from_native method returns default instead of None. Updated tests. | Serhiy Voyt | |
| 2014-05-06 | Extended test with case of saveing model with blank not null field. | Serhiy Voyt | |
| 2014-05-06 | Added test case to check if the proper attributes are set on html widgets. | Lucian Mocanu | |
| 2014-05-06 | Merge pull request #1485 from Atrasoftware/master | Carlton Gibson | |
| Use help_text, verbose_name, editable attributes for related fields | |||
| 2014-05-04 | Automatically set the field name as value for the HTML `id` attribute on the ↵ | Lucian Mocanu | |
| rendered widget. | |||
| 2014-05-02 | Fix missing message in ValidationError | Charlie Denton | |
| 2014-05-01 | Mark strings in AuthTokenSerializer as translatable | Charlie Denton | |
| 2014-05-01 | Merge remote-tracking branch 'reference/2.4.0' into feature/pytest | Xavier Ordoquy | |
| Conflicts: rest_framework/runtests/urls.py tests/test_response.py tox.ini | |||
| 2014-05-01 | Fixed new default for many | Xavier Ordoquy | |
| 2014-05-01 | Fixed new default for many | Xavier Ordoquy | |
| 2014-05-01 | Added missing field for the tests. | Xavier Ordoquy | |
| 2014-04-30 | Use url functions from Django itself. | Xavier Ordoquy | |
| 2014-04-30 | Merge remote-tracking branch 'reference/master' into feature/pytest | Xavier Ordoquy | |
| Conflicts: tests/test_serializer.py | |||
| 2014-04-30 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/serializers.py rest_framework/tests/test_authentication.py | |||
| 2014-04-30 | Merge pull request #1409 from tuky/patch-1 | Xavier Ordoquy | |
| remove spaces from META['HTTP_X_FORWARDED_FOR'] as throttle key | |||
| 2014-04-29 | Added help_text to expected response in test | Emanuele Pucciarelli | |
| 2014-04-29 | Sync test result w/ new label | Emanuele Pucciarelli | |
| 2014-04-29 | Merge remote-tracking branch 'upstream/master' | Emanuele Pucciarelli | |
| Conflicts: rest_framework/tests/models.py | |||
| 2014-04-28 | Merge pull request #1543 from sinitsynsv/master | Tom Christie | |
| Add help_text and verbose_name attribute mapping for related field | |||
| 2014-04-28 | Better Python < 3 compatibility. | Max Peterson | |
| 2014-04-28 | Python < 3 compatibility. | Max Peterson | |
| 2014-04-28 | Ensure Token.generate_key returns a string. | Max Peterson | |
| 2014-04-27 | Minor typo | Kamil Niski | |
| 2014-04-24 | Add help_text and verbose_name attribute mapping for related field | Sergey Sinitsyn | |
| 2014-04-17 | Merge remote-tracking branch 'pelme/pytest' into feature/pytest | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/runtests/runtests.py tests/test_filters.py tests/test_pagination.py tox.ini | |||
| 2014-04-16 | Allow customising ChoiceField blank display value | Ian Foote | |
| 2014-04-16 | Merge pull request #1527 from Ian-Foote/generic_foreign_key | Xavier Ordoquy | |
| Set GenericForeignKey fields on object before save | |||
| 2014-04-15 | Merge pull request #1518 from hroncok/patch-1 | Carlton Gibson | |
| Add more TRAILING_PUNCTUATION to work with YAML | |||
| 2014-04-15 | Introduce tests for urlize_quoted_links() function | Miro Hrončok | |
