Skip to content

Commit

Permalink
Merge branch 'upstream'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
Qarterd committed Feb 22, 2012
2 parents 83bc350 + 02fc747 commit a263890
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -71,6 +71,12 @@ Get region objects for US postal code:
[<Region: Los Angeles County, California, United States>]
```

Get a list of cities in the state of Texas:

```python
City.objects.filter(country__name="United States", region__region_parent__name="Texas")
```

Install
--------------------------
- Run: `python setup.py install`
Expand Down

0 comments on commit a263890

Please sign in to comment.