mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
This commit is contained in:
@@ -887,6 +887,10 @@ Miscellaneous
|
||||
* Accessing a deleted field on a model instance, e.g. after ``del obj.field``,
|
||||
reloads the field's value instead of raising ``AttributeError``.
|
||||
|
||||
* If you subclass ``AbstractBaseUser`` and override ``clean()``, be sure it
|
||||
calls ``super()``. :meth:`.AbstractBaseUser.normalize_username` is called in
|
||||
a new :meth:`.AbstractBaseUser.clean` method.
|
||||
|
||||
.. _deprecated-features-1.10:
|
||||
|
||||
Features deprecated in 1.10
|
||||
|
||||
Reference in New Issue
Block a user