From c00c377e5402fcb658baff982cf908138974a2b5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 27 Dec 2010 07:41:26 +0000 Subject: Fixed #14593 -- change this warning to be a PendingDeprecationWarning. Also converted the Czech localflavor tests to be unittests. We have always been at war with doctests. Thanks to Idan Gazit. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15062 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.3.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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. -- cgit v1.3