Commit Graph

  • 8f3931e02d Update docs Tom Christie 2013-01-15 17:50:39 +0000
  • e1076cfb49 Added @radiosilence, for the timedelta encoding support. Thanks! Tom Christie 2013-01-15 13:31:05 +0000
  • b4c43d5fe4 Update release notes Tom Christie 2013-01-15 13:29:21 +0000
  • 685706ff2b Merge pull request #584 from radiosilence/master Tom Christie 2013-01-15 05:25:24 -0800
  • 4c0838673d Merge 4fc3b1ba56 into e32aaa29b8 James Cleveland 2013-01-15 05:12:18 -0800
  • 4fc3b1ba56 Add timedelta encoder to the JSONEncoder class. James Cleveland 2013-01-15 13:02:53 +0000
  • e32aaa29b8 Add @shezi thanks! Stephan Groß 2013-01-15 14:00:32 +0100
  • 4a4759dacb Merge pull request #583 from shezi/master Stephan Groß 2013-01-15 04:58:44 -0800
  • b35d5dd7b4 Merge e67b23f1ac into da6b9576c5 Johannes Spielmann 2013-01-15 04:47:18 -0800
  • e67b23f1ac correcting template: closing tag was missing Johannes Spielmann 2013-01-15 13:46:41 +0100
  • 4d8afddfb2 'to_many' check moved eofs 2013-01-15 13:01:21 +0200
  • 6bcac18e7e Docs updated eofs 2013-01-15 12:57:15 +0200
  • da6b9576c5 Update docstrings Tom Christie 2013-01-15 10:51:10 +0000
  • e1157525f9 Setting name changed eofs 2013-01-15 12:38:47 +0200
  • 60d7d005b4 Once more reverted whitespace changes eofs 2013-01-15 12:04:57 +0200
  • fa06831566 Revert whitespace change eofs 2013-01-15 11:46:45 +0200
  • 79f635e0dd Modify tutorial to work with pygments 1.6rc. Fixes #581. Tom Christie 2013-01-15 09:33:24 +0000
  • f3d63deabe Exclude intermediate models from reverse fields. Always dealt reverse relational fields as Many fields. eofs 2013-01-15 11:23:07 +0200
  • ad6ca835c0 Test updated (Test reverse relations with and without depth) eofs 2013-01-15 11:21:56 +0200
  • 0848d5dcfd Merge 70e6594b3c into 190473f508 SvartalF 2013-01-14 12:43:38 -0800
  • 190473f508 Tweak messagepack links Tom Christie 2013-01-14 17:38:45 +0000
  • a7e7c441a4 Add link to @mjumbewu's CSV package Tom Christie 2013-01-14 17:38:32 +0000
  • 33d48041b8 Docs updated eofs 2013-01-14 16:16:03 +0200
  • c8af10349d Better name for a variable eofs 2013-01-14 16:06:14 +0200
  • 6f36563b92 Take default value from 'INCLUDE_REVERSE_RELATIONS' settings eofs 2013-01-14 16:03:04 +0200
  • 0ff3123f3a Merge branch 'master' into reversedrelation eofs 2013-01-14 15:07:46 +0200
  • b04fd3d050 Test case eofs 2013-01-14 14:32:10 +0200
  • e25cea43a9 All kind of relations should work now eofs 2013-01-14 14:19:19 +0200
  • 3425dfd801 Small naming corrections and errors fixed eofs 2013-01-14 12:10:24 +0200
  • 191135d7b0 Version 2.1.16 2.1.16 Tom Christie 2013-01-14 09:20:37 +0000
  • 70e6594b3c Pass real queryset object to MultipleObjectMixin.paginate_queryset method SvartalF 2013-01-14 12:21:54 +0900
  • cae9a334ce Merge pull request #578 from Wackerbarth/tutorial Tom Christie 2013-01-13 11:03:18 -0800
  • 53713d3f6a Merge 08943c3e0a into 9d47c32f44 Richard Wackerbarth 2013-01-13 10:11:28 -0800
  • 08943c3e0a Format extensions have already been introduced. Richard Wackerbarth 2013-01-13 10:49:49 -0600
  • 9d47c32f44 Merge pull request #577 from Wackerbarth/tutorial Stephan Groß 2013-01-12 11:37:38 -0800
  • 947090f136 Merge 0987bed2f7 into da85bb1ab3 Richard Wackerbarth 2013-01-12 10:43:38 -0800
  • 0987bed2f7 Minor gramatical correction Richard Wackerbarth 2013-01-11 14:04:13 -0600
  • da85bb1ab3 Update django-filter link to pypi Stephan Groß 2013-01-12 14:31:40 +0100
  • e0440e609b Update django-filter link to pypi Stephan Groß 2013-01-12 14:28:16 +0100
  • 25a463be73 Update release notes. Tom Christie 2013-01-12 10:07:11 +0000
  • d9acec3e6d PK fields should only be read-only if they are an AutoField. Fixes #563 Tom Christie 2013-01-12 09:43:07 +0000
  • 73c4e5c460 auto_now and auto_now_add fields should be read only by default Tom Christie 2013-01-12 09:32:53 +0000
  • 919c5e1e01 Fix typo in permission_classes Stephan Groß 2013-01-11 20:26:44 +0100
  • c09a579851 Added @wackerbarth. Thanks! Tom Christie 2013-01-11 08:56:49 +0000
  • 6e1fe0a818 Merge pull request #573 from Wackerbarth/tutorial Tom Christie 2013-01-11 00:54:17 -0800
  • c19ea4b00f Merge 7dd5c56f22 into 7ae1111d02 Wackerbarth 2013-01-10 14:27:02 -0800
  • 7dd5c56f22 Make the whitespace uniform Richard Wackerbarth 2013-01-10 16:16:30 -0600
  • 7ae1111d02 Merge pull request #550 from Wackerbarth/tutorial Tom Christie 2013-01-10 14:00:10 -0800
  • e099df81f9 Merge 12efd78fcf into c4e33d8a75 Wackerbarth 2013-01-10 13:38:21 -0800
  • 12efd78fcf Bringing up the Web API Richard Wackerbarth 2013-01-09 11:19:12 -0600
  • 8efd9563a6 Some comment on the tutorial repository Richard Wackerbarth 2013-01-04 05:47:27 -0600
  • 674c9029c1 Imply an additional element in infinite lists Richard Wackerbarth 2013-01-04 05:46:30 -0600
  • c4e33d8a75 Merge pull request #572 from juanriaza/master Tom Christie 2013-01-10 06:57:54 -0800
  • dbeb5a8eba Merge 268f60999c into cb235977f6 Juan Riaza 2013-01-10 06:49:28 -0800
  • 268f60999c unused imports Juan Riaza 2013-01-10 15:48:22 +0100
  • de3400f608 Include fields from reversed relations fixes #569 eofs 2013-01-10 12:10:35 +0200
  • cb235977f6 Include CSRF note in SessionAuthentication docs. Tom Christie 2013-01-09 09:22:17 +0000
  • 394a26f833 Merge pull request #553 from maspwr/null-one-to-one Mark Shirley 2013-01-08 08:40:00 -0800
  • 4cceb65f76 Merge b298bf53f3 into 431ced66e4 Mark Shirley 2013-01-08 08:35:59 -0800
  • b298bf53f3 Update release notes Mark Aaron Shirley 2013-01-08 08:35:41 -0800
  • 81691ff900 Merge remote-tracking branch 'upstream/master' into null-one-to-one Mark Aaron Shirley 2013-01-08 08:33:01 -0800
  • 431ced66e4 Merge pull request #566 from mjtamlyn/patch-1 Tom Christie 2013-01-08 07:38:18 -0800
  • d51c508622 Merge 49cd5e59a8 into 37a8458687 Marc Tamlyn 2013-01-08 07:37:10 -0800
  • 37a8458687 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2013-01-08 15:05:34 +0000
  • c1f194b0a5 Fix inconsistent view_name logic. Fixes #567. Tom Christie 2013-01-08 15:03:14 +0000
  • 49cd5e59a8 ObtainAuthToken pluggable Serializer. Marc Tamlyn 2013-01-08 12:20:01 +0000
  • ae139cb06f Merge pull request #565 from mjtamlyn/patch-1 Stephan Groß 2013-01-08 03:58:06 -0800
  • fe1ba0dab0 Merge 4df1172665 into 4e8f55887d Marc Tamlyn 2013-01-08 03:46:30 -0800
  • 4df1172665 Fix reference to BasicAuthentication in settings. Marc Tamlyn 2013-01-08 11:45:55 +0000
  • a897eb5480 Create separate *NullableOneToOneTests TestCase Mark Aaron Shirley 2013-01-07 16:27:31 -0800
  • e431b6f9f9 Merge 0f0e76d8b1 into d379997aba Xavier Ordoquy 2013-01-07 15:00:39 -0800
  • 0f0e76d8b1 Don't double install django-filter. Xavier Ordoquy 2013-01-08 00:00:28 +0100
  • 5dd76c0706 Correctly remove from the matrix incompatible django / python versions. Xavier Ordoquy 2013-01-07 23:55:16 +0100
  • 0252057ee0 Reverted on the right django 1.5 rc1 url and made sure we use mirrors for our django downloads. Xavier Ordoquy 2013-01-07 23:52:26 +0100
  • 28248f3573 Attempt with another url for django Xavier Ordoquy 2013-01-07 23:46:44 +0100
  • 86a3ad9b3d Check for travis builds. Xavier Ordoquy 2013-01-07 23:36:39 +0100
  • dd45642055 Try a lighter alternative to install django-filter trunk Xavier Ordoquy 2013-01-07 23:34:03 +0100
  • 510d6a3c55 Introduced HTTP_HEADER_ENCODING. Xavier Ordoquy 2013-01-07 23:26:14 +0100
  • 22a7dc27d8 Typo in the travis.yml. Xavier Ordoquy 2013-01-07 23:09:47 +0100
  • c1e3b42fee Conditional six installation (only for django 1.3.5) and install 3.2 compatible django-filter for python 3.2 test. Xavier Ordoquy 2013-01-07 22:41:42 +0100
  • 1f8b2b4a6f Merge 35203f736a into 4e8f55887d Reinout van Rees 2013-01-07 13:39:05 -0800
  • 4e8f55887d Clean up test slightly. Refs #552 Tom Christie 2013-01-07 21:37:44 +0000
  • fccf1814f1 Test against Django 1.5 rc1 Xavier Ordoquy 2013-01-07 22:23:16 +0100
  • 3cc044fb12 Merge 9285aaf99c into 31b585f26a Marc Tamlyn 2013-01-07 13:13:29 -0800
  • 31b585f26a Note paginate_by=None usage. Fixes #555. Tom Christie 2013-01-07 21:13:10 +0000
  • e1b35a8309 Merge a1fca49c2c into 4bb504732d Michel van Leeuwen 2013-01-07 13:09:09 -0800
  • 4bb504732d Respect blank=True on relational fields. Fixes #537 Tom Christie 2013-01-07 21:08:55 +0000
  • 36fa722ebb Merged to latest master Tom Christie 2013-01-07 21:04:52 +0000
  • e429f702e0 Fix PAGINATE_BY_PARAM docs. Refs #551 Tom Christie 2013-01-07 20:17:52 +0000
  • d9df15f321 Added @juanriaza's djangorestframework-msgpack package to the docs. Tom Christie 2013-01-07 14:56:26 +0000
  • de00d3720e Added @mjtamlyn. Thanks! Tom Christie 2013-01-07 14:55:55 +0000
  • 47f0d17f4d Merge pull request #562 from mjtamlyn/view-name Tom Christie 2013-01-07 06:55:33 -0800
  • 5a8a6cfb70 Merge 5bded1ecf0 into 55584928ca Marc Tamlyn 2013-01-07 06:39:34 -0800
  • 5bded1ecf0 Use ResolveMatch.view_name so namespaces work. Marc Tamlyn 2013-01-07 14:34:45 +0000
  • 55584928ca Merge pull request #561 from mjtamlyn/import-errors Tom Christie 2013-01-07 05:01:39 -0800
  • c8a7eaa2b7 Merge c736b80290 into 152e6d5c0a Marc Tamlyn 2013-01-07 04:53:26 -0800
  • c736b80290 Be more informative when reporting import errors. Marc Tamlyn 2013-01-07 12:52:20 +0000
  • 9285aaf99c Don't pass args through, just kwargs. Marc Tamlyn 2013-01-07 10:45:01 +0000
  • 152e6d5c0a Added @michaelmior. Thanks! Tom Christie 2013-01-07 08:57:43 +0000
  • 2034009b59 Merge pull request #559 from michaelmior/django1.5-static Tom Christie 2013-01-07 00:52:23 -0800