• Jacob Kaplan-Moss's avatar
    Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`: · f212b24b
    Jacob Kaplan-Moss yazdı
      * The new method uses an admin configuration option (`formfield_overrides`); this makes custom admin widgets especially easy.
      * Refactored what was left of `formfield_for_dbfield` into a handful of smaller methods so that it's easier to hook in and return custom fields where needed.
      * These `formfield_for_*` methods now pass around `request` so that you can easily modify fields based on request (as in #3987).
    
    Fixes #8306, #3987, #9148.
    
    Thanks to James Bennet for the original patch; Alex Gaynor and Brian Rosner also contributed.
    
    git-svn-id: http://code.djangoproject.com/svn/django/trunk@9760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
    f212b24b
Adı
Son kayıt (commit)
Son güncelleme
..
contrib Loading commit data...
files Loading commit data...
forms Loading commit data...
models Loading commit data...
templates Loading commit data...
databases.txt Loading commit data...
django-admin.txt Loading commit data...
generic-views.txt Loading commit data...
index.txt Loading commit data...
middleware.txt Loading commit data...
request-response.txt Loading commit data...
settings.txt Loading commit data...
signals.txt Loading commit data...
unicode.txt Loading commit data...