Commit Graph

  • 18f2ca4b02 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-07-31 22:33:59 +0100
  • 6677374e9b Kickstarter sponsors Tom Christie 2014-07-31 22:33:45 +0100
  • 0d2c0ef111 Merge pull request #1724 from kevinlondon/patch-1 Xavier Ordoquy 2014-07-31 21:45:25 +0200
  • c0f002b09d Updated Permissions doc link to Django docs Kevin London 2014-07-31 12:41:15 -0700
  • 842caee00f Order by amount backend, then date backed Tom Christie 2014-07-31 20:20:05 +0100
  • 8044416523 Add platinum sponsors Tom Christie 2014-07-31 20:19:28 +0100
  • 6792b9046d Add platinum sponsors Tom Christie 2014-07-31 18:38:09 +0100
  • b48f5010a5 Latest docs build Tom Christie 2014-07-30 12:51:56 +0100
  • 57d6e04ff5 Add django-rest-framework-mongoengine link. Closes #1722 Closes #1562 Closes #1545 Tom Christie 2014-07-30 12:50:36 +0100
  • 73e35efd8d Merge 6b99231fdc into 983400ddc4 Umut Bozkurt 2014-07-30 11:26:41 +0000
  • aab58e60a5 Fixed build Mihail Burduja 2014-07-30 08:18:28 +0300
  • 983400ddc4 Merge pull request #1720 from tomchristie/feature/django_guardian_cleanup Xavier Ordoquy 2014-07-29 22:29:58 +0200
  • 5d96a393d8 Added test for backward compatibility Mihail Burduja 2014-07-29 23:04:07 +0300
  • 66fa40c300 evaluate content at function start Paul Oswald 2014-07-29 22:13:11 +0900
  • 5e02f015b8 Better fix for the Django 1.3 compat Xavier Ordoquy 2014-07-29 10:30:08 +0200
  • 59d0a0387d Fixed the Django 1.3 compat Xavier Ordoquy 2014-07-29 10:20:10 +0200
  • 4210fedd21 Fixed the cache issue with Django 1.7 rc* Xavier Ordoquy 2014-07-29 08:35:00 +0200
  • a1194e38c3 Add 'API Consumers' page to docs/topics with Ember.js section Dustin Farris 2014-07-28 19:25:38 -0400
  • 6399c4776c Merge 0a4a935b5d into c7a988eb38 Renato Rufino dos Santos 2014-07-28 22:57:11 +0000
  • 0a4a935b5d pep8 fixes Renato Rufino 2014-07-28 19:57:03 -0300
  • 4eeb4342dd Added option to prepend MEDIA_ROOT to FileField fields. Mihail Burduja 2014-07-28 20:41:19 +0300
  • fc8eb76c22 Issue #1707 - Add info about queryset property caching to get_queryset() docs. Kyle 2014-07-28 10:19:42 -0700
  • e40ffd60d4 Issue #1707 - Add documentation about the caching of GenericAPIView.queryset to the queryset property, get_queryset(), and do generic-views.md; remove changes to the viewsets.md documentation from my last commit. Kyle 2014-07-28 10:11:40 -0700
  • 0cbdbd24e5 Updated the tox file. Xavier Ordoquy 2014-07-28 13:54:43 +0200
  • 339b72f753 Merge eb286eadb9 into 4876bec9f5 尹吉峰 2014-07-28 10:35:01 +0000
  • 6d25371d71 Merge 4b79c0f4d6 into c7a988eb38 Martijn Bastiaan 2014-07-28 08:50:34 +0000
  • 921e4ed2ee Evaluate content before passing to regex.sub Paul Oswald 2014-07-28 16:59:55 +0900
  • 5429c2800e Django-guardian version cleanup. Xavier Ordoquy 2014-07-28 08:00:50 +0200
  • c7a988eb38 Merge remote-tracking branch 'reference/master' Xavier Ordoquy 2014-07-28 07:53:04 +0200
  • fe048dc4fb Fix #1712 (issue when django-guardian is installed but not configured/used) Xavier Ordoquy 2014-07-28 07:37:30 +0200
  • 48b02f016a Issue #1707: Add documentation to api-docs.viewsets notifying users that they should use the get_queryset() method when overriding a ModelViewSet method, such as list(). Otherwise, since queryset is a static property, the value will be cached for every instance of that ViewSet. Kyle Valade 2014-07-27 14:01:43 -0700
  • 4b79c0f4d6 Split remove_invalid_fields() into reusable chunks Martijn Bastiaan 2014-07-27 14:22:04 +0200
  • 23dde51b40 Merge cb3a342dfb into 02187eb2ed Martin Voldřich 2014-07-26 19:57:32 +0000
  • 02187eb2ed Merge pull request #1705 from opbeat/master Tom Christie 2014-07-26 20:57:28 +0100
  • 4876bec9f5 Merge remote-tracking branch 'origin/master' into 2.4.0 Xavier Ordoquy 2014-07-26 00:06:56 +0200
  • e3aff6a567 Updated test docstring related to missing bearer token. Ron Cohen 2014-07-25 13:38:42 +0000
  • 05882cc599 Sending "Bearer" and "Bearer " resulted in a 500. Ron Cohen 2014-07-25 10:55:53 +0000
  • f5a07603fe comments to clarify attribute usage in Response() Renato Rufino 2014-07-24 14:12:04 -0300
  • 409e687b2f SimpleTemplateResponse compat should be >= 1.4 Renato Rufino 2014-07-23 01:52:53 -0300
  • 8a2fc8fd50 Merge 9be01a6e4d into 299a8347e8 Carlton Gibson 2014-07-23 04:13:56 +0000
  • dd09e94f41 importing SimpleTemplateResponse from compat module Renato Rufino 2014-07-23 01:09:54 -0300
  • 75e5573865 adding support for rendering_attrs in SimpleTemplateResponse Renato Rufino 2014-07-23 01:05:52 -0300
  • 299a8347e8 Merge pull request #1692 from davbo/patch-1 Tom Christie 2014-07-22 15:59:04 +0200
  • 5de99a60f9 Merge remote-tracking branch 'origin/master' into feature/dotted_names_for_regular_fields Xavier Ordoquy 2014-07-22 11:22:35 +0200
  • d338885ba4 Merge afd63074dd into 4797b29ed8 sjb933 2014-07-22 09:12:34 +0000
  • 75d6f01e38 Merge 742e08b074 into 4797b29ed8 Brad Erickson 2014-07-22 00:16:11 +0000
  • 742e08b074 Change Tutorial 5 to use a class-based APIRootView Brad Erickson 2014-07-21 17:03:23 -0700
  • 10daaa469d Merge f2097f2dbe into 4797b29ed8 Omer Katz 2014-07-21 13:57:44 +0000
  • 4797b29ed8 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-07-20 15:47:01 +0100
  • 81d15aa9be Add link to drf-extra-fields. Closes #1698 Tom Christie 2014-07-20 15:45:45 +0100
  • f2097f2dbe Added support for custom primary key types of custom user models. Omer Katz 2014-07-20 14:34:40 +0300
  • 08772799d4 Update README.md Tom Christie 2014-07-18 13:22:29 +0100
  • bf7371fbc5 Update README.md Tom Christie 2014-07-18 13:21:19 +0100
  • 591e67f540 Update README.md Tom Christie 2014-07-18 13:21:03 +0100
  • 30bf55bf8d Update README.md Tom Christie 2014-07-18 13:20:55 +0100
  • d059b6d6c3 Change positioning of announcement. Tom Christie 2014-07-18 13:20:03 +0100
  • 0782640415 Kickstarter announcement Tom Christie 2014-07-18 13:19:28 +0100
  • aa64899087 Latest docs deploy Tom Christie 2014-07-18 11:55:17 +0100
  • 4324f50437 Phrasing tweak Tom Christie 2014-07-18 11:54:51 +0100
  • a13a65f489 Latest docs deploy Tom Christie 2014-07-18 11:53:43 +0100
  • ab34ddcf2f Typo Tom Christie 2014-07-18 11:53:23 +0100
  • c7e95068c2 Latest docs deploy Tom Christie 2014-07-18 11:52:03 +0100
  • 550243fd26 Beef up the kickstarter announcement Tom Christie 2014-07-18 11:51:48 +0100
  • ead0e60099 Docs for kickstarter announcement Tom Christie 2014-07-17 17:17:41 +0100
  • a4329238f7 Fix typo Tom Christie 2014-07-17 17:17:16 +0100
  • c6a7e70eb4 Merge ffdf2ffb19 into 6bf0f81b0b Tuna VARGI 2014-07-17 13:54:05 +0000
  • ffdf2ffb19 type fixes vargi 2014-07-17 16:43:52 +0300
  • 941a2bb01b Link to kickstarter announcement Tom Christie 2014-07-17 14:43:40 +0100
  • 92566cce56 documentation for Base64ImageField and test for blank case vargi 2014-07-17 16:06:15 +0300
  • c228c6b2ca Minor tweaks to kickstarter announcement Tom Christie 2014-07-17 14:04:17 +0100
  • 1c2569bd82 Add kickstarter announcment Tom Christie 2014-07-17 14:02:52 +0100
  • 6bf0f81b0b Kickstarter note on front page Tom Christie 2014-07-17 13:41:19 +0100
  • 680fabe9dd Update fields.md Dave King 2014-07-17 11:46:59 +0100
  • 50cf7ca528 Base64ImageField and tests are implemented vargi 2014-07-16 19:11:06 +0300
  • 77da335ce8 Latest docs Tom Christie 2014-07-15 15:02:49 +0100
  • dd2e950cde Fusion ads Tom Christie 2014-07-15 15:02:09 +0100
  • a346a269ca go back to checking with Mapping Samuel Sutch 2014-07-12 22:07:58 -0600
  • bb6f33fd66 Merge b58a5ae2ec into b519018125 Piper Merriam 2014-07-12 03:21:13 +0000
  • b58a5ae2ec Add MultiSlugRelatedField Piper Merriam 2014-07-11 17:47:45 -0600
  • 96b2700516 Remove unneeded Mapping compat code Samuel Sutch 2014-07-10 14:27:30 -0600
  • 467bc56e08 __getitem__ to check for container-like objects Samuel Sutch 2014-07-10 14:26:53 -0600
  • 18eab53e89 Updated quick start project set up order Emmanouil 2014-07-09 15:53:31 +0100
  • 4762455af3 get_component should work with custom mapping types Samuel Sutch 2014-07-08 10:19:10 -0600
  • 984f8b86e9 Merge 232b3ed4d4 into b519018125 Bahattin Çiniç 2014-07-08 11:43:26 +0000
  • 232b3ed4d4 added expired feature for token authentication Bahattin Cinic 2014-07-08 14:42:22 +0300
  • f8376910f4 s/throtte/throttle/ Jeremy Voorhis 2014-07-07 10:53:04 -0700
  • b519018125 Docs on object level permissions and filters. Closes #1683 Tom Christie 2014-07-07 09:51:23 +0100
  • a5e628bf8b Kick travis Tom Christie 2014-07-07 09:42:50 +0100
  • e77320fa5b Fixed #1378 - Before validating an in-memory image file, seek to the beginning of the file. This is required to in case the same file is validated more than once. Currently, the same image file is validated twice when uploading an ImageField through the browser API - once when creating the model object, and once when rendering the HTML response. danra 2014-07-03 01:57:15 +0300
  • b3f037bb37 Merge f66f53666f into 91eabd54bb Ian Foote 2014-07-01 13:34:35 +0000
  • 91eabd54bb Docs tweak Tom Christie 2014-07-01 14:34:23 +0100
  • de8742116a Merge remote-tracking branch 'origin/fix-serializer-fields' into fix-serializer-fields Anton Martyniuk 2014-06-30 00:15:47 +0200
  • 5edf19e919 updates test model definition due to RelationField changes Anton Martyniuk 2014-06-29 16:30:58 +0200
  • 8522f906bb updates test model definition due to RelationField changes Anton Martyniuk 2014-06-29 16:30:58 +0200
  • 5d148207bb None as empty value should be enough for m2m field Anton Martyniuk 2014-06-29 17:33:17 +0200
  • 4878353b46 fixes failing tests Anton Martyniuk 2014-06-29 17:13:46 +0200
  • 0ff2acdd51 should fix 1.3.7 test Anton Martyniuk 2014-06-29 17:09:21 +0200
  • 75f66d8293 drops BC support Anton Martyniuk 2014-06-29 17:02:15 +0200
  • 9d8a3966f4 provides request object into exception handler Anton Martyniuk 2014-06-29 16:43:33 +0200
  • 9cb4e4e00e adds test for missing but required many-to-many relationship value Anton Martyniuk 2014-06-29 16:31:25 +0200