diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.3.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index af40156410..4a5631e264 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -539,3 +539,11 @@ GeoDjango to indicate possible faulty application code. A warning is now raised if :meth:`~django.contrib.gis.geos.GEOSGeometry.transform` is called when the SRID of the geometry is less than 0 or ``None``. + +``CZBirthNumberField.clean`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Previously this field's ``clean()`` method accepted a second, gender, argument +which allowed stronger validation checks to be made, however since this +argument could never actually be passed from the Django form machinery it is +now pending deprecation. |
