Merge branch 'location'
commited48454558a91961b6e03fc51b8a4bf785d48d1e
authorJessica Tallon <jessica@megworld.co.uk>
Thu, 9 Oct 2014 18:20:13 +0000 (9 19:20 +0100)
committerJessica Tallon <jessica@megworld.co.uk>
Thu, 9 Oct 2014 18:20:13 +0000 (9 19:20 +0100)
tree792294c842fe5643a2d8f66be366805f621d4ece
parent9a1fc423ac298c2ddf078d91ea1302c135285781
parentc0434db46910e891313495b5ae94cbbe1dd08058
Merge branch 'location'

Add Location model which holds textual, geolocation coordiantes
or postal addresses. This migrates data off Image model metadata
onto the general Location model. It also adds the ability for location
to be set on MediaEntry, User, MediaComment and Collection models.

The geolocation plugin has been updated so that the location can be displayed
in more general places rather than explicitely on the MediaEntry view.
If GPS coordiantes are set for the User the profile page will also have the
OSM provided by the geolocation plugin.
mediagoblin/db/migrations.py
mediagoblin/db/models.py
mediagoblin/edit/views.py
mediagoblin/federation/views.py
mediagoblin/media_types/image/processing.py
mediagoblin/tests/test_submission.py