Commit Graph

  • 8674c48c59 Fixes a broken link in CONTRIBUTING.md (#690) PIG208 2021-08-13 00:50:29 +08:00
  • 44f7c25a4e extend ProtectedError and RestrictedError stubs (#682) Tim Nyborg 2021-08-03 09:13:15 +01:00
  • 696f39b58c Remove assertions for mypy builtins (#685) Abhyudai 2021-08-01 13:44:13 +05:30
  • 01eecf901f Add tests for some queryset methods (#684) Abhyudai 2021-08-01 13:42:06 +05:30
  • 695a7d71a7 Update type of BinaryField to include memoryview as well (#686) Abhyudai 2021-08-01 13:40:15 +05:30
  • 8da8ab4862 Fix/673/from queryset then custom qs method (#680) Seth Yastrov 2021-07-30 00:01:39 +02:00
  • 08a662ecb1 Change PasswordResetForm.get_users() to return Iterable, not Iterator. (#678) Richard Xia 2021-07-29 02:35:28 -07:00
  • 0d7c32f38e Change PasswordResetForm.save() to accept HttpRequest, not WSGIRequest. (#679) Richard Xia 2021-07-29 02:26:06 -07:00
  • 51183231e0 Add @display to django.contrib.admin (#677) Michael Williamson 2021-07-27 14:31:41 +01:00
  • d29dacd64b Add accepts method stub in HttpRequest (#676) snmishra 2021-07-25 10:53:37 -05:00
  • ee51aa4bf8 Add datetime to DateTimeField (#675) snmishra 2021-07-25 05:06:22 -05:00
  • ee9c0d4a32 Fixes by misspell-fixer (#674) github-actions[bot] 2021-07-24 10:48:48 +03:00
  • cfd69c0acc QuerySet.annotate improvements (#398) Seth Yastrov 2021-07-23 15:15:15 +02:00
  • c69e720dd8 Replace accepts expression as string (#671) Tim Nyborg 2021-07-18 13:04:27 +01:00
  • 2a9410f3b1 widen type of make_password and get_hasher parameters (#670) Tim Nyborg 2021-07-18 13:01:36 +01:00
  • cc5d363cfa Add end-of-file-fixer hook to pre-commit (#668) Petter Friberg 2021-07-11 23:48:36 +02:00
  • 446589e133 fix(BaseCache): corrected return type of get_many func (#666) Abhishek Chaudhary 2021-07-05 17:14:04 +05:30
  • d5e45db79b Better linting config (#664) Nikita Sobolev 2021-07-04 16:16:43 +03:00
  • 552f2ffc0c Adds more rules to mypy config, related #662 (#663) Nikita Sobolev 2021-07-04 15:41:51 +03:00
  • d9c63f5e71 fix CursorWrapper iter method (#628) horpto 2021-07-04 15:11:21 +03:00
  • 008dcdbcb6 chore: remove excess # type: ignore comments in _ValuesQuerySet (#662) Michael Aquilina 2021-07-04 12:53:28 +01:00
  • 5c3ce171b2 Add more method signatures for _ValuesQuerySet (#661) Michael Aquilina 2021-07-03 18:12:05 +01:00
  • 13c620f572 chore: remove unused class stubs from query.pyi (#660) Michael Aquilina 2021-07-03 14:14:16 +01:00
  • ded66f6937 Add distinct, order_by and all method signatures for _ValuesQuerySet (#657) Michael Aquilina 2021-07-03 14:00:58 +01:00
  • 739b1711a9 Use Sequence instead of List for path param (#659) David Szotten 2021-07-03 11:46:29 +01:00
  • cf6952c9df Fix type of MigrationLoader.applied_migrations (#656) darius-blink 2021-06-30 05:23:48 -04:00
  • 0c3252fb97 Check whether reported issues actually fails currently (#653) Seth Yastrov 2021-06-28 12:23:20 +02:00
  • f9317c7679 Rename ValuesQuerySet -> _ValuesQuerySet and remove _BaseQuerySet. Ma… (#654) Seth Yastrov 2021-06-28 12:23:00 +02:00
  • 29e971ed9d Allow setting AutoFields to None (#634) Seth Yastrov 2021-06-28 02:23:54 +02:00
  • a00563cfa4 [WIP/RFC] Revisit patching of mypy builtins (reveal_{type,locals}) (#615) Daniel Hahler 2021-06-25 15:56:21 +02:00
  • 159a0e4790 Adds docs for how Field access works sobolevn 2021-06-23 13:43:40 +03:00
  • eb702384a8 Improves edit.py and its forms (#648) Nikita Sobolev 2021-06-16 11:25:57 +03:00
  • acfe0ce820 Patch detail and list generic view base classes (#642) Chris Beaven 2021-06-16 19:32:47 +12:00
  • f182b39c91 Copy decorated queryset methods to manager too (#646) Patrick Gingras 2021-06-16 03:15:32 -04:00
  • 96ae17f4a7 Add missing queryset annotations (#644) Anton Agestam 2021-06-15 10:51:13 +02:00
  • 397e3f3dac Adds support for pyproject.toml files (#639) Cesar Canassa 2021-06-15 00:50:31 +02:00
  • 8c387e85fe Allow Collection for 'fields' and 'exclude' of form model helpers (#637) (#640) Maarten ter Huurne 2021-06-12 00:21:42 +02:00
  • 77f9926ce1 fix tests for mypy 0.900 (#641) Cesar Canassa 2021-06-12 00:05:46 +02:00
  • 47f1700a8b Update test.yml Nikita Sobolev 2021-06-05 23:46:55 +03:00
  • 48c0bf0713 get_language can sometimes return None (#633) Seth Yastrov 2021-06-04 15:02:08 +02:00
  • 893ad6bb02 #629: Add HTTP response "streaming" attribute (#632) jonfoster 2021-06-03 19:25:25 +01:00
  • becb0c9605 fix(ResolverMatch): Added _func_path (#631) Abhishek Chaudhary 2021-06-03 16:27:16 +05:30
  • 9a95b98398 add concrete attr to field (#623) Paweł Markowski 2021-05-25 17:22:48 +02:00
  • e12a2d9aef Update README.md Nikita Sobolev 2021-05-24 11:56:08 +03:00
  • 2f84d2e904 Add db_collation parameter to CharField and TextField (#621) Y. Kiuchi 2021-05-24 17:22:07 +09:00
  • 353b790209 Create py.typed Nikita Sobolev 2021-05-21 11:00:24 +03:00
  • 66d5045ed9 Document limitation with django_stubs_ext.monkeypatch() (#619) Bob Whitelock 2021-05-20 17:24:33 +01:00
  • 3bd9fe530e Add stub for QuerySet.alias() (#618) Anton Agestam 2021-05-19 15:23:59 +02:00
  • 6dd8384381 Add stub for OpClass (#617) Anton Agestam 2021-05-19 10:09:31 +02:00
  • 248f1cccee Adjust Postgres indexes for Django 3.2 (#616) Anton Agestam 2021-05-19 08:49:01 +02:00
  • c0203c9a60 Removes useless import Nikita Sobolev 2021-05-17 22:06:32 +03:00
  • 45f6dc0362 Improve hints for database connections (DatabaseWrapper) (#612) Marti Raudsepp 2021-05-13 20:22:35 +03:00
  • d1dd95181a Add a few missing Storage-related hints (#611) Marti Raudsepp 2021-05-13 13:44:19 +03:00
  • e8d03a0e22 Use BaseDatabaseWrapper class instead of sqlite3's wrapper (#610) Marti Raudsepp 2021-05-13 13:38:08 +03:00
  • 9251520f66 Allow Views to return the more generic HttpResponseBase instead of HttpResponse, to allow returning StreamingHttpResponse (#607) LanDinh 2021-05-01 23:33:05 +02:00
  • 2a1c86744c Update decorators.pyi to match Django 3.1 (#576) Thomas Krapp 2021-05-01 12:42:29 +02:00
  • 619823d497 Ensure that all registered checks return a list of CheckMessage (#508) Brian Helba 2021-05-01 03:34:38 -07:00
  • e4de8453cf Replace models.Model annotations with type variables (#603) Sondre Lillebø Gundersen 2021-05-01 12:21:19 +02:00
  • 5c3898d3b0 Revert "correct the type signature of AbstractBaseUser.set_password (#493)" (#537) Nikita Sobolev 2021-05-01 13:10:11 +03:00
  • e5ff9808cf Correct type of core.management.commands.runserver.Command.default_port (#604) Fabian Henze 2021-04-30 19:23:33 +02:00
  • c633f3215f Added a few definitions to resolve incompatibily with Pyre/Pysa (#601) Maxim Masiutin 2021-04-24 08:24:49 +03:00
  • 9e8e4363b1 Update BaseCommand.requires_system_checks for django >=3.2 (#600) Abhyudai 2021-04-22 21:41:22 +05:30
  • d4c1ed2ce0 Handle GenericForeignKey class typeinfo lookup failure. (#597) Simon Charette 2021-04-21 02:44:41 -04:00
  • 3931432b34 Add type hints for the postgres CursorDebugWrapper and add missing method to the BaseCursorDebugWrapper (#585) LanDinh 2021-04-18 12:50:25 +02:00
  • 4c90b5098f Add no_key parameter to select_for_update queryset method (#594) (#595) Stevan Milic 2021-04-16 18:42:02 +02:00
  • 488d17b65c django-stubs-ext@0.2.0 sobolevn 2021-04-14 12:59:57 +03:00
  • ee58b18f15 WIP: django_stubs_ext: monkeypatch reveal_{type,locals} into builtins (#591) Daniel Hahler 2021-04-14 11:33:45 +02:00
  • 3c6f438cc9 build(deps-dev): remove/unpin mypy/typing-extensions (#593) Daniel Hahler 2021-04-14 11:27:15 +02:00
  • a14f49c4b2 [3.2] Adjust contrib.admin (#589) Hannes Ljungberg 2021-04-13 20:36:24 +02:00
  • f003968177 [3.2] Add missing exceptions (#588) Hannes Ljungberg 2021-04-13 12:18:42 +02:00
  • e8a97e301c [3.2] Adjust model indexes (#587) Hannes Ljungberg 2021-04-13 12:18:13 +02:00
  • e72cbb6eb5 [3.2] Add durable argument to atomic (#586) Hannes Ljungberg 2021-04-13 12:17:30 +02:00
  • 3cca71a58f Version 1.8.0 release sobolevn 2021-04-12 13:12:19 +03:00
  • ceb08f1804 Add URLPattern options to django.url.conf since they were missing. (#583) LanDinh 2021-04-10 17:01:40 +02:00
  • 9beb5327de Create related managers from generated managers (#580) Konstantin Alekseev 2021-04-07 11:37:28 +03:00
  • cd9ef6cdd4 compatibility matrix doc change for new django-stubs version (#581) Daniel Sears 2021-04-03 01:29:16 -07:00
  • 8f97bf880d MIMEBase parameter for EmailMessage.attach() (#577) Edwin Grubbs 2021-04-01 16:21:21 -05:00
  • 124d90794c Fix Field arguments variance (#573) Anton Agestam 2021-03-07 11:32:56 +01:00
  • 6a6fd47f28 Tweak the constructor signature for ManyToManyField (#571) James Owen 2021-03-04 09:23:13 +00:00
  • 28afe59881 Model.objects should be a ClassVar jedi-v2 Dave Halter 2020-06-09 22:48:19 +02:00
  • 54e5ecc16a feat(add-get-lines): Add get_inlines method (#570) melvyn-oviavo 2021-02-22 09:54:35 +01:00
  • 418437b00c Mention issue about as_manager along with a workaround (#569) Seth Yastrov 2021-02-18 07:56:09 +01:00
  • eb195b61e9 Correct order for FileField __init__ args (#568) Daniel 2021-02-15 10:38:04 +00:00
  • 993dd816a4 Update static.pyi (#566) Thomas Krapp 2021-02-12 22:27:12 +01:00
  • e6dcfe4fc6 fix: add headers to http.HttpResponseBase constructor (#564) Chas Nelson 2021-02-09 19:07:35 +00:00
  • 8f9e77ce39 Allow ModelAdmin.actions to be set to None. (#560) Simon Charette 2021-01-31 02:24:32 -05:00
  • a1334a70b9 Stricter return type annotations for template.Library (#541) Tim Martin 2021-01-20 20:11:02 +00:00
  • a8d8561d0e Add deferrable argument to unique constraint (#472) Nicolas Delaby 2021-01-20 09:04:38 +01:00
  • bdc7db1154 Add algorithm parameter (Django 3.1) (#489) Yuta Okamoto 2021-01-20 17:03:51 +09:00
  • 49ed9c957f Merge pull request #536 from wkschwartz/patch-1 Maksim Kurnikov 2021-01-20 02:31:04 +03:00
  • 4829ce2200 Merge pull request #510 from jpulec/patch-1 Maksim Kurnikov 2021-01-20 02:20:35 +03:00
  • 9fe1a76779 Merge pull request #559 from mkurnikov/value-to-string Maksim Kurnikov 2021-01-20 02:18:20 +03:00
  • 153613eddb run black Maksim Kurnikov 2021-01-20 02:11:37 +03:00
  • b6cb50e729 Merge pull request #538 from bullfest/av/ModelMultipleChoiceField Maksim Kurnikov 2021-01-20 02:02:01 +03:00
  • 344dea06b5 value_to_string obj param is Model Maksim Kurnikov 2021-01-20 01:58:29 +03:00
  • 01a9ad12e1 Merge pull request #533 from woochica/master Maksim Kurnikov 2021-01-20 00:19:13 +03:00
  • 0a0e1985d7 add value_to_string method to Field Maksim Kurnikov 2021-01-20 00:14:15 +03:00
  • f07477260f Merge pull request #558 from mkurnikov/jsonfield Maksim Kurnikov 2021-01-20 00:10:24 +03:00
  • 11c3f8cd11 add django 3.1 classproperty Maksim Kurnikov 2021-01-19 22:16:12 +03:00
  • 159f8b95ba add django 3.1 jsonfield Maksim Kurnikov 2021-01-19 22:13:36 +03:00