mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Updated release process for new release schedule.
This commit is contained in:
parent
bdb382b2a4
commit
aed437d567
12 changed files with 155 additions and 143 deletions
|
@ -376,9 +376,10 @@ similar to the following::
|
|||
'id': 'fields.W900', # pick a unique ID for your field.
|
||||
}
|
||||
|
||||
After a deprecation period of your choosing (two major releases for fields in
|
||||
Django itself), change the ``system_check_deprecated_details`` attribute to
|
||||
``system_check_removed_details`` and update the dictionary similar to::
|
||||
After a deprecation period of your choosing (two or three feature releases for
|
||||
fields in Django itself), change the ``system_check_deprecated_details``
|
||||
attribute to ``system_check_removed_details`` and update the dictionary similar
|
||||
to::
|
||||
|
||||
class IPAddressField(Field):
|
||||
system_check_removed_details = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue