From 3a18002bbd3b08fb3ee40d681bdda1a39eb0ad9c Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 1 Sep 2008 22:15:35 +0000 Subject: Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django.contrib.localflavor.us`. This is a backwards-incompatible change, albeit a minor one; just add an aditional `import` and go on your way. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8819 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/fields.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index f5c8f72356..5f656da66a 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -705,14 +705,6 @@ Like all ::class:`CharField` subclasses, :class:`URLField` takes the optional :attr:`~CharField.max_length`argument. If you don't specify :attr:`~CharField.max_length`, a default of 200 is used. -``USStateField`` ----------------- - -.. class:: USStateField([**options]) - -A two-letter U.S. state abbreviation. The admin represents this as an ```` (a single-line input). - ``XMLField`` ------------ -- cgit v1.3