Skip to content
Branch: develop
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs Fix for formsets Jun 5, 2016
example PEP8 fixups Feb 5, 2017
osm_field
tests Added preliminary Django 1.11 support Feb 6, 2017
.bumpversion.cfg Bump version: 0.3.0 → 0.3.1 Feb 6, 2017
.editorconfig Cleaned up some files Jun 3, 2016
.gitignore initial commit Apr 24, 2014
.travis.yml Fixed .travis.yml Feb 6, 2017
AUTHORS Cleaned up some files Jun 3, 2016
HISTORY.rst Updated changelog Feb 6, 2017
LICENSE Changed license from BSD to MIT Nov 8, 2014
MANIFEST.in Cleaned up some files Jun 3, 2016
Makefile initial commit Apr 24, 2014
README.rst Add "No Maintenance Intended" badge Dec 3, 2018
codecov.yml Cleaned up some files Jun 3, 2016
manage.py
setup.cfg Cleaned up some files Jun 3, 2016
setup.py Bump version: 0.3.0 → 0.3.1 Feb 6, 2017
tox.ini Added preliminary Django 1.11 support Feb 6, 2017

README.rst

Django OSM Field

No Maintenance Intended

Django OpenStreetMap Field

Releasing

  • Ensure everything is merged into develop
  • Ensure the currently active branch is develop
  • Run tox and ensure all tests pass
  • Ensure changelog is up to date
  • Change to branch master
  • Merge branch develop
  • Run bumpversion major|minor|patch
  • Push changes and tags to Github
  • Build Python packages with python setup.py sdist bdist_wheel
  • Upload package with twine upload -s dist/[.whl-FILE-TO-UPLOAD] dist/[.tar.gz-FILE-TO-UPLOAD].
  • Change to branch develop
  • Merge branch master
You can’t perform that action at this time.