Commit Graph

  • 4e3f9d6f06 Version 0.10.1 release sobolevn 2022-03-28 16:09:09 +03:00
  • 2fad97af03 login_form is a class (#885) (#891) Mark Gregson 2022-03-28 16:44:40 +11:00
  • a14fb28f33 Import Literal from typing_extensions for 3.7 compatibility (#889) henribru 2022-03-27 19:28:52 +02:00
  • aa5f114575 Remove Python 3.6 trove classifier (#887) henribru 2022-03-26 12:40:24 +01:00
  • 3c58270a78 Version 1.10.0 release (#886) Nikita Sobolev 2022-03-26 09:22:13 +03:00
  • 3f340c9df3 Fix mypy cache of WithAnnotation types (#725) Konstantin Alekseev 2022-03-25 01:13:20 +03:00
  • 1672b54c89 Set type parameters for Field in get_fields() (#882) w0rp 2022-03-24 17:14:16 -04:00
  • 32a33c332d Don't serialize annotated types (#881) Sebastian Wagner 2022-03-22 12:33:52 +01:00
  • 10e06947d7 Fix missing args on SlugField.__init__ (#879) Anderson Luiz de Souza 2022-03-20 13:40:55 -03:00
  • f4d3895595 Bump pytest from 7.1.0 to 7.1.1 (#880) dependabot[bot] 2022-03-19 20:37:03 +03:00
  • 5c75869dd3 Fixes #822 (#868) Himanshu Balasamanta 2022-03-15 15:16:49 +05:30
  • acfafaae14 Bump pytest from 7.0.1 to 7.1.0 (#869) dependabot[bot] 2022-03-14 21:27:12 +03:00
  • f9f6c827c1 Fixes #870 (#871) Himanshu Balasamanta 2022-03-14 23:47:53 +05:30
  • eb6991b008 Improve forms stubs (#862) Adam Johnson 2022-03-02 15:02:54 +00:00
  • 078925a0fc Bump actions/checkout from 2 to 3 (#861) dependabot[bot] 2022-03-02 11:05:16 +03:00
  • cf31c1de7b Bump actions/setup-python from 2 to 3 (#860) dependabot[bot] 2022-03-01 09:42:54 +03:00
  • 104012b817 Added widget_type annotation to BoundField (#855) Ethan Corey 2022-02-22 14:47:43 -05:00
  • 850df1655a Make formfield_from_dbfield return forms.Field instead of models.Field (#857) rolandcrosby-check 2022-02-22 12:44:44 -05:00
  • 30bed85e0d Bump gitpython from 3.1.20 to 3.1.27 (#854) dependabot[bot] 2022-02-21 09:47:17 +03:00
  • ab50fb9876 cache_page should be Optional[float] . (#851) Joon Hwan 김준환 2022-02-14 21:14:28 +09:00
  • 319ab7f9f7 get_cache_key can have multiple httprequest types. (#852) Joon Hwan 김준환 2022-02-14 21:06:01 +09:00
  • 017ac1ce85 Bump pytest from 7.0.0 to 7.0.1 (#850) dependabot[bot] 2022-02-14 10:50:43 +03:00
  • bf84546b9e Fix return type of MigrationRecorder.applied_migrations() (#793) Jacob Walls 2022-02-10 10:29:14 -05:00
  • 3eab36a5c4 DatabaseClient: add missing class methods and reflect Django 3.2 refactor (#846) Kevin Marsh 2022-02-09 22:29:44 -08:00
  • 01a31d2fd5 Bump pytest from 6.2.5 to 7.0.0 (#845) dependabot[bot] 2022-02-07 09:12:33 +03:00
  • 74083c9f8a Correct return type of get_commands() (#838) Rob Percival 2022-01-31 17:28:32 +00:00
  • 8843acde3e Bump black from 21.12b0 to 22.1.0 (#836) dependabot[bot] 2022-01-31 08:45:07 +03:00
  • 8aae836a26 Model.__init__ supporting same typing as assigment (#835) Petter Friberg 2022-01-29 10:07:26 +01:00
  • c556668d7a Attempt to fix 'INTERNAL ERROR using annotate'. (#753) Seth Yastrov 2022-01-28 19:43:03 +01:00
  • 28d6dc992c Export Datasource, Driver from gdal (#797) Cory Dolphin 2022-01-28 10:42:26 -08:00
  • 73290597f8 Make SomeModel._default_manager return a BaseManager[SomeModel] instead of BaseManager[Model] (#817) emma-blossom 2022-01-28 19:42:11 +01:00
  • 060dc3b41a Add object_list to BaseListView (#833) Maarten ter Huurne 2022-01-28 19:41:30 +01:00
  • 5d3768e593 Allow *args to be Any for generic views (#831) rolandcrosby-check 2022-01-26 02:00:26 -05:00
  • 515e382d4a Fix .filter-kwargs lookup crash during cached runs (#828) Petter Friberg 2022-01-24 11:24:09 +01:00
  • 220f0e4cf0 Reuse reverse managers instead of recreating (#825) Petter Friberg 2022-01-22 19:13:05 +01:00
  • edec5a1c99 Notify when Manager.from_queryset happens inside model class body (#824) Petter Friberg 2022-01-21 17:46:56 +01:00
  • 140bb38a79 Bump pre-commit from 2.16.0 to 2.17.0 (#823) dependabot[bot] 2022-01-19 09:58:07 +03:00
  • c04201c859 Delete FUNDING.yml Nikita Sobolev 2022-01-17 15:04:29 +03:00
  • 5bbe353e92 Add FUNDING.yml and drop python3.6 sobolevn 2022-01-17 15:00:27 +03:00
  • 27e5908762 Update project to use mypy 931 (#819) Aleksander Vognild Burkow 2022-01-17 12:58:16 +01:00
  • a9e41a8ba9 Fix suggested changes from #820 (#821) Petter Friberg 2022-01-16 19:13:47 +01:00
  • 99f28387fb Set custom queryset methods as manager attrs instead of method copies (#820) Petter Friberg 2022-01-16 10:14:33 +01:00
  • 1da693ebff Fix extra_context argument type in admin views (#816) rolandcrosby-check 2022-01-13 15:03:03 -05:00
  • 3c1e9e3884 Allow Iterable[Iterable[Any]] as args_generator argument to format_html_join (#722) rolandcrosby-check 2022-01-12 01:44:14 -05:00
  • 4cdf8a8d39 Bump pytest-mypy-plugins from 1.9.2 to 1.9.3 (#815) dependabot[bot] 2022-01-12 09:42:53 +03:00
  • 7701957e4f Fix annotation of ModelAdmin.get_object (#812) rolandcrosby-check 2022-01-08 02:48:29 -05:00
  • fafb200e90 Bump requests from 2.27.0 to 2.27.1 (#807) dependabot[bot] 2022-01-06 12:39:00 +03:00
  • 118f50307c Allow expressions in UniqueConstraint (#806) Tom Carrick 2022-01-06 10:07:24 +01:00
  • 3761c16c51 Change return type of queryset.bulk_update to int (#683) Abhyudai 2022-01-05 21:12:47 +05:30
  • c65e2c48db Add typing to mypy plugin (#804) Gergely Kalmár 2022-01-05 14:21:14 +01:00
  • ed68fbc99f Update typecheck_tests.py Nikita Sobolev 2022-01-04 20:32:50 +03:00
  • 9cad4fbfeb Delete misspel.yml Nikita Sobolev 2022-01-04 20:32:18 +03:00
  • 3a27d8bb91 Bump requests from 2.26.0 to 2.27.0 (#803) dependabot[bot] 2022-01-04 11:19:24 +03:00
  • 49bed6c28d Fix type for templatetag (#801) Carl Johan Hambro 2021-12-31 09:56:10 +01:00
  • 3b02222beb Update syndication Feed class (#800) Gabriel Augendre 2021-12-30 14:33:29 +01:00
  • 9483865284 Make geos.GEOSGeometryBase.equals_exact accept float (#796) Cory Dolphin 2021-12-29 01:16:16 -07:00
  • 1834242e46 Fix Feed.get_object signature (#798) Gabriel Augendre 2021-12-29 09:07:43 +01:00
  • 3b303480b3 Rename requirements.txt file for dependabot to work sobolevn 2021-12-25 11:11:15 +03:00
  • b883e192e4 Adds better id and pk handling (#791) Nikita Sobolev 2021-12-18 13:09:22 +03:00
  • 4a0dd04611 Set types for on_delete functions (#772) w0rp 2021-12-17 19:20:01 +00:00
  • feb0bfa4a6 Updates deps (#788) Nikita Sobolev 2021-12-16 22:39:12 +03:00
  • 02a39f722d Replace toml with tomli (#787) Nikita Sobolev 2021-12-16 22:19:34 +03:00
  • b50a9077f8 Adds django@4.0 support (#786) Nikita Sobolev 2021-12-16 21:51:46 +03:00
  • e9b328a935 Updates deps, adds mypy@0.920 compat, adds dependabot sobolevn 2021-12-16 13:11:06 +03:00
  • eb80b949af Refs #774 (#777) Nikita Sobolev 2021-12-15 15:53:24 +03:00
  • 1219d62b6a Add Model._base_manager (#776) Chris Beaven 2021-12-15 19:08:45 +13:00
  • daf6c659f0 Update autoreload to Django 3.2 (#775) Chris Beaven 2021-12-15 19:06:32 +13:00
  • 059471101c Fix the get_field type for Pyright (#773) w0rp 2021-12-13 17:05:23 +00:00
  • ccbbf86d0e Update signature for Django 3.1 Paginator (#770) Vadim Safonov 2021-12-09 22:35:32 +03:00
  • 69d4b1a86d More accurate template.Parser parse_until type (#769) Chris Beaven 2021-12-09 21:26:26 +13:00
  • 6436a10d5a Add more precise RunSQL, RunPython migration hints (#768) Marti Raudsepp 2021-12-08 14:11:35 +02:00
  • 79d34d6f46 Add ValidationError type hints (#767) Marti Raudsepp 2021-12-08 14:09:20 +02:00
  • e5361f1e04 Fix QuerySet.create and Manager.create annotation since it doesn't accept *args (only **kwargs) (#762) Kevin Marsh 2021-11-30 07:37:54 -08:00
  • 593d04d6e9 Fixed the types in ManyToManyField according to their definition in Django. (#758) Stanislav Mikhailov 2021-11-24 01:13:45 +03:00
  • a57ae4fc76 Fix BaseConnectionWrapper.execute_wrapper (#752) Sigurd Ljødal 2021-11-15 16:14:42 +01:00
  • 331042d1c7 Add signature for Django 3.2 TimestampSigner (#751) David Cain 2021-11-13 11:56:27 -08:00
  • b5c20100ff Update MigrationExecutor stubs to use Sequence (#749) Avery Fischer (biggerfisch) 2021-11-12 12:10:24 -05:00
  • 48aaf3d2ac Implement stubs for views.decorators.common.no_append_slash (#743) Petter Friberg 2021-11-01 16:04:58 +01:00
  • 640553dcd7 Fix boundfield method parameters (#741) Chris Beaven 2021-10-27 00:34:08 +13:00
  • 95060b54c2 Update send_mail recipient_list type from List[str] to Sequence[str] (#740) Yukio Mizuta 2021-10-22 11:51:57 -07:00
  • 09c3dc894b Adjust django.core.signing.dumps and loads key type. (#739) Simon Charette 2021-10-22 14:02:01 -04:00
  • 9482f2f81c fix django.contrib.auth.models.Group.natural_key no return type (#724) 2021-10-19 20:03:53 +08:00
  • 676750e090 Add a definition for Storage.get_alternative_name (#732) Brian Helba 2021-10-19 07:53:22 -04:00
  • 7c87c720ad Correct the type of FileField.storage (#731) Brian Helba 2021-10-19 07:40:17 -04:00
  • 9938378e94 Make AddRelatedManagers look for "objects" on parent model (#730) Rob Percival 2021-10-19 12:31:14 +01:00
  • 7ac33f3a28 Fixes CI (#734) Nikita Sobolev 2021-10-19 14:10:25 +03:00
  • fb12560981 update all path related operations to have more accurate types (#713) Terence Honles 2021-09-11 12:41:16 -07:00
  • 799b41fe47 fix typing on HttpResponse and StreamingHttpResponse (#712) Terence Honles 2021-09-10 13:18:20 -07:00
  • fb4d20475b add HashedFilesMixin.url argument force (#714) Terence Honles 2021-09-10 00:02:48 -07:00
  • a1f3712c43 Add SmallAutoField (#710) Craig 2021-09-09 22:58:03 +10:00
  • 372b1340a0 Version django-stubs-ext@0.3.1 release sobolevn 2021-09-07 22:08:49 +03:00
  • 6424e33a74 Fix BaseModelForm not working with generic type parameter (#705) Eero Ruohola 2021-09-07 22:07:22 +03:00
  • b6d3373c34 Add typing-extension as a direct dependency of django-stubs-ext (#707) Eero Ruohola 2021-09-07 12:01:21 +03:00
  • f98330356c Update bug.md Nikita Sobolev 2021-09-04 20:10:23 +03:00
  • a33d8a9e59 Version 1.9.0 release sobolevn 2021-09-04 11:54:02 +03:00
  • d6ccecdd73 Version 1.9.0 release sobolevn 2021-09-04 11:33:39 +03:00
  • 321284ac62 Version 1.9.0 release sobolevn 2021-09-04 11:31:11 +03:00
  • a0f893ea3d Version django-stubs-ext@0.3.0 release sobolevn 2021-09-04 11:30:30 +03:00
  • 0d8dd85442 Minor fixes to improve django-stubs (#695) PIG208 2021-08-16 15:59:04 +08:00
  • a6a81797d3 Add py.typed to package distribution of django_stubs_ext. (#694) PIG208 2021-08-15 22:52:44 +08:00