-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.9.3: (34 commits) bump version number fixed broken tests fixed broken ``example`` project added responsive map as example, ref #53 better ``TemplateSyntaxError`` exception handling added missing tests requirements make sure test suite is working... Add Google Maps API key configuration Fix Google Maps API warning: SensorNotRequired add django 1.9 fix typos in readme pep8 cleanup improved test suite Update .travis.yml Update .landscape.yaml Update README.rst Update README.rst Update README.rst Update manage.py fix backward compatibility with python 2 ...
- Loading branch information
Showing
22 changed files
with
347 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,50 @@ | ||
\.tox | ||
*\.pyc | ||
MANIFEST | ||
/docs/_build | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
env/ | ||
bin/ | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
|
||
# Mr Developer | ||
.mr.developer.cfg | ||
.project | ||
.pydevproject | ||
|
||
# Rope | ||
.ropeproject | ||
|
||
# Django stuff: | ||
*.log | ||
*.pot | ||
|
||
# Sphinx documentation | ||
docs/_build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ignore-paths: | ||
- south_migrations | ||
- migrations | ||
- example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,22 @@ | ||
language: python | ||
python: | ||
- "3.4" | ||
- "3.3" | ||
- "3.2" | ||
- "2.7" | ||
- "pypy" | ||
env: | ||
- DJANGO_VERSION=1.4.21 | ||
- DJANGO_VERSION=1.5.12 | ||
- DJANGO_VERSION=1.6.11 | ||
- DJANGO_VERSION=1.7.9 | ||
- DJANGO_VERSION=1.8.3 | ||
install: | ||
- DJANGO_VERSION=1.4.2 | ||
- DJANGO_VERSION=1.5 | ||
- DJANGO_VERSION=1.6 | ||
- DJANGO_VERSION=1.7 | ||
- DJANGO_VERSION=1.8 | ||
- DJANGO_VERSION=1.9 | ||
before_install: | ||
- pip install -q django==$DJANGO_VERSION | ||
- pip install -q -r example/requirements.txt | ||
install: | ||
- python setup.py develop | ||
script: | ||
- env PYTHONPATH=`pwd` python example/manage.py test easy_maps | ||
- python setup.py test | ||
matrix: | ||
exclude: | ||
- python: "pypy3" | ||
env: DJANGO_VERSION=1.4.21 | ||
- python: "3.4" | ||
env: DJANGO_VERSION=1.4.21 | ||
- python: "3.3" | ||
env: DJANGO_VERSION=1.4.21 | ||
- python: "3.2" | ||
env: DJANGO_VERSION=1.4.21 | ||
|
||
env: DJANGO_VERSION=1.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
__version__ = '0.9.2' | ||
VERSION = (0, 9, 3) | ||
|
||
__version__ = '.'.join([str(n) for n in VERSION]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,19 @@ | |
# This file is distributed under the same license as the PACKAGE package. | ||
# Sebastian Rahlf <[email protected]>, 2013. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Project-Id-Version: django-easy-maps\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2013-06-30 20:59+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Sebastian Rahlf <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"PO-Revision-Date: 2015-08-07 14:36+0500\n" | ||
"Last-Translator: Basil Shubin <[email protected]>\n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 1.5.7\n" | ||
|
||
#: models.py:14 | ||
msgid "Address" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-easy-maps\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-08-07 14:19+0600\n" | ||
"PO-Revision-Date: 2015-08-07 14:39+0500\n" | ||
"Last-Translator: Basil Shubin <[email protected]>\n" | ||
"Language-Team: <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
"X-Generator: Poedit 1.5.7\n" | ||
|
||
#: models.py:40 | ||
msgid "address" | ||
msgstr "адрес" | ||
|
||
#: models.py:44 | ||
msgid "computed address" | ||
msgstr "вычисленный адрес" | ||
|
||
#: models.py:45 | ||
msgid "latitude" | ||
msgstr "широта" | ||
|
||
#: models.py:46 | ||
msgid "longitude" | ||
msgstr "долгота" | ||
|
||
#: models.py:49 | ||
msgid "geocode error" | ||
msgstr "ошибка геокодирования" | ||
|
||
#: models.py:54 | ||
msgid "EasyMaps Address" | ||
msgstr "Адрес" | ||
|
||
#: models.py:55 | ||
msgid "Address Geocoding Cache" | ||
msgstr "Адреса" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.