• Loic Bistuer's avatar
    Clarfied the ModelForm docs with respect to generated vs. declared fields. · 54cd930b
    Loic Bistuer yazdı
    The ModelForm docs suggested that fields defined declaratively override
    default fields generated from the form Meta.
    
    This is conceptually wrong, especially with inheritance in mind. Meta is
    usually defined on the topmost ModelForm subclass, while fields can come
    from anywhere in the MRO, especially base classes; therefore we suggested
    that something defined in a base class override something from a subclass.
    
    This patch rephrases the docs around the idea that Meta is used to generate
    *missing* fields.
    
    Refs #8620, #19617.
    
    Thanks @mjtamlyn and @timgraham for the review.
    54cd930b
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...