[1.8.x] Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model fields docs.

Thanks schinckel for the report.

Backport of 6d7784a7b9 from master
This commit is contained in:
Tim Graham 2015-04-08 08:35:35 -04:00
parent 9e87017a38
commit d11e87bff5
1 changed files with 4 additions and 4 deletions

View File

@ -339,10 +339,10 @@ incorporate arguments of the field. For example, the description for
Useful methods Useful methods
-------------- --------------
Once you've created your :class:`~django.db.models.Field` subclass and set up Once you've created your :class:`~django.db.models.Field` subclass, you might
the ``__metaclass__``, you might consider overriding a few standard methods, consider overriding a few standard methods, depending on your field's behavior.
depending on your field's behavior. The list of methods below is in The list of methods below is in approximately decreasing order of importance,
approximately decreasing order of importance, so start from the top. so start from the top.
.. _custom-database-types: .. _custom-database-types: