Commit Graph

  • 58c087f7f5 Added cache in github actions to speed up CI (#549) Anas 2020-12-22 22:37:41 +02:00
  • 2e9adce5eb Add Field to django_stubs_ext.django_stubs_ext.patch._need_generic (#547) markedwards 2020-12-22 07:09:29 +00:00
  • 47bd07758b Update django_stubs_ext documentation to reference settings (#548) markedwards 2020-12-19 08:50:46 +00:00
  • 36d1778e2a Django admin additions (#543) Marti Raudsepp 2020-12-17 12:23:51 +02:00
  • caaa23ab8f convince mypy that user.is_staff (and friends) are booleans (#542) proxi 2020-12-16 15:28:01 -05:00
  • cfd9379b58 Change patch_response_headers argument to Optional[int] (Fixes #337) (#338) Marcin Wieczorek 2020-12-13 14:21:58 +01:00
  • 362342d998 Make queryset parameter to ModelMultipleChoiceField Optional Alexander Viklund 2020-12-09 17:12:54 +01:00
  • d3ff5415db Finish loaddata.pyi William Schwartz 2020-12-01 11:32:59 -06:00
  • eecf13a2fe Fix loaddata.pyi William Schwartz 2020-12-01 00:42:56 -06:00
  • d9c851abce Do not force django.contrib.* dependencies (#535) Lysandros Nikolaou 2020-11-24 13:38:03 +02:00
  • 896cbe4752 Add support for PositiveBigIntegerField (Django 3.1) Torok Gabor 2020-11-20 08:28:13 +01:00
  • f3e0872d6e Fix signature of RemoteUserBackend.configure_user (#532) Alisue 2020-11-20 00:38:59 +09:00
  • 4cb13a6ac5 AttributeError exception in copy_method_to_another_class (#531) javulticat 2020-11-17 02:24:59 -05:00
  • 19d695b1da Update misspel.yml Nikita Sobolev 2020-11-17 10:15:18 +03:00
  • 16326e999c Fixes CI sobolevn 2020-11-14 21:18:09 +03:00
  • 517ae648e5 Adds more types to patch sobolevn 2020-11-14 20:46:32 +03:00
  • 3e0f144148 Fixes README sobolevn 2020-11-14 20:05:36 +03:00
  • 8a68111ce5 Closes #529 (#530) Nikita Sobolev 2020-11-14 20:03:50 +03:00
  • 9f966a8056 django_stubs_ext release 0.1.0 sobolevn 2020-11-14 19:17:38 +03:00
  • 0c41d0c6e9 create monkeypatching function for adding get_item dunder (#526) proxy 2020-11-11 02:04:13 -05:00
  • e798b496c0 Add stubs for remaining commands in django.core.management.commands (#525) Tim Martin 2020-11-10 22:56:41 +00:00
  • 01af2ff588 Annotate get_asgi_application (#527) Francesc 2020-11-09 18:27:17 +01:00
  • aab8acf2ea change get_user to use a protocol requiring a session (#522) proxy 2020-11-07 03:38:45 -05:00
  • 1c4a7d25c7 Add Point and Polygon to contrib.gis.geos (#524) Clarity 2020-11-06 14:34:47 -08:00
  • a0d61c0de3 Change InlineModelAdmin.formset to Type[BaseInlineFormSet] (#521) Robert Huselius 2020-11-06 09:04:34 +01:00
  • e837dac26a Fix ResourceWarning (#520) Ceesjan Luiten 2020-11-05 14:47:41 +01:00
  • bbdf15a6ec Add is_active field to django.contrib.auth.AbstractBaseUser model (#517) Yanky Hoffman 2020-11-03 10:07:45 -05:00
  • f08b428027 make FormMixin generic to allow proper typing for LoginView (#515) proxy 2020-10-31 14:53:45 -04:00
  • 44151c485d updated package setup (#485) Na'aman Hirschfeld 2020-10-29 09:59:48 +01:00
  • a3624dec36 Provide a more specific signature for django.core.checks.register (#509) Brian Helba 2020-10-29 03:31:26 -04:00
  • 9a9a0123c7 Fix Generator Type James Pulec 2020-10-28 21:33:43 -07:00
  • d3d854dac8 Add resolve_callables to db.models.utils James Pulec 2020-10-28 20:27:46 -07:00
  • 6dc2c32382 Ensure that all registered checks take the same parameters (#499) Brian Helba 2020-10-28 19:21:32 -04:00
  • 695cdb16ca Add django.forms.widgets.FILE_INPUT_CONTRADICTION symbol (#506) Brian Helba 2020-10-28 19:20:40 -04:00
  • cb1fa08a82 Version 1.7.0 released 1.7.0 sobolevn 2020-10-28 11:41:15 +03:00
  • e2f6abe579 add additional failing test for ModelAdmin generic (#505) proxy 2020-10-28 03:28:04 -04:00
  • ffb6551eb4 make BaseModelAdmin generic to properly type methods dealing with models (#504) proxy 2020-10-27 18:02:43 -04:00
  • 40c8bfa510 Update migration.pyi (#501) Nikita Sobolev 2020-10-26 11:43:47 +03:00
  • 402b7d563f Update http.pyi (#502) Nikita Sobolev 2020-10-26 00:01:36 +03:00
  • 92eb068a04 Fix #224 add paths in mypy's mypy_path option or MYPYPATH env var for import discovery (#498) Daniel Hillier 2020-10-23 09:06:49 +11:00
  • 9d4d06f8b3 Allow overridable checks to be CheckMessage (#497) Brian Helba 2020-10-22 08:12:36 -04:00
  • d746e3f5e4 user parameter for login accepts None (#496) giladsheffer 2020-10-19 18:15:44 +03:00
  • 8729a74f81 correct the type signature of AbstractBaseUser.set_password (#493) proxy 2020-10-18 04:54:10 -04:00
  • 56361b353e Fix typoand grammar in readme (#491) Mark Story 2020-10-15 05:47:15 -04:00
  • b71c9ad282 Changed model exceptions to use more specific base classes. (#490) Noam 2020-10-14 18:41:23 +03:00
  • ce370ea79f Missing stubs (#467) Na'aman Hirschfeld 2020-10-11 11:14:08 +02:00
  • 2a732fd257 renderer = BaseRenderer instead of EngineMixin in Widget.render() (#481) Mariam Maarouf 2020-10-07 19:19:12 +02:00
  • 645ee97e78 Release 1.6.0 1.6.0 sobolevn 2020-10-01 10:57:05 +03:00
  • 5bc3759ea2 Template Loader.get_template_sources yield Origins (#476) William Schwartz 2020-09-29 17:21:38 -05:00
  • 534a028ea2 Use AbstractBaseUser where possible (#475) henribru 2020-09-29 21:04:20 +02:00
  • 87856754ea psycopg2-binary is faster to install (#473) Nicolas Delaby 2020-09-29 11:50:11 +02:00
  • 2f7fac2eaf Allowed to use decimal in combinables (#454) Szymon Pyżalski 2020-09-21 14:00:32 +02:00
  • 5ff99fd047 Check arguments to django.urls.{path,re_path} functions (#464) Marti Raudsepp 2020-09-17 18:08:26 +03:00
  • f77ebcd22c Add db.models.constants stub module (#462) Marti Raudsepp 2020-09-17 18:07:03 +03:00
  • 34b126e3da Fix wrong type for parse_until in template parser (#460) Alexander Viklund 2020-09-12 00:58:09 +02:00
  • 6e5f5f2cdb Allows FileField storage to be a Callable (#453) Jonathan Moss 2020-08-28 17:14:57 +10:00
  • 95252cde60 Add "one_to_many", "one_to_one", "many_to_many," and "many_to_one" attributes to Field base class (#449) James Perretta 2020-08-24 16:09:15 -04:00
  • 6ef2cf0331 Add force_color parameter to django.core.management.color.color_style (#448) Zach Waggoner 2020-08-21 04:41:51 -05:00
  • 9f3b95841b return type for translation.get_language should not be Optional (#446) Alexander Viklund 2020-08-18 11:41:52 +02:00
  • e764b1cf4c Add route argument to ResolverMatch constructor (#442) Federico Bond 2020-08-12 09:36:01 -03:00
  • 8a64d87917 Output a more clear configuration error (#421) Šarūnas Nejus 2020-08-09 09:27:21 +01:00
  • 60f3f9dd9f Change select_for_update's 'of' type to Sequence[str] (#440) Daniel Hillier 2020-08-09 03:21:55 +10:00
  • ca10ee9242 Fix staff_member_required annotations (#436) Mantas Zimnickas 2020-07-31 10:35:35 +03:00
  • f651f27ddf Fix type of update_fields parameter to Model.save (#437) Sigurd Ljødal 2020-07-31 09:14:35 +02:00
  • 3915aa0639 AttributeError exception in build_unannotated_method_args (#429) Kacper 2020-07-21 14:31:19 +02:00
  • 97ec2ee43b Allow Field.widget to be a class or instance (#426) Nate Clark 2020-07-15 16:51:29 -05:00
  • 19c73a106d admin: Allow ModelAdmin.actions to contain str (#425) Daniel Hillier 2020-07-14 17:43:50 +10:00
  • 92ef5d9d95 additional defer() to offset the effect of using the type before decl… (#424) Kacper 2020-07-13 15:31:13 +02:00
  • f16d1b8cb6 Improve *HttpResponse.getvalue() types (#422) Daniel Hillier 2020-07-11 22:57:35 +10:00
  • c3cdc1c2d5 Allow more types for args to Paginator.get_page (#418) Alexander Viklund 2020-07-08 21:53:38 +02:00
  • 3704d0ab98 Don't change type of HttpRequest.user if type has been changed by subclassing (#415) Alexander Viklund 2020-07-07 11:52:21 +02:00
  • b1d619edb2 Bumped required Mypy version to newest in requirements (#414) Kacper 2020-07-06 09:34:17 +02:00
  • e680326c72 Fix partition signature (#413) Akseli Nelander 2020-07-01 14:35:35 +02:00
  • 574a87e68c explicitly mark value and label types on choices enum (#406) Étienne 2020-06-22 01:08:09 -07:00
  • 82ae1751ed 🐑 Update update_session_auth_hash() stub (#401) coiax 2020-06-16 17:19:11 +01:00
  • 69042783b1 Allow form.save() in CreateView / UpdateView (#374) Ceesjan Luiten 2020-06-12 20:12:56 +02:00
  • fd057010f6 Model.objects should be a ClassVar jedi-v1 Dave Halter 2020-06-09 22:48:19 +02:00
  • 391bbc59d5 WIP Fix ci/cd (#396) Kacper 2020-06-11 22:05:59 +02:00
  • 28c76df3b2 Fix compatibility table in readme (#395) Michael 2020-06-10 13:03:00 +00:00
  • 3d2534ea8d Closes #392 master Nikita Sobolev 2020-06-08 10:55:30 +03:00
  • 54f5f63e71 Issue 379 (#391) Kacper 2020-06-06 13:28:28 +02:00
  • 4c5723d368 WIP Issue 388 (#390) Kacper 2020-06-06 10:35:51 +02:00
  • 7e0e43135d BaseForm.prefix may be None (#389) Alexander Viklund 2020-06-04 20:24:42 +02:00
  • e05b84e32d Issue 378 (#387) Kacper 2020-06-03 22:46:30 +02:00
  • 71751d3795 Issue 309 (#383) Alexander Viklund 2020-06-03 19:29:19 +02:00
  • 25f92e8e56 Add get_supported_language_variant (#386) Alexander Viklund 2020-06-03 19:04:19 +02:00
  • 28d47c7e93 Fix parameter types for assertJSONEqual/NotEqual (#385) Alexander Viklund 2020-06-03 19:03:59 +02:00
  • 197cb4058e Issue 382 (#384) Kacper 2020-06-03 11:58:03 +02:00
  • dac2b31fb2 Add __init__ to OrderedSet (#381) Alexander Viklund 2020-06-02 12:56:11 +02:00
  • 8d2600136a Issue 355 (#376) Kacper 2020-06-01 18:41:57 +02:00
  • 570772f973 Revert "Allow template render to string helper functions to accept Context (#372)" (#377) Pavel Savchenko 2020-06-01 13:34:21 +02:00
  • d5c1bfb12a Increase accuracy of ModelAdmin types (#375) Anton Agestam 2020-05-29 23:24:47 +02:00
  • 64cbb0f70e Allow template render to string helper functions to accept Context (#372) Pavel Savchenko 2020-05-23 12:47:39 +02:00
  • 6f5a39625e Add release notes project URL (#365) Ville Skyttä 2020-05-05 18:38:11 +03:00
  • bf604a0398 Add BaseForm._html_output (#364) Anthony Ricaud 2020-04-30 12:36:55 +01:00
  • 92c8dfc93f Fix wrong BaseCache typings (#363) Ashish Bansal (mrphantom) 2020-04-24 15:14:55 +05:30
  • c10c55052c Add add_to_class method to Model (#361) Jorgen Phillips 2020-04-23 17:11:16 -05:00
  • 96914e466b Annotate AdminForm.__init__ (#359) Sergey Tikhonov 2020-04-16 18:22:21 +03:00
  • 90ed7f332d Fix Modelform auto_id to accept Boolean type. (#356) Onyeka Aghanenu 2020-04-13 17:04:18 +01:00
  • a801501151 stub for _build_app_dict (#351) Kacper 2020-04-04 19:38:42 +02:00