Index: docs/add_ons.txt
===================================================================
--- docs/add_ons.txt	(revision 6897)
+++ docs/add_ons.txt	(working copy)
@@ -177,9 +177,13 @@
 ===========
 
 A collection of various Django snippets that are useful only for a particular
-country or culture. For example, ``django.contrib.localflavor.usa.forms``
+country or culture. For example, ``django.contrib.localflavor.us.forms``
 contains a ``USZipCodeField`` that you can use to validate U.S. zip codes.
 
+See the `localflavor documentation`_.
+
+.. _localflavor documentation: ../localflavor/
+
 markup
 ======
 
Index: docs/localflavor.txt
===================================================================
--- docs/localflavor.txt	(revision 6897)
+++ docs/localflavor.txt	(working copy)
@@ -611,7 +611,17 @@
 expression used is sourced from the schema for British Standard BS7666
 address types at http://www.govtalk.gov.uk/gdsc/schemas/bs7666-v2-0.xsd.
 
+UKCountySelect
+--------------
 
+A ``Select`` widget that uses a list of UK counties/regions as its choices.
+
+UKNationSelect
+--------------
+
+A ``Select`` widget that uses a list of UK nations as its choices.
+
+
 United States of America (``django.contrib.localflavor.us``) 
 ============================================================
 
