Commit Graph

  • 3c160fa153 Update SimpleMetadata to filter the OPTIONS gabn88 2015-09-08 20:22:44 +0200
  • aa48182686 Add test coverage on allow_empty for nested serializers. Xavier Ordoquy 2015-09-07 23:11:01 +0200
  • b57e9cf405 Test protected branches Tom Christie 2015-09-07 10:22:44 +0100
  • 4404d40f60 Only pass allow_empty to the ListSerializer if it was in the arguments. Helps with backward compatibility. Xavier Ordoquy 2015-09-06 23:02:44 +0200
  • 7ccdd015ae Merge pull request #3368 from potpath/patch-1 Xavier Ordoquy 2015-09-04 11:31:24 +0200
  • bb95de13bf Update 6-viewsets-and-routers.md potpath 2015-09-04 16:07:20 +0700
  • f9e53091c1 Drop handling of ImproperlyConfigured Tom Christie 2015-09-03 16:40:12 +0100
  • 8b7ebb9d2c Fixed import sorting Tom Christie 2015-09-03 16:29:13 +0100
  • dcdd765647 Avoid passing allow_empty to the ListSerializer children. Xavier Ordoquy 2015-09-03 17:27:33 +0200
  • 10da18b20b Access settings lazily, not at module import Tom Christie 2015-09-03 16:24:13 +0100
  • 39ec564ae9 Do not access settings on compat import Tom Christie 2015-09-03 14:22:13 +0100
  • 7905e9f9f4 Docs tweak Tom Christie 2015-09-03 11:57:11 +0100
  • e9e88cbc60 Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-09-03 11:24:07 +0100
  • f9d1a34fdd Fix nested HTML dictionaries. Closes #3314. Tom Christie 2015-09-03 11:23:58 +0100
  • afd2a8f8f0 Adjust ModelField.null mappings now that Django-25320 is resolved Tom Christie 2015-09-03 10:12:52 +0100
  • a57ad07674 Add link to validators Lubomír Sedlář 2015-09-03 10:35:28 +0200
  • ec007a7e2d Merge pull request #3359 from raphaelmerx/master Tom Christie 2015-09-03 09:30:45 +0100
  • 1c049edd8c Improve documentation of default argument for fields Lubomír Sedlář 2015-09-03 09:43:27 +0200
  • b9782b6850 DurationField accepts integers raphaelmerx 2015-09-02 16:47:50 -0700
  • d48ec83688 Merge pull request #3358 from brittdawn/3357-self-tag-name-to-generic-relationships-docs Tom Christie 2015-09-02 18:19:41 +0100
  • 7c12a988fa Replacing self.tag with self.tag_name in Generic Relationships documentation. Britt Dawn 2015-09-02 09:25:00 -0700
  • f678212bf3 Merge 303a304a28 into 4dfc66e45d S. Andrew Sheppard 2015-09-01 19:20:26 +0000
  • 4dfc66e45d Merge pull request #3352 from miki725/url-filter Xavier Ordoquy 2015-09-01 08:52:57 +0200
  • 6926c71699 added django-url-filter to 3rd party libraries Miroslav Shubernetskiy 2015-08-31 21:23:11 -0400
  • 8685ea59c5 Merge pull request #3351 from arpheno/version-2.4.x Xavier Ordoquy 2015-08-31 13:52:11 +0200
  • 131e99baef backport of #2492 from tomchristie ref #1850: _closable_objects as an… Sebastian Wozny 2015-08-31 13:32:13 +0200
  • 711552e789 Merge e2e6af3596 into 3a0d54c7fb Hiroaki Nakamura 2015-08-28 17:15:43 +0000
  • e2e6af3596 Add locale ja (Japanese) Hiroaki Nakamura 2015-08-29 02:07:33 +0900
  • f6788e009d Merge 2eb7a16fd1 into 3a0d54c7fb Omer Katz 2015-08-28 14:14:03 +0000
  • f87573ffa3 Merge pull request #3345 from jpadilla/fields Tom Christie 2015-08-28 14:57:05 +0100
  • f34777a2e9 Translations for HTML filters Tom Christie 2015-08-28 14:55:22 +0100
  • 9dd1b2516b Update ModelSerializer fields docs José Padilla 2015-08-28 09:51:11 -0400
  • dae5426e20 Changed formatting and updated docs koliber 2015-08-28 15:35:32 +0200
  • 3a0d54c7fb Fix testing example. Closes #3346 Tom Christie 2015-08-28 13:52:18 +0100
  • 78632849cf Comment against model_field.null 1.98 behavior Tom Christie 2015-08-28 13:29:57 +0100
  • 1fe8e9a0bf Add note on deprecation path José Padilla 2015-08-28 08:11:07 -0400
  • f3ef13ab59 Update to match docs on ModelForm fields José Padilla 2015-08-28 08:05:20 -0400
  • 8db6367188 Deal with 1.9's differing null behavior on reverse relationships and m2m Tom Christie 2015-08-28 12:08:32 +0100
  • b51c1ff0b0 Django 1.9's test case HttpResponse.json() is not cachable. Tom Christie 2015-08-28 11:55:23 +0100
  • 7560e8381f Drop unused patterns Tom Christie 2015-08-28 10:53:44 +0100
  • 6fa534f214 Fix urlpatterns in test Tom Christie 2015-08-28 10:44:49 +0100
  • a5ddd90df0 Log in and log out require escape and mark_safe Tom Christie 2015-08-28 10:27:49 +0100
  • 24a2c3f5c3 Resolve unittest compat Tom Christie 2015-08-28 10:19:18 +0100
  • 25c4c7f9fd Pep8 fix Tom Christie 2015-08-28 10:03:16 +0100
  • e70da5ac6b Compat for GenericForeignKey, GenericRelation Tom Christie 2015-08-28 10:03:08 +0100
  • c9fcfb60aa Merge 654e0e4527 into 8264222497 José Padilla 2015-08-27 17:17:08 +0000
  • 654e0e4527 Update ModelSerializer fields behavior José Padilla 2015-08-27 13:09:08 -0400
  • 4f27697467 Fix get_model import Tom Christie 2015-08-27 17:28:12 +0100
  • f691006f2c Resolve generic fields import Tom Christie 2015-08-27 17:16:19 +0100
  • 48540f180a unittest compat fallback Tom Christie 2015-08-27 17:11:53 +0100
  • 9aca6442a7 Add to the roadmap Tom Christie 2015-08-27 15:31:21 +0100
  • 0b77e733a8 Don't display filter control on detail views Tom Christie 2015-08-27 14:35:39 +0100
  • 9bcb1477e2 Minor tweaks Tom Christie 2015-08-27 14:28:28 +0100
  • aeb57913c9 Filter HTML refinments Tom Christie 2015-08-27 14:25:44 +0100
  • ea630bf3d1 Merge branch 'master' into filters Tom Christie 2015-08-27 14:02:15 +0100
  • f646b469d4 Copy tweaks Tom Christie 2015-08-26 13:22:18 +0100
  • eb37f90dcd Tweak buisiness case Tom Christie 2015-08-26 13:09:22 +0100
  • 66ade04b14 Keep the same RelatedField.choices behaviour while allowing iter_options to limit the amount of choices Rubén Durá Tarí 2015-08-25 17:47:00 +0100
  • cb29f1ab5e Limits the number of related items added to the choices dictionary on RelatedField Rubén Durá Tarí 2015-08-25 16:37:14 +0100
  • 32946f4160 Tweaks to roadmap Tom Christie 2015-08-25 14:03:30 +0100
  • 8264222497 Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-08-25 13:32:42 +0100
  • 086115c7b8 Clean up after publishing to PyPI Tom Christie 2015-08-25 13:32:35 +0100
  • a40a6ff79b Test 2.4.x series on django 1.8 Nik Nyby 2015-08-24 16:02:38 -0400
  • 3666b3f975 Merge pull request #3325 from slava-sh/patch-1 Tom Christie 2015-08-24 19:45:19 +0100
  • 49d799c454 Fix typo Slava Shklyaev 2015-08-24 21:09:08 +0300
  • 1ba879278a Merge pull request #3324 from Rikuoja/master Tom Christie 2015-08-24 15:20:52 +0100
  • 65df9fd5c6 Fix #3323 Rikuoja 2015-08-24 17:02:49 +0300
  • 5cbb535d11 Update documentation Tom Christie 2015-08-24 10:04:47 +0000
  • 0198bce34f Release 3.2.3 3.2.3 Tom Christie 2015-08-24 10:59:52 +0100
  • b271946b31 Merge pull request #3321 from tomchristie/empty-charfield-html Tom Christie 2015-08-24 10:41:36 +0100
  • 9ac646385f Resolve empty HTML charfield behavior. Closes #3318. Tom Christie 2015-08-24 10:13:16 +0100
  • 9758838d86 Merge pull request #3320 from jpadilla/master Tom Christie 2015-08-22 16:38:40 +0100
  • 01fa2647c9 Bump up maximum supported Django versions José Padilla 2015-08-22 08:49:05 -0400
  • 8527a2c9d2 Merge pull request #3316 from purple-sunrise/iregexp_search Tom Christie 2015-08-21 17:01:03 +0100
  • f0782b9451 Doc for regex search filter borzdyko 2015-08-21 18:26:23 +0300
  • 21d0e51831 Test for regex search filter borzdyko 2015-08-21 18:23:39 +0300
  • 5db900c625 First pass at HTML rendering for filters Tom Christie 2015-08-21 16:13:52 +0100
  • 314daaedfa Using https://docs.djangoproject.com/en/1.8/ref/models/querysets/#regex for search filter by starting field with '$' borzdyko 2015-08-21 18:13:13 +0300
  • f601c6c1c3 Merge pull request #3313 from tomchristie/limit-selects Tom Christie 2015-08-21 11:41:55 +0100
  • c271568bf5 Remove erronous checkin Tom Christie 2015-08-21 10:57:46 +0100
  • 314c0095aa iter_options function should have no cutoff by deault Tom Christie 2015-08-21 10:56:22 +0100
  • 99beeb80e1 No cutoff for default ChoiceField, only for relationships Tom Christie 2015-08-21 10:53:10 +0100
  • f4412d0827 Docs for select cutoffs Tom Christie 2015-08-21 10:52:44 +0100
  • 490f0c9f34 Merge branch 'callorico-master' Tom Christie 2015-08-20 12:39:25 +0100
  • b6c4d8c25a Resolve duplicate error for IPAddressField. Closes #3250. Tom Christie 2015-08-20 12:38:48 +0100
  • 0f77c27d34 Merge branch 'master' of https://github.com/callorico/django-rest-framework into callorico-master Tom Christie 2015-08-20 12:30:33 +0100
  • 75be91912c Allow AdminRenderer to function when pagination is disabled. Closes #3275. Tom Christie 2015-08-20 12:28:00 +0100
  • d86fd67895 Fix display of select multiple HTML fields. Closes #3290. Tom Christie 2015-08-20 12:11:14 +0100
  • b4b2dc18fa Clean-up refactoring of SearchFilter implementation Tom Christie 2015-08-20 11:35:32 +0100
  • aa4cd7e9d7 Guard against LimitOffsetPagination edge case. Closes #3303. Tom Christie 2015-08-20 10:12:52 +0100
  • 1de197aa8d Tweaks for funding page Tom Christie 2015-08-20 10:10:06 +0100
  • f42c253778 Merge 8c280d0c42 into ed65db367a Uğur Ünver 2015-08-19 23:06:07 +0000
  • 8c280d0c42 LimitOffsetPagination zero final page fix, closes #3303 Uğur Ünver 2015-08-20 02:04:01 +0300
  • ed65db367a Merge pull request #3300 from jpadilla/listfield-child Tom Christie 2015-08-19 18:23:14 +0100
  • 8af366a732 Raise error when source= use on a child. José Padilla 2015-08-19 11:38:31 -0400
  • 8a6f3b7e1e Merge 4bdd12047d into dd850df1d8 Anton Chaporgin 2015-08-19 14:21:58 +0000
  • dd850df1d8 Merge pull request #3299 from kennydude/patch-1 Tom Christie 2015-08-19 15:01:04 +0100
  • a4af8cc623 Add import to example for filtering Joe Simpson 2015-08-19 14:44:40 +0100
  • c958d5d447 Redirect from www. to fund. when needed. Tom Christie 2015-08-19 12:35:23 +0100
  • 0dc9f285be Paid plans title -> Funding Tom Christie 2015-08-19 12:16:00 +0100