What's Changed
- Fix revealed type for DistanceField and AreaField by @WhyNotHugo in #3587
- Allow database variants in on_delete for related fields. by @felixxm in #3591
- Fix bogus name-defined error for cross-module as_manager overrides by @BenA-SA in #3597
- Fix monkeypatch() erasing parametrization of real Generic subclasses by @mylittletraf in #3610
- Don't build a ManyRelatedManager from a placeholder _Through by @codebreach in #3608
- Annotate
FileField.save_form_databy @brianhelba in #3606 - Disallow
Nonepassed toFileField.generate_filenameby @brianhelba in #3607 - Add overloads for
assertTemplateUsedandassertTemplateNotUsedby @brianhelba in #3564 - Add defaults to the form type parameters of generic editing views by @brianhelba in #3615
- Resolve objects through the metaclass and ban manager access on instances by @UnknownPlatypus in #3593
- Type
setterinhashers.check_passwordbetter by @Kakadus in #3621 - Relax
AbstractBaseUser.natural_keyreturn type by @Kakadus in #3622 - Fix
@admin.displayoverload to specifyfunctionby @ngnpope in #3620 - Defer
_meta.get_field()when the model is defined later in the module by @federicobond in #3489 - Add missing
process_lhstoCaseInsensitiveMixinstub by @UnknownPlatypus in #3552 - Add a mutable HttpRequest typing helper by @SIBTAIN-ASAD in #3642
- Add db_collation parameter to SlugField and URLField (#3641) by @manysuq in #3645
New Contributors
- @BenA-SA made their first contribution in #3597
- @mylittletraf made their first contribution in #3610
- @codebreach made their first contribution in #3608
- @Kakadus made their first contribution in #3621
- @SIBTAIN-ASAD made their first contribution in #3642
- @manysuq made their first contribution in #3645
Full Changelog: 6.1.0...6.1.1