aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-12Set GenericForeignKey fields on object before saveIan Foote
* A model with a required GenericForeignKey can be saved if the field is set
2014-04-11Merge pull request #1523 from sigilion/masterXavier Ordoquy
Fix dict_keys equality test for python 3.
2014-04-11Fix dict_keys equality test for python 3.Ian Leith
2014-04-10Merge pull request #1515 from carltongibson/#1408Carlton Gibson
Added test for #1408 — Already Passes
2014-04-09Skip new test for Django < 1.6Carlton Gibson
2014-04-09Merge branch 'refs/heads/master' into #1408Carlton Gibson
2014-04-09Adds test that blank option is added when required=False on RelatedFieldsCarlton Gibson
2014-04-09Merge pull request #1514 from craigatron/masterCarlton Gibson
Fix python syntax in filtering docs
2014-04-08Fix python syntax in filtering docsCraig
2014-04-08Merge pull request #1511 from maurodec/masterCarlton Gibson
Fixed comment.
2014-04-07Fixed comment.Mauro de Carvalho
2014-04-07Merge pull request #1510 from uploadcare/docs-page-vs-page-limitCarlton Gibson
replace page with page_size to avoide confusion
2014-04-07replace page with page_size to avoide confusionDmitry Mukhin
2014-04-04Merge pull request #1501 from jacobg/patch-1Carlton Gibson
add a __str__ implementation to APIException
2014-04-04add a __str__ implementation to APIExceptionjacobg
Add a __str__ implementation to rest_framework.exceptions.APIException. This helps for logging raised exceptions. Thanks.
2014-03-31Content is a binary string.Xavier Ordoquy
2014-03-31Merge pull request #1493 from r4vi/fieldValidator-not-appliedXavier Ordoquy
add regression tests for field Validators
2014-03-31add regression tests for field ValidatorsRavi Kotecha
pep8 and add issue no fix formatting for python 2.6 and strings for python 3.2
2014-03-31Merge pull request #1477 from vlastv/patch-1Xavier Ordoquy
Writable star source with instance
2014-03-23Aligned the django-filter version with travis builds.Xavier Ordoquy
2014-03-22Merge pull request #1483 from dn0/querydict-bugXavier Ordoquy
Fixed encoding parameter in QueryDict
2014-03-22Fixed encoding parameter in QueryDictDaniel Kontsek
2014-03-21Bumped tests against Django from 1.7a2 to 1.7b1Xavier Ordoquy
2014-03-21Merge pull request #1469 from entrouvert/masterTom Christie
authentication: allow all transport modes of access token in OAuth2Authentication
2014-03-20Change serializer name for removing confusionVladislav Vlastovskiy
2014-03-20Merge pull request #1474 from elmehdikarami/masterTom Christie
Update serializers.py
2014-03-20Fixed copy-pasteVladislav Vlastovskiy
2014-03-20Moved get component from object after test source is starVladislav Vlastovskiy
2014-03-20Added test writable star sourceVladislav Vlastovskiy
Uses nested serializer with parent object
2014-03-19Update serializers.pyelmkarami
2014-03-19Update serializers.pyelmkarami
Prevent iterating over a string that is supposed to be an iterable <==> Prevent read_only_fields = ('some_string)
2014-03-19Update serializers.pyelmkarami
Prevent iterating over a string that is supposed to be an iterable <==> Prevent read_only_fields = ('some_string)
2014-03-19authentication: allow all transport modes of access token in ↵Benjamin Dauvergne
OAuth2Authentication RFC6750 describe three transport modes for access tokens when accessing a protected resource: - Auhthorization header with the Bearer authentication type - form-encoded body parameter - URI query parameter This patch add support for last two transport modes.
2014-03-17Minor docs tweakTom Christie
2014-03-17Tweak DRF compound fields docsTom Christie
2014-03-17Merge pull request #1472 from estebistec/ref-compound-fieldsTom Christie
Serializer fields section for 3rd-party packages
2014-03-16Serializer fields section for 3rd-party packagesSteven Cummings
* Add new section to serializer fields page where we can list and link 3rd-party packages that provide more field types * Add an entry for drf-compound-fields
2014-03-07Merge pull request #1463 from linovia/bugfix/old_request_factory_url_argumentsXavier Ordoquy
Reintroduced url arguments in the urls for the tests.
2014-03-07Reintroduced url arguments in the urls for the tests.Xavier Ordoquy
2014-03-07Add Django 1.7 to toxTom Christie
2014-03-07Don't barf if PIL is not installed.Tom Christie
2014-03-07Pin pillow to 2.3.0Tom Christie
2014-03-07Merge pull request #1460 from inglesp/issue1434Tom Christie
Add SEARCH_PARAM and ORDERING_PARAM to settings
2014-03-06Use six to reload modulePeter Inglesby
2014-03-06Merge pull request #1459 from linovia/bugfix/optional_unique_validationCarlton Gibson
Unique constraint are validated even if the field is optional.
2014-03-06Add SEARCH_PARAM and ORDERING_PARAM to settingsPeter Inglesby
Fixes #1434
2014-03-06Merge pull request #1455 from ericbuehl/masterTom Christie
don't implicitly import provider.oauth2
2014-03-06it's safe to import scope and constantsEric Buehl
2014-03-06Merge remote-tracking branch 'upstream/master'Eric Buehl
2014-03-06Fixed the validation for optional fields that have a value.Xavier Ordoquy