| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Update FieldLabelTest to use new BasicModel.verbose_name | Markus Törnqvist | |
| 2013-05-18 | Change BasicModel.verbose_name | Markus Törnqvist | |
| Isn't it nicer to test for a text which is different from what the previous broken behavior was? Now we can really tell it works! | |||
| 2013-05-18 | Merge pull request #861 from minddust/fix_missing_field_values | Tom Christie | |
| Remove default values - django sets them for us - cause of #710 | |||
| 2013-05-18 | Fix missing para.. | Stephan Groß | |
| 2013-05-18 | Merge branch 'issue-192-expose-fields-for-options' of ↵ | Oscar Vilaplana | |
| github.com:nschlemm/django-rest-framework into http_debug_error_page_doc | |||
| 2013-05-18 | Add newline | Stephan Groß | |
| 2013-05-18 | Rename has_user_through_model -> has_through_model | Tom Christie | |
| 2013-05-18 | Add TestCases for default field values | Stephan Groß | |
| 2013-05-18 | Merge pull request #854 from ryankask/issue-775 | Tom Christie | |
| All relations pointing to ManyToManyFields should default to read-only | |||
| 2013-05-18 | expose the fields metadata via OPTIONS as described in ↵ | Nikolaus Schlemm | |
| https://github.com/tomchristie/django-rest-framework/issues/192 missing: - get fields for method (currently all the same) - tests - right placement of code | |||
| 2013-05-18 | Merge pull request #858 from minddust/fix_710 | Tom Christie | |
| Fix for #710 | |||
| 2013-05-18 | Added @andymckay for refactoring #860 | Tom Christie | |
| 2013-05-18 | Merge pull request #860 from andymckay/master | Tom Christie | |
| startswith can take a tuple | |||
| 2013-05-18 | Merge pull request #857 from pyriku/675-empty-label-related-field | Tom Christie | |
| Display an empty label into related fields if it isn't required | |||
| 2013-05-18 | Removed unicode literals | Pablo Recio | |
| 2013-05-18 | Merge branch 'master' into 675-empty-label-related-field | Pablo Recio | |
| 2013-05-18 | startswith can take a tuple | Andy McKay | |
| 2013-05-18 | Update getattr | Stephan Groß | |
| 2013-05-18 | Merge pull request #859 from craigds/master | Tom Christie | |
| fix for #765 | |||
| 2013-05-18 | Move and rename LabelModelSerializer for further reuse | Markus Törnqvist | |
| 2013-05-18 | Styling tweaks | Tom Christie | |
| 2013-05-18 | Turns out label and help_text are not always there | Markus Törnqvist | |
| 2013-05-18 | Merge branch 'master' of https://github.com/mmcardle/django-rest-framework ↵ | Tom Christie | |
| into styling-fixes | |||
| 2013-05-18 | Remove unused var | Stephan Groß | |
| 2013-05-18 | Temp commit for branch change ;-) | Stephan Groß | |
| 2013-05-18 | Tweak docs | Tom Christie | |
| 2013-05-18 | Merge pull request #856 from grimborg/http_debug_error_page_doc | Tom Christie | |
| added comment about error behavior with DEBUG=True | |||
| 2013-05-18 | Merge | Tom Christie | |
| 2013-05-18 | Clean up test case. | Ryan Kaskel | |
| 2013-05-18 | when source='*' on a nested serializer, expand fields into outer serializer ↵ | Craig de Stigter | |
| when writing. fixes #765 | |||
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Fix for #710 | Stephan Groß | |
| 2013-05-18 | Merge latest changes from master. | Ryan Kaskel | |
| 2013-05-18 | Added @grimborg and @ryankask. Go Team. :) | Tom Christie | |
| 2013-05-18 | Display an empty label into related fields if it isn't required | Pablo Recio | |
| 2013-05-18 | added comment about error behavior with DEBUG=True | Oscar Vilaplana | |
| 2013-05-18 | documentation for ↵ | Mark McArdle | |
| https://github.com/tomchristie/django-rest-framework/issues/775 | |||
| 2013-05-18 | Renderer uses form field's label and help, not attribute name | Markus Törnqvist | |
| 2013-05-18 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework | Mark McArdle | |
| 2013-05-18 | ToMany fields default to read-only if targeting ManyToManyField. | Ryan Kaskel | |
| 2013-05-18 | Initial commit of fix for ↵ | Mark McArdle | |
| https://github.com/tomchristie/django-rest-framework/issues/775 | |||
| 2013-05-18 | Added @craigds, @pyriku, @brianz - Yay for sprints! | Tom Christie | |
| 2013-05-18 | Merge pull request #831 from brianz/master | Tom Christie | |
| Allow nested fields to be missing | |||
| 2013-05-18 | Merge pull request #853 from pyriku/725-blank-choice-dash | Tom Christie | |
| Adds BLANK_CHOICE_DASH as a choice item | |||
| 2013-05-18 | Moved test model into closer to the testcase | Pablo Recio | |
| 2013-05-18 | Merge branch 'master' into 725-blank-choice-dash | Pablo Recio | |
| Conflicts: rest_framework/tests/fields.py | |||
| 2013-05-18 | Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required | Pablo Recio | |
| 2013-05-18 | Merge pull request #851 from linovia/master | Tom Christie | |
| Updated the dependencies version and added the ALLOWED_HOSTS for tests. | |||
| 2013-05-18 | A model's field is required if is null or blank | Pablo Recio | |
| 2013-05-18 | Merge pull request #694 from craigds/master | Tom Christie | |
| fix function names and dotted lookups for use in PrimaryKeyRelatedField | |||
