aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-05-30Merge pull request #1608 from dbrgn/test_client_contenttypeTom Christie
Always use specified content type in APIRequestFactory
2014-05-30Always use specified content type in APIRequestFactoryDanilo Bargen
If `content_type` is specified in the `APIRequestFactory`, always include it in the request, even if data is empty.
2014-05-29Note on configuring TokenAuthenticationTom Christie
2014-05-26Merge pull request #1603 from khamaileon/masterXavier Ordoquy
Add the allow_add_remove parameter to the get_serializer method
2014-05-26Add the allow_add_remove parameter to the get_serializer methodkhamaileon
2014-05-23Merge pull request #1596 from pipermerriam/piper/suport_unicode_model_referencesTom Christie
`_resolve_model` should work with unicode strings
2014-05-22Fix _resolve_model to work with unicode stringsPiper Merriam
2014-05-22Merge pull request #1594 from jcsp/wip-methodfieldTom Christie
fields: allow help_text on SerializerMethodField
2014-05-22fields: allow help_text on SerializerMethodFieldJohn 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-20Merge pull request #1536 from Ian-Foote/choicefield_blank_display_valueTom Christie
Allow customising ChoiceField blank display value
2014-05-20Document ChoiceField blank_display_value parameterIan Foote
2014-05-19Merge pull request #1589 from the5fire/fix-pep8Xavier Ordoquy
fix pep8
2014-05-19fix pep8allenhu
2014-05-18Fixed a small change in the 1.7 beta url.Xavier Ordoquy
2014-05-18Updated Django versions.Xavier Ordoquy
2014-05-16Added missing import.Xavier Ordoquy
2014-05-16Fixed tests for python 3.4Xavier Ordoquy
2014-05-16Typo in the Python version.Xavier Ordoquy
2014-05-16Updated tox with Python 2.4Xavier Ordoquy
2014-05-16Merge remote-tracking branch 'frewsxcv/patch-1' into feature/python34Xavier Ordoquy
2014-05-15Merge pull request #1585 from glogiotatidis/masterXavier Ordoquy
Typo fix.
2014-05-15Typo fix.Giorgos Logiotatidis
2014-05-11Enable testing on Python 3.4Corey Farwell
2014-05-09Merge pull request #1564 from alumni/masterCarlton Gibson
Fixes #1535 (HTML widget missing `id` attribute)
2014-05-08Merge pull request #1576 from carltongibson/fix-#1575Carlton Gibson
Updated failing test from #1575
2014-05-08Updated failing test from #1575Carlton Gibson
2014-05-08Merge pull request #1575 from ewdicus/iso8601Carlton Gibson
Add colon to time zone offset in readable_datetime_formats
2014-05-07Add colon to time zone offset in readable_datetime_formatsElliott
2014-05-07Fixed test.Serhiy Voyt
2014-05-07In case of None value returns empty string instead of NoneType.Serhiy Voyt
2014-05-06Charfied from_native method returns default instead of None. Updated tests.Serhiy Voyt
2014-05-06Extended test with case of saveing model with blank not null field.Serhiy Voyt
2014-05-06Merge pull request #1569 from sbellem/help-docsTom Christie
Help docs
2014-05-06Replaced singular "is" by plural "are"Sylvain Bellemare
2014-05-06Removed unnecessary "that"Sylvain Bellemare
2014-05-06Added missing "the" wordSylvain Bellemare
2014-05-06Added test case to check if the proper attributes are set on html widgets.Lucian Mocanu
2014-05-06Merge pull request #1485 from Atrasoftware/masterCarlton Gibson
Use help_text, verbose_name, editable attributes for related fields
2014-05-06Merge pull request #1561 from incuna/i18nCarlton Gibson
Mark strings in AuthTokenSerializer as translatable
2014-05-05Merge pull request #1567 from sbellem/help-docsTom Christie
Help docs
2014-05-05Removed superfluous "./"sSylvain Bellemare
2014-05-05Added missing "the" wordSylvain Bellemare
2014-05-05Added missing "to" wordSylvain Bellemare
2014-05-04Automatically set the field name as value for the HTML `id` attribute on the ↵Lucian Mocanu
rendered widget.
2014-05-02Fix missing message in ValidationErrorCharlie Denton
2014-05-01Mark strings in AuthTokenSerializer as translatableCharlie Denton
2014-05-01Updated the release-notes.Xavier Ordoquy
2014-05-01Use urls functions from django instead of compat.Xavier Ordoquy
2014-05-01Added missing staticfiles appXavier Ordoquy
2014-05-01Merge remote-tracking branch 'reference/2.4.0' into feature/pytestXavier Ordoquy
Conflicts: rest_framework/runtests/urls.py tests/test_response.py tox.ini