Commit Graph

  • b175751614 Add failing test for issue #1649: https://github.com/tomchristie/django-rest-framework/issues/1649#issuecomment-52525940 Daniel Naab 2014-08-19 18:33:39 -0500
  • 014bd74c56 Merge 4697be18f1 into 09f3eedb23 Victor 2014-11-03 15:33:39 +0000
  • 09f3eedb23 Add notes re view-level and instance-level permissions checks. Closes #1819. Tom Christie 2014-11-03 15:23:16 +0000
  • 78ac332f18 Add docs on Meta inheritance. Closes #1926. Tom Christie 2014-11-03 15:08:19 +0000
  • 21d06a4103 Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971. Tom Christie 2014-11-03 15:03:10 +0000
  • 7b2ed10223 Add 3.0 master merge note Tom Christie 2014-11-03 14:47:10 +0000
  • 0da30e6d1d Add note about 3.0 being merged to master Tom Christie 2014-11-03 14:43:00 +0000
  • b106ebd2c0 Merge pull request #1800 from tomchristie/version-3.0 Tom Christie 2014-11-03 14:36:06 +0000
  • 8861a7dfc7 Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-framework into version-3.0 Tom Christie 2014-11-03 14:14:25 +0000
  • 2b535954cd Py2/3 compat for validation test Tom Christie 2014-11-03 14:14:12 +0000
  • 604728a9ed Merge pull request #2011 from fusionbox/announcement_typos Tom Christie 2014-11-03 14:01:48 +0000
  • 003c42b0f5 Use invalid_data key for error message. Closes #2002. Tom Christie 2014-11-03 14:01:02 +0000
  • 9ce130d1b5 Fixed some typos in 3.0 release notes Rocky Meza 2014-11-03 06:56:42 -0700
  • 6a095e9110 Merge remote-tracking branch 'rahul/master' tanwanirahul 2014-11-03 14:45:49 +0100
  • ea8c405201 Tests for validating custom_method_name router attribute tanwanirahul 2014-11-03 14:44:47 +0100
  • d972df7c9c Ability to override default method names by customizing it tanwanirahul 2014-11-03 14:43:53 +0100
  • aa4fe0799b Merge a2d5a07ae7 into 650a91ac24 kakulukia 2014-11-03 12:31:43 +0000
  • 9944a23f7d Merge f58214e371 into 650a91ac24 Nicolas Delaby 2014-11-03 12:31:32 +0000
  • f58214e371 Test queryset parameter of HyperlinkedRelatedField Nicolas Delaby 2014-11-03 13:29:09 +0100
  • d27b8cc09b PUT as create docs, and move mixin out to external gist Tom Christie 2014-11-03 12:00:19 +0000
  • 37845968cd Merge master Tom Christie 2014-11-03 11:39:54 +0000
  • 650a91ac24 Fix URL escaping 2.4.4 Tom Christie 2014-11-03 11:29:48 +0000
  • dd14c6c88b Latest docs release Tom Christie 2014-11-03 11:21:29 +0000
  • 96bb77dc35 Version 2.4.4 Tom Christie 2014-11-03 11:20:18 +0000
  • 37b0995c8b Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-framework into version-3.0 Tom Christie 2014-11-03 11:10:55 +0000
  • ddc177732c Merge branch 'master' into version-3.0 Tom Christie 2014-11-03 11:10:47 +0000
  • b5c98f686d Properly escape URLs when replacing query parameter Tom Christie 2014-11-03 11:10:24 +0000
  • 56d054e634 Proper escaping of URLs when replacing query parameter Tom Christie 2014-11-03 11:06:45 +0000
  • 1ef4e6b7a8 Merge pull request #2006 from andybak/patch-1 Tom Christie 2014-11-01 10:49:37 +0000
  • 964b3401fb typo fix Andy Baker 2014-11-01 10:25:59 +0000
  • 583e58087c Merge e5b7963687 into 65a0d083d6 bradyoo 2014-11-01 06:28:38 +0000
  • e5b7963687 Always take *args, **kwargs Bradley Yoo 2014-10-31 23:24:57 -0700
  • 324435e20e Merge ffcb7881d4 into 65a0d083d6 Roger 2014-11-01 00:05:37 +0000
  • 134035b91e Merge 246cd5455f into 65a0d083d6 kakulukia 2014-10-31 19:02:43 +0000
  • 959ee34324 Merge 2bad27231a into 65a0d083d6 Eleni Lixourioti 2014-10-31 16:46:49 +0000
  • 6da3813a17 Merge master Tom Christie 2014-10-31 16:45:56 +0000
  • 65a0d083d6 Merge pull request #1963 from carljm/lazy-fields Tom Christie 2014-10-31 16:40:06 +0000
  • 207208fedf Lazy loading of fields and validators. Closes #1963. Tom Christie 2014-10-31 16:38:39 +0000
  • 11075d3770 Merge branch 'master' into version-3.0 Tom Christie 2014-10-31 16:05:45 +0000
  • 5e1ed0aa95 Merge pull request #1922 from JonesChi/fix_follow Tom Christie 2014-10-31 16:05:17 +0000
  • 806ed07d8f Merge e77320fa5b into 0b864acd98 danra 2014-10-31 15:42:52 +0000
  • bacf8cfa9d Guard against malicious string inputs for numbers. Closes #1903. Tom Christie 2014-10-31 15:40:08 +0000
  • 67578d898f Merge 7ff5e79e83 into 0b864acd98 dlm 2014-10-31 15:31:05 +0000
  • 3dfb6b0e50 Merge master Tom Christie 2014-10-31 15:30:35 +0000
  • d631d74141 Merge fbb74e7a40 into 0b864acd98 iorlas 2014-10-31 15:29:09 +0000
  • 0b864acd98 Merge pull request #1785 from gdoermann/master Tom Christie 2014-10-31 15:29:06 +0000
  • 0e59c27e2f Merge branch 'master' into version-3.0 Tom Christie 2014-10-31 15:19:40 +0000
  • 159c3de9fc Merge master Tom Christie 2014-10-31 15:19:15 +0000
  • 45b5f23f31 Update to bootstrap 3. Closes #1085 Tom Christie 2014-10-31 14:56:41 +0000
  • 254701230d Fix up validators docs Tom Christie 2014-10-31 13:58:40 +0000
  • 2762205887 Validator documentation and tweaks Tom Christie 2014-10-31 13:47:36 +0000
  • a2d5a07ae7 use error messages instead of a fixed string kakulukia 2014-10-31 09:35:26 +0100
  • ff11d46d7a add invalid data to default error messages kakulukia 2014-10-31 09:34:19 +0100
  • 246cd5455f use error messages instead of a fixed string kakulukia 2014-10-31 09:35:26 +0100
  • 809e17d487 add invalid data to default error messages kakulukia 2014-10-31 09:34:19 +0100
  • 812ba902f7 Merge 98602900cf into 4ce4a7c41a Alex Rothberg 2014-10-30 21:06:44 +0000
  • 98602900cf Factored out get_api_root_dict in DefaultRouter allow for subclasses to change behavior Alex Rothberg 2014-10-30 16:46:23 -0400
  • 3a152dd0af Merge 5f3615e939 into cd40dcb065 Anssi Kääriäinen 2014-10-30 18:32:03 +0000
  • cd40dcb065 Ensure json.dumps(separators=...) works on both 2.x and 3.x Tom Christie 2014-10-30 16:53:12 +0000
  • 0dea509dc9 Nested serializer tests Tom Christie 2014-10-30 15:59:16 +0000
  • 5f3615e939 Add Serializer._dict_class Anssi Kääriäinen 2014-10-30 09:50:52 +0200
  • 4ce4a7c41a Merge pull request #1997 from agconti/patch-1 Xavier Ordoquy 2014-10-29 22:20:39 +0100
  • f25f05dde5 Update authentication.md Andrew Conti 2014-10-29 16:31:36 -0400
  • 3ffe8dcfac doc for MultiSerializerViewSet emilio 2014-10-29 19:51:06 +0100
  • c238a2cc21 multiple serializers viewset emilio 2014-10-29 19:39:02 +0100
  • cbba31ca7a Merge 7917e4413b into 9ebaabd6eb Anssi Kääriäinen 2014-10-29 15:29:54 +0000
  • 7917e4413b Implemented a couple of speedup ideas Anssi Kääriäinen 2014-10-29 12:17:10 +0200
  • c164d5b31d Merge pull request #1993 from jpadilla/master Carlton Gibson 2014-10-29 11:03:39 +0100
  • 8af3d5db49 Use PYTHONDONTWRITEBYTECODE=1 on tox environment José Padilla 2014-10-28 16:58:25 -0400
  • 9ebaabd6eb unique_for_date/unique_for_month/unique_for_year Tom Christie 2014-10-28 16:21:49 +0000
  • 9f842aea66 Merge 8956845077 into 4ad4fca6ce Tim-Erwin 2014-10-26 01:25:31 +0000
  • 702f47700d Updated requirements Tom Christie 2014-10-24 12:12:01 +0100
  • ffcb7881d4 Fix serializer default None field bug Roger Thomas 2014-10-22 16:53:45 +0100
  • f9c0e6ee1b unique_for_month, unique_for_year Tom Christie 2014-10-22 16:29:09 +0100
  • ba52c0c627 Revert "Added Note on tox & .pyc files. Fixes #1957" Carlton Gibson 2014-10-22 17:08:44 +0200
  • d0a82e5abd Merge d6ccdfc53d into 4ad4fca6ce Carlton Gibson 2014-10-22 14:45:04 +0000
  • d6ccdfc53d Added Note on tox & .pyc files. Fixes #1957 Carlton Gibson 2014-10-22 16:43:37 +0200
  • 4ad4fca6ce Merge pull request #1969 from erikcw/ordered Tom Christie 2014-10-22 14:57:48 +0100
  • ae53fdff9c First pass at unique_for_date, unique_for_month, unique_for_year Tom Christie 2014-10-22 13:30:28 +0100
  • c5d1be8eac .validate() can raise field errors or non-field errors Tom Christie 2014-10-22 10:32:32 +0100
  • 674855a114 Used Django utils SortedDict instead of stdlib's OrderedDict for wider compatability. Erik Wickstrom 2014-10-20 08:47:45 -0700
  • cc254f8873 fix init method for image fields Andy Grabow 2014-10-20 15:41:24 +0200
  • 74ac2d2489 Merge branch 'master' of github.com:kakulukia/django-rest-framework Andy Grabow 2014-10-20 11:04:47 +0200
  • a832ae11e9 allow show_url for all file fields Andy Grabow 2014-10-20 11:03:47 +0200
  • 76e6d185f2 Merge 76301a14b1 into 0951523300 Nicolas Delaby 2014-10-20 07:12:36 +0000
  • 76301a14b1 Upstream project moved to another repo Nicolas Delaby 2014-10-20 09:05:03 +0200
  • 12b677039d Maintain order of views on router for api root view. Erik Wickstrom 2014-10-19 21:03:33 -0700
  • 140f8620ae Set up serializer fields lazily on-demand. Carl Meyer 2014-10-16 12:16:13 -0600
  • 4fd458f625 Merge 2f6e3ac739 into 0951523300 Daniel Ryan 2014-10-17 14:56:04 +0000
  • 0951523300 Merge pull request #1967 from jpadilla/master Tom Christie 2014-10-17 15:20:08 +0100
  • 11edd01c34 Add docs regarding linking third party packages José Padilla 2014-10-17 08:58:31 -0400
  • 05cbec9dd7 Use serializers.ValidationError Tom Christie 2014-10-17 13:23:14 +0100
  • cbe0926172 Merge e652922ebf into 5882a7a9d5 Paul M Furley 2014-10-17 12:06:55 +0000
  • e652922ebf Correct example use of ValidationFailed Paul M Furley 2014-10-17 13:05:09 +0100
  • 5882a7a9d5 Tweak Tom Christie 2014-10-16 20:47:40 +0100
  • 3af5df1955 Performance for PK fields Tom Christie 2014-10-16 20:47:34 +0100
  • 32fd82ba0d get_attribute method on fields Tom Christie 2014-10-16 20:45:36 +0100
  • 7b666e982c Stricter checking for failure cases. Tom Christie 2014-10-16 20:45:18 +0100
  • d0f610be44 Update release notes Tom Christie 2014-10-16 20:43:35 +0100
  • 34a7a48c1d Merge pull request #1959 from konradhalas/add-djoser-to-docs Tom Christie 2014-10-16 14:48:06 +0100