Commit Graph

  • ed55fbe862 Fix custom HyperlinkedRelatedField example Ian Foote 2015-07-31 12:59:50 +0100
  • a543fae180 Merge pull request #2766 from delinhabit/allow-null-list-serializer Tom Christie 2015-07-31 10:11:21 +0100
  • 9a661f52e5 Merge pull request #3202 from tomchristie/respect-blank-on-many-to-many Tom Christie 2015-07-31 10:01:38 +0100
  • f23089ee72 Merge 14532757f6 into aa3f844b3d Andrii Skomorokhov 2015-07-30 16:17:01 +0000
  • 14532757f6 Update select.html Andrii Skomorokhov 2015-07-30 19:08:17 +0300
  • e68d737825 Respect blank on many to many, and set allow_empty=False if it is not present. Closes #2804. Tom Christie 2015-07-30 17:03:08 +0100
  • aa3f844b3d Merge pull request #3199 from tomchristie/remove-url-from-future Tom Christie 2015-07-30 16:29:11 +0100
  • f087dcf7e2 Merge pull request #3200 from tomchristie/version-3.2 Tom Christie 2015-07-30 16:18:59 +0100
  • ad599100bf Merge pull request #3201 from Helioscene/master Tom Christie 2015-07-30 16:07:25 +0100
  • ed3f9593af Merge branch 'version-3.2' into remove-url-from-future Tom Christie 2015-07-30 16:02:40 +0100
  • 1b3b01e042 Remove unused imports Tom Christie 2015-07-30 15:59:27 +0100
  • 8d7627a079 Update third-party-resources.md David Kaplan 2015-07-30 10:51:44 -0400
  • b969e9a872 Update permissions.md David Kaplan 2015-07-30 10:47:12 -0400
  • c8ad0cce19 Bump minimum Django version to 1.5 Tom Christie 2015-07-30 15:43:39 +0100
  • 4fd971e3e5 Update exception handler test in line with deprecations Tom Christie 2015-07-30 15:42:11 +0100
  • c203ca4c64 Deprecations Tom Christie 2015-07-30 15:26:42 +0100
  • 5b39d820be Remove 'load url from future' tags in templates. Tom Christie 2015-07-30 15:13:22 +0100
  • 1f55bc747b Merge pull request #2926 from tomchristie/admin-style Tom Christie 2015-07-30 15:01:37 +0100
  • 1f50f08f28 Merge pull request #3190 from Hachikooking/master Tom Christie 2015-07-30 14:54:17 +0100
  • 79b825ef32 Drop unused import Tom Christie 2015-07-30 14:38:04 +0100
  • a4e0f03050 Tweak quickstart to show newest users first in list view Tom Christie 2015-07-30 14:18:09 +0100
  • 5c1d6a9200 Docs for AdminRenderer Tom Christie 2015-07-30 14:07:51 +0100
  • accd8fe16b Merge pull request #3198 from jpadilla/search Tom Christie 2015-07-30 09:09:49 +0100
  • cb257ec524 Measure code coverage in tox Trey Hunner 2015-07-29 20:45:23 -0700
  • ea1a8f4ac5 Fix weird search behavior. Closes #3197 José Padilla 2015-07-29 21:25:21 -0400
  • 0b345516a5 Turn off autocomplete on search form José Padilla 2015-07-29 21:24:55 -0400
  • d2ae7d4fcd Add args to the function call for unnamed parameters Hachikooking 2015-07-29 14:43:25 +0200
  • 2109f55244 Correct API ROOT to enable parametered urls clemence.lop 2015-07-28 15:55:49 +0200
  • 743e7572c2 Merge pull request #3184 from damycra/version-2.4.x Tom Christie 2015-07-28 11:21:16 +0100
  • 59be95a0c0 Fix for DjangoObjectPermissionsFilter with Guardian < 1.3 Tom Christie 2015-07-27 10:20:37 +0100
  • 6e3ba202af Merge pull request #2690 from delinhabit/hyperlinked-relation-callable-source Tom Christie 2015-07-27 16:19:48 +0100
  • d4353cc1fd Moved the code comment inside the if block and removed whitespace Ion Scerbatiuc 2015-07-27 07:57:05 -0700
  • 0386a01673 Addressed CR comments Ion Scerbatiuc 2015-07-27 07:40:00 -0700
  • c5a04a8516 Add test for nullable ChoiceField and blank HTML input. Closes #2623. Tom Christie 2015-07-27 13:51:03 +0100
  • 75beb6ab2d Note on ValidationError in perform_create. Closes #2791. Tom Christie 2015-07-27 13:32:30 +0100
  • 402fb39396 HStoreField maps to ListField(CharField(allow_blank=True). Closes #2659. Tom Christie 2015-07-27 13:18:49 +0100
  • f1e2135b04 Restyle horizontal checkbox. Closes #2783. Tom Christie 2015-07-27 13:11:24 +0100
  • 798cd1a637 Fix for DjangoObjectPermissionsFilter with Guardian < 1.3 Tom Christie 2015-07-27 10:20:37 +0100
  • 99d9afc9d0 Remove out-of-date note on footer block in browsable API template. Closes #3187. Tom Christie 2015-07-27 09:18:41 +0100
  • caf337a4ae Merge pull request #3188 from jpadilla/master Tom Christie 2015-07-27 09:17:02 +0100
  • 4f0220b780 Add missing link José Padilla 2015-07-26 20:00:34 -0400
  • 47a22a55ca Added a possible fix Ion Scerbatiuc 2015-07-25 09:44:00 -0700
  • 46b65d1647 Added another test case for PK relations Ion Scerbatiuc 2015-07-25 09:42:27 -0700
  • f53c6c7741 Added a test to reproduce the issue Ion Scerbatiuc 2015-03-13 08:10:05 -0700
  • bbd44ae94b Updated the test cases based on the CR comments Ion Scerbatiuc 2015-07-25 07:52:05 -0700
  • 085c3e8a2b Fixed python 2.6 compatibility Ion Scerbatiuc 2015-03-26 06:32:41 -0700
  • bf25a6ecbc Test case for using allow_null with many=True and a fix for it Ion Scerbatiuc 2015-03-25 16:51:40 -0700
  • bdeb28944f Use RuntimeError, not AssertionError when guarding against direct View.queryset evalutation. Refs #3180. Tom Christie 2015-07-24 09:13:39 +0100
  • 36d8d3681a Merge pull request #3180 from tomchristie/guarded-queryset Tom Christie 2015-07-24 09:11:56 +0100
  • 108dfafa44 Fix Django 1.5/1.4 compat issue Tom Christie 2015-07-24 09:02:16 +0100
  • 152035aee7 Cherry picks Upgrade guardian support to 1.3. #3165 Tom Christie 2015-07-16 16:46:07 +0100
  • c0e3e670ca Fix Django compat for Queryset import Tom Christie 2015-07-23 17:43:49 +0100
  • e05021c8c6 Guard against erronous direct .queryset evaluation in CBVs. Tom Christie 2015-07-23 17:17:18 +0100
  • 4c1597efe0 Error modals Tom Christie 2015-07-23 16:16:48 +0100
  • b996266431 Merge master Tom Christie 2015-07-23 15:28:29 +0100
  • 9d136abb24 Merge pull request #3179 from tomchristie/browsable-api-errors Tom Christie 2015-07-23 15:25:43 +0100
  • d14bc3c4e1 Fix test cases for python3 Tom Christie 2015-07-23 14:41:28 +0100
  • 92008d3d16 None -> '' in the context of form field values Tom Christie 2015-07-23 14:36:23 +0100
  • 90fe0fb881 Errors in browsable API on error. Closes #3024. Tom Christie 2015-07-23 14:31:25 +0100
  • 6e6fa893e4 Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-07-23 12:41:44 +0100
  • 22631c73a7 Resolve assertion error with LimitOffsetPagination and erronous parameters. Closes #2920. Tom Christie 2015-07-23 12:41:35 +0100
  • e7d14532b0 Merge pull request #3178 from ilogik/master Tom Christie 2015-07-23 11:21:33 +0100
  • d9c934debd fixed a typo in docs Adrian Mester 2015-07-23 13:10:20 +0300
  • 9069873e2d Put allow_null in field metadata Venelin Stoykov 2015-07-22 15:43:19 +0300
  • 77e69451c1 Update CONTRIBUTING.md Tom Christie 2015-07-22 13:05:56 +0100
  • 762a30dbda Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-07-22 12:36:43 +0100
  • f9c61e8090 Prominent notes on deprecation status of pagination settings. Closes #3173. Tom Christie 2015-07-22 12:36:32 +0100
  • ee9b5dd9db Merge f0e157dcec into cab981837f José Padilla 2015-07-20 18:56:33 +0000
  • cdfcdf4772 Set a default max_limit based on api_settings Daniel Quinn 2015-07-20 16:04:20 +0200
  • cab981837f Merge pull request #3172 from jpadilla/master Tom Christie 2015-07-20 07:17:59 +0100
  • 7f7e6b33ff Update quickstart.md José Padilla 2015-07-19 21:47:09 -0400
  • 205f388631 fix import sort order Aider Ibragimov 2015-07-19 01:32:51 +0300
  • c4f1c98572 fix lint issues Aider Ibragimov 2015-07-19 01:22:57 +0300
  • a1397ac699 fix bugs, move version branching to compat, update ModelSerializer mapping Aider Ibragimov 2015-07-19 00:26:03 +0300
  • d845157983 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework into feature/filepathfield Aider Ibragimov 2015-07-18 23:34:07 +0300
  • 85cc8e9f1a Merge pull request #3168 from tomchristie/error-on-erronous-commit-argument Tom Christie 2015-07-17 12:50:06 +0100
  • 138e9fcc8f Helpful error on erronous 'serializer.save(commit=False)' Tom Christie 2015-07-17 12:39:22 +0100
  • 9041e47058 Add permissions Брикин Игорь Михайлович 2015-07-17 13:04:49 +0300
  • b22658536d Merge pull request #3165 from tomchristie/guardian-1-3-support Tom Christie 2015-07-16 16:55:30 +0100
  • 788aae2aaf Upgrade guardian support to 1.3. Closes #3163. Tom Christie 2015-07-16 16:46:07 +0100
  • 7b21336872 Rename model to play nice with Django 1.7. Tom Christie 2015-07-16 16:18:14 +0100
  • 0b6eb4a881 Fix for Django 1.7 issue with long default verbose_name arguments on ChoiceField Tom Christie 2015-07-16 16:01:50 +0100
  • 0ccb148183 Support QueryDict list arguments with ListField. Closes #3155. Tom Christie 2015-07-16 15:59:15 +0100
  • c940f15901 Internal use warning against HTMLFormRenderer. Closes #2773. Tom Christie 2015-07-16 15:50:51 +0100
  • 8de13e7e9c Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-07-16 15:46:40 +0100
  • e14391e041 Fix for ModelSerializer ChoiceField with nonstandard args. Closes #3126. Tom Christie 2015-07-16 15:46:27 +0100
  • 098ff83eb8 Merge pull request #3162 from lgiordani/fix_tutorial_serializer Tom Christie 2015-07-16 15:36:55 +0100
  • 4f6eba3ce8 Removed import of unused django.forms.widgets Leonardo Giordani 2015-07-16 16:25:01 +0200
  • 713333d354 Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-07-16 15:17:27 +0100
  • 806b0b34da Include nested objects in metadata for OPTIONS. Closes #3156. Closes #2915. Tom Christie 2015-07-16 15:17:18 +0100
  • 5c264c0e1f Merge pull request #3161 from tomchristie/allow-empty Tom Christie 2015-07-16 14:34:36 +0100
  • 264d423493 Added allow_empty flag for ListField, ListSerializer, ManyRelation, MultipleChoiceField. Tom Christie 2015-07-16 13:51:15 +0100
  • 81709a2c73 Merge pull request #3160 from vstoykov/test-for-3153 Tom Christie 2015-07-16 13:49:59 +0100
  • 73c0ebc2d5 Test for #3153 Venelin Stoykov 2015-07-16 15:40:41 +0300
  • db40b7eb91 Add coverage to runtests. Closes #2936. Tom Christie 2015-07-16 12:39:01 +0100
  • a8acdbc388 Resolve issue with nested serializers in HTML forms. Closes #3153. Tom Christie 2015-07-16 12:04:38 +0100
  • cde7154c59 Runtests should not suppress stdout. In the context of a web app only serves to hide erronous print statements. Tom Christie 2015-07-16 11:50:22 +0100
  • d231f36588 Support default values being used for empty HTML fields. Closes #3130. Tom Christie 2015-07-16 11:47:40 +0100
  • 7315ed8b00 Resolve browsable API form issues with nested serializers. Closes #3153. Tom Christie 2015-07-16 10:49:00 +0100
  • c879aaf398 page_size needs to be stored as state on CursorPagination. Refs 3147. Tom Christie 2015-07-16 10:26:16 +0100