aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2013-08-23Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework ↵Tom Christie
into aburgel-fix_937
2013-08-23force_authenticate(None) also clears session info.Tom Christie
Closes #1055.
2013-08-21Tweak commentTom Christie
2013-08-21Merge masterTom Christie
2013-08-21Updating 2.4.0 release notesTom Christie
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
Closes #1028.
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
Closes #1028
2013-08-21Merge branch 'static-routes' into 0.4.0Tom Christie
2013-08-19Merge branch 'boolean-field-required-1004' of ↵Tom Christie
git://github.com/willkg/django-rest-framework
2013-08-19Only HTML forms should have implicit default False for boolean fieldsTom Christie
2013-08-19Commenting link/action decorators as pending deprecationTom Christie
2013-08-19Merge branch 'master' into 2.4.0Tom Christie
2013-08-19MergeTom Christie
2013-08-19Document customizable view names/descriptionsTom Christie
2013-08-19Move view name/description functions into public spaceTom Christie
2013-08-19Merge branch 'master' of git://github.com/chrispaolini/django-rest-framework ↵Tom Christie
into chrispaolini-master
2013-08-18Updated tests for view name and descriptionChristopher Paolini
Updated the tests to use the default view_name and view_description functions in the formatter through the default in settings.
2013-08-17Updated default view name/description functionsChristopher Paolini
Forgot to update the default view name/description functions to the new setup.
2013-08-17Improved view/description function settingChristopher Paolini
Now supports each View having its own name and description function and overriding the global default.
2013-08-16Settings now have default functionsChristopher Paolini
Updated the setting to have a default function.
2013-08-16Add test for BooleanField and requiredWill Kahn-Greene
This tests setting required=True on a BooleanField. Test for issue #1004.
2013-08-16Version 2.3.72.3.7Tom Christie
2013-08-15Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-08-15AnonRateThrottle should always allow authenticated users. Closes #994Tom Christie
2013-08-15Ability to override name/description of viewChristopher Paolini
Added settings and additions to formatting.py
2013-08-14Update filters.pyChad Barrington
Fixed cut n pasted get_ordering docstring for ya bro.
2013-08-14Update filters.pyChad Barrington
Here's a little cleanup for ya, brah!
2013-08-14Merge pull request #1038 from jsatt/nontime_throttlingTom Christie
don't set X-Throttle-Wait-Second header if throttle wait is None
2013-08-13Fix for "No module named compat"JT
2013-08-13don't set X-Throttle-Wait-Second header if throttle wait is NoneJeremy Satterfield
2013-08-13PATCH requests should not be able to create objects.Krzysztof Jurewicz
2013-08-12If null or blank - don't save the nested objectYuri Prezument
2013-08-12Failing test case for nullifying nested objectYuri Prezument
2013-08-12Make OneToOneSource.target nullableYuri Prezument
2013-08-12Fix PATCH button title in templateYuri Prezument
2013-08-12Merge pull request #1030 from etos/patch-2Tom Christie
Spelling correction on read_only_fields err msg
2013-08-10Spelling correction on read_only_fields err msgDan Stephenson
just spotted extras
2013-08-10Spelling correction on read_only_fields err msgDan Stephenson
2013-07-26Fixed reversed arguments in assertionKevin Brown
2013-07-24Add support for removing field files by sending an empty stringAlex Burgel
2013-07-21Fixed testPavel Zinovkin
2013-07-21Updated EmailField error message. This one already available in django ↵Pavel Zinovkin
translations. https://github.com/django/django/blob/master/django/conf/locale/ru/LC_MESSAGES/django.po#L343
2013-07-15Combined link_* and action_* decorators into detail_route and list_route, ↵Alex Burgel
marked the originals as deprecated.
2013-07-15Introduce DynamicDetailRoute and DynamicListRoute to distinguish between ↵Alex Burgel
different route types
2013-07-15Changed collection_* decorators to list_*Alex Burgel
2013-07-15Rename router collection test caseAlex Burgel
2013-07-15Revert route name change and add key to Route object to identify different ↵Alex Burgel
route types
2013-07-15Add support for collection routes to SimpleRouterAlex Burgel
2013-07-15Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwardsTom Christie
2013-07-15Added test case classesTom Christie